Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update AddKeyStoreRealmOnlineTest for WildFly 22
WildFly 22+ contains by default "applicationKS" which tests shouldn't (and actually is not able to) remove since it doesn't create it. ``` <key-stores> <key-store name="applicationKS"> <credential-reference clear-text="password"/> <implementation type="JKS"/> <file path="application.keystore" relative-to="jboss.server.config.dir"/> </key-store> </key-stores> ```
- Loading branch information