-
Notifications
You must be signed in to change notification settings - Fork 812
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WW-5297 Fixes checking nonce of invalidated session
- Loading branch information
1 parent
48c4e3b
commit 0bd4266
Showing
6 changed files
with
59 additions
and
35 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
0bd4266
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.
Hi @lukaszlenart - need your expert opinion, while clicking a back button in my application, I am getting below exception in UIBean.java, after moving to Struts 6.6.0, I have added all dependencies needed by Struts 6.6.0, as mentioned in release version notes. Anything I am missing?
Caused by: java.lang.NullPointerException: Cannot invoke "java.util.List.add(Object)" because "tags" is null
at org.apache.struts2.components.UIBean.evaluateParams(UIBean.java:804) ~[struts2-core-6.6.0.jar:6.6.0]
0bd4266
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.
Please ask such questions using User Mailing list https://struts.apache.org/mail.html or register a JIRA ticket - this isn't a proper place to resolve such issues.