-
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
Fix problem introduced in JAVASERVERFACES_SPEC_PUBLIC-1329, also cons… #4643
Conversation
b111142
to
67bfc11
Compare
@arjantijms Could you review this please ? |
…ider Submitted value "" when EMPTY_STRING_AS_NULL_PARAM_NAME is enabled. Signed-off-by: Chao Wang <chaowan@redhat.com>
67bfc11
to
bdb94b8
Compare
@arjantijms Could you review this please ? |
@bshannon / @arjantijms / @edburns - anyone who could review this one that has been open for a couple of months? |
I don't know the code so I can't help, but I added a few other reviewers who should be able to help. |
@arjantijms / @edburns / @mnriem anyone who can review this fix? |
@arjantijms Any chance you could take a quick look at this one? We have a JBoss EAP customer running into this issue. |
Sorry for the crazy long time to look into this. The bandwidth for this project is very limited it seems. In the October/November timeframe I've personally needed to get up to date with new customer's projects, and in January/February I spend the little free time I have on the security specs. Not sure about the other committers. This PR is however to master, which was the early attempt to get a 3.0 going before all the jakarta requirements came in. It should go to the 2.3 branch but that PR has been closed for some reason. I'll merge it in here anyway, and will cherry pick it to 2.3 then. |
Thanks very much, @arjantijms! |
#4643 Update EE4J parent to 1.0.5
#4643 Update copyrighs to 2020
…ider Submitted value "" when EMPTY_STRING_AS_NULL_PARAM_NAME is enabled.
2.3 branch PR: #4644
Fix #4550
As commit javaserverfaces/mojarra@4c74d1f#diff-d9a3cf30923f6318a8387c91e42aa0d4R295-R302 changed null to "" when EmptyStringNull is considered.
It also needs this same change in UIInput