Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
6.19.0
-
None
Description
Guys,
After switching from 6.18.0 to 6.19.0 I see the following in junit tests:
java.lang.NullPointerException
at org.apache.wicket.Session.destroy(Session.java:523)
at org.apache.wicket.Session.replaceSession(Session.java:548)
at org.apache.wicket.authroles.authentication.AuthenticatedWebSession.signIn(AuthenticatedWebSession.java:68)
seems that something was broken.
To reproduce you can use my wicket library:
https://github.com/OrienteerDW/wicket-orientdb
Just switch wicket.version in main pom.xml from 6.18 to 6.19
I didn't test that on real working application: so it might be something with wicket-tester.
Attachments
Issue Links
- is superceded by
-
WICKET-5845 AuthenticatedWebSession.get() returns a new session with signedIn false
- Resolved