Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

togglz-servlet web-fragment namespace value is not compliant with #1033

Conversation

franzmathauser
Copy link
Contributor

The value of the namespace of META-INF/web-fragment.xml contains a trailing "/" value.

This is not compliant with
https://jakarta.ee/xml/ns/jakartaee/web-fragment_6_0.xsd

and will result in an error during application bootstrap if the application server (in my case payara 6) does xml validation.

To resolve this issue, i changed the value to "https://jakarta.ee/xml/ns/jakartaee" without the trailing "/"

@bennetelli bennetelli merged commit 1c83278 into togglz:master May 26, 2023
1 of 2 checks passed
@bennetelli
Copy link
Member

@franzmathauser thanks for your PR. It's merged already and I am releasing togglz 4.0.1 already. Should be in maven central within the next minutes / hours. Somehow maven central is a bit slow today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants