You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Ilia Naryzhny (JIRA)" <ji...@apache.org> on 2015/04/17 23:49:58 UTC

[jira] [Created] (WICKET-5886) NullPointerException in Session.destroy()

Ilia Naryzhny created WICKET-5886:
-------------------------------------

             Summary: NullPointerException in Session.destroy()
                 Key: WICKET-5886
                 URL: https://issues.apache.org/jira/browse/WICKET-5886
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 6.19.0
            Reporter: Ilia Naryzhny


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.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)