-
Notifications
You must be signed in to change notification settings - Fork 112
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
[MOJARRA_5375] The jfwid contains the session ID #5395
[MOJARRA_5375] The jfwid contains the session ID #5395
Conversation
Signed-off-by: pizzi80 <paolo@given2.com>
Maven - Removed yuicompressor (dead project with no support for ES6+ js) + Added Google Closure maven plugin for minification Faces JS + tested and minified with ECMASCRIPT5_STRICT profile of Google Closure + use strict + const and let instead of var - Removed IE-5-6-7-8-9-10 support - Removed IE 5-6-7 hacks and memory hacks - Removed FrameTransport - Removed / Commented out unused and very old functions and code + FormData for File upload + Many minor optimizations + for..of instead of for with index + Partial Submit ported and adapted from OmniFaces + 10 kB Minified and Gzipped Signed-off-by: pizzi80 <paolo@given2.com>
Update readme for 4.0 and faces next
Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
Set version for Mojarra .Next (4.1 for now)
Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
Add release instructions
Mojarra issue 5171
…ield Remove deprecated bindings field
Clarified spec wrt location of f:metadata
Let Mojarra log a WARNING for now
…_spec_wrt_location_of_f-metadata Clarified spec wrt location of f:metadata
- add back id attribute to VDL of h:head and h:body - fix HeadRenderer to only output it when actually specified - fix BodyRenderer to only output it when HTML5 doctype is used
… and h:body - fix HeadRenderer to only output it when actually specified - fix BodyRenderer to only output it when HTML5 doctype is used" This reverts commit ba403c1.
…f h:head and h:body - fix HeadRenderer to only output it when actually specified - fix BodyRenderer to only output it when HTML5 doctype is used"" This reverts commit baf7998.
Specify ExternalContext#setResponseContentLengthLong
Implement ExternalContext#setResponseContentLengthLong
Add ExternalContextWrapper#setResponseContentLengthLong
Fix failing BodyRendererTest
HeadRenderer encodeBegin complexity was already removed since introduction of new Doctype interface, so it can now be tested
…nalContext_setResponseContentLengthLong Add ExternalContext#setResponseContentLengthLong
Update dependencies to their M1 versions where applicable, and update code to support this. Set release target to JDK 17, and removed some resulting warnings. Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
Support for the Jakarta EE 11 M1 release
Modify ClientWindowImpl to generate window ID w/o using session id Add TokenGenerator from MyFaces
interpreted as -1 which was disallowed when put back as numeric input attribute which only allowed positive integers
interpreted as -1 which was disallowed when put back as numeric input attribute which only allowed positive integers
git@github.com:eclipse-ee4j/mojarra.git into fix_tck_for_mojarra_4.1
Fix TCK for Mojarra 4.1
…ment Default encoding should be prechecked
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it not be dual licensed here. Is that allowed? @arjantijms You know?
Bah I accidentally merged 4.1 instead of 4.0 into this branch. I will redo. Wrt the license concern, I'll replace the approach by just java.util.UUID. |
Original PR for #5375 was against master instead of 4.0 #5376
So here's a cherrypick for 4.0.