-
Notifications
You must be signed in to change notification settings - Fork 71
Myfaces 4474 2.3 next #333
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MYFACES-4373: prefer SecureRandom for token generation 2.3-next
prefer secureRandom over random
more relaxed about Readme and *.iml files during rat check
added ci build to 2.3-next
Update Cryptographic algorithm in StateUtils to a stronger version (cherry picked from commit 65a0043)
Add jenkinsfile 2.3-next
infra required persist-credentials: false
…ition.
PropertyNotFoundException was thrown if the name of the poperty
requested was null, but it should really be thrown when the property
itself is not found. This patch changes the nullness check
accordingly.
Before:
java.lang.NullPointerException: Cannot invoke "org.apache.myfaces.core.api.shared.lang.PropertyDescriptorWrapper.getWrapped()" because "pd" is null
at org.apache.myfaces.el.resolver.LambdaBeanELResolver.getValue(LambdaBeanELResolver.java:78)
at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:136)
After:
javax.el.PropertyNotFoundException: Property [x] not found on type [com.example.FooBar_ClientProxy]
at org.apache.myfaces.el.resolver.LambdaBeanELResolver.getPropertyDescriptor(LambdaBeanELResolver.java:162)
at org.apache.myfaces.el.resolver.LambdaBeanELResolver.getValue(LambdaBeanELResolver.java:72)
at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:136)
MYFACES-4380 LambdaBeanELResolver: Fix PropertyNotFoundException condition
This avoids "@SessionScoped does not exist within current thread" when trying to destroy ViewScoped and FlowScoped beans. Signed-off-by: Juri Berlanda <juri.berlanda@tuwien.ac.at>
MYFACES-4382: Add check if SessionScope is active.
…esCacheControl MYFACES-4371 Resources: set cache-control-header instead of expires-header
Co-authored-by: Udo Schnurpfeil <udo.schnurpfeil@irian.eu>
Co-authored-by: Piotrek Żygieło <pzygielo@users.noreply.github.com>
2.3-next: MYFACES-4450: render tabindex for outputLabel; update test
- reworked channel token generation - new token is generated only if needed (ie new session/view), just one token for application scope - fixed usage of user-specified channel - now also works even in application scope calls - changed default max idle timeout for websockets - according to omnifaces/mojarra spec - specified default websocket scope - according to documentation (session scope for user-specified websocket as default) Co-authored-by: siebenburger <milan.siebenburger@aura.cz>
Contributor
Author
|
bad PR, re working |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://issues.apache.org/jira/browse/MYFACES-4474