We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While inside a Weld archive WAR file, the classloader used is unable to locate /META-INF/somefile.properties.
/META-INF/somefile.properties
Searching for /META-INF/somefile.properties and META-INF/somefile.properties should work fine.
META-INF/somefile.properties
Looking up META-INF/somefile.properties works, but having the leading / causes it to fail
/
The text was updated successfully, but these errors were encountered:
Adding handling for extra slashes. This closes #43
4a259d6
8a51590
fix(#43): adds handling for extra slashes (#44)
533392a
johnament
Successfully merging a pull request may close this issue.
Issue Overview
While inside a Weld archive WAR file, the classloader used is unable to locate
/META-INF/somefile.properties
.Expected Behaviour
Searching for
/META-INF/somefile.properties
andMETA-INF/somefile.properties
should work fine.Current Behaviour
Looking up
META-INF/somefile.properties
works, but having the leading/
causes it to failSteps To Reproduce
The text was updated successfully, but these errors were encountered: