-
Notifications
You must be signed in to change notification settings - Fork 42
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
[JBEAP-19150] JSF trying to load DTD over the network #66
Conversation
Signed-off-by: Zhijun Ren <[email protected]>
Signed-off-by: arjantijms <[email protected]>
…mojarra@3403142" This reverts commit 0e04211.
…erfaces/mojarra@3403142"" This reverts commit abf582a.
Updated Maven coordinates according to Jakarta requirements
Backports from mojarra 2 3 x rolling
With previous value project cannot be even cleaned against fresh/empty Maven repo. Signed-off-by: Piotrek Zygielo <[email protected]>
…ider Submitted value "" when EMPTY_STRING_AS_NULL_PARAM_NAME is enabled. Signed-off-by: Chao Wang <[email protected]>
Fix problem introduced in JAVASERVERFACES_SPEC_PUBLIC-1329, also cons…
…id, the associated ValueChangeListener must NOT be invoked
JBEAP-17931 2nd part fix for TCK failure, If the component is NOT val…
Signed-off-by: rmartinc <[email protected]>
[JBEAP-18976] IdMapper can create repeated ids in clustered environments
@moulalis can you link the upstream issue and PR in the description please |
@moulalis Please try to also fix the same issue in the method |
@rmartinc I am done the above changes, please verify. Regarding the Exception the setFeature is throwing "ParserConfigurationException" I have handled that separately. on dbf.newDocumentBuilder().parse(stream) line there are two exceptions thrown ParserConfigurationException and SAXException handled that at the end. |
The functionality is OK to me now. But the indentation seems to be strange (maybe you are using tabs and not spaces or similar). And we just do one commit for JIRA, so squash the three changes into just one. With those two things is OK to me. |
@rmartinc Formatted and squashed. |
Issue: https://issues.redhat.com/browse/JBEAP-19150
Upstream issue: eclipse-ee4j/mojarra#4699
Upstream PR : eclipse-ee4j/mojarra#4701