-
Notifications
You must be signed in to change notification settings - Fork 113
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
"javax.faces.WEBAPP_RESOURCES_DIRECTORY" behavior is not correct. #5118
Comments
Wow, that's an awkward oversight there. The original spec issue is this: jakartaee/faces#996 For now the Mojarra impl should silently prepend the / when absent and we'll need a new spec ticket to adjust or drop this requirement. |
I should have added at the beginning that WEBAPP_CONTRACTS_DIRECTORY has the same problem. The operation was closed by mistake and will be reopened. |
Confirmed. I'll adjust that one as well. |
#5118: ensure that leading slash is present on result of context params WEBAPP_RESOURCES_DIRECTORY and WEBAPP_CONTRACTS_DIRECTORY
Describe the bug
The API document below states that it must not start with a "/", but if it does not start with a "/", it will not work.
ResourceHandler#WEBAPP_RESOURCES_DIRECTORY_PARAM_NAME
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Resource files described in the JSF file must be loaded.
The text was updated successfully, but these errors were encountered: