You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Carsten Hufe (JIRA)" <ji...@apache.org> on 2009/01/23 10:16:59 UTC

[jira] Created: (WICKET-2042) CryptedUrlWebRequestCodingStrategy produces Sessions on stateless pages

CryptedUrlWebRequestCodingStrategy produces Sessions on stateless pages
-----------------------------------------------------------------------

                 Key: WICKET-2042
                 URL: https://issues.apache.org/jira/browse/WICKET-2042
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.4-RC1
         Environment: JDK 1.6, Tomcat 6
            Reporter: Carsten Hufe
            Priority: Minor


CryptedUrlWebRequestCodingStrategy produces sessions on stateless pages, if I use WebRequestCodingStrategy, it does not produce sessions.
By the way, CryptedUrlWebRequestCodingStrategy does not work correct with the WicketTester.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-2042) CryptedUrlWebRequestCodingStrategy produces Sessions on stateless pages

Posted by "Juergen Donnerstag (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12666487#action_12666487 ] 

Juergen Donnerstag commented on WICKET-2042:
--------------------------------------------

please provide a quickstart and/or TestCase. Thanks.

> CryptedUrlWebRequestCodingStrategy produces Sessions on stateless pages
> -----------------------------------------------------------------------
>
>                 Key: WICKET-2042
>                 URL: https://issues.apache.org/jira/browse/WICKET-2042
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4-RC1
>         Environment: JDK 1.6, Tomcat 6
>            Reporter: Carsten Hufe
>            Priority: Minor
>
> CryptedUrlWebRequestCodingStrategy produces sessions on stateless pages, if I use WebRequestCodingStrategy, it does not produce sessions.
> By the way, CryptedUrlWebRequestCodingStrategy does not work correct with the WicketTester.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-2042) CryptedUrlWebRequestCodingStrategy produces Sessions on stateless pages

Posted by "Juergen Donnerstag (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667094#action_12667094 ] 

Juergen Donnerstag commented on WICKET-2042:
--------------------------------------------

For maximum security CryptedUrlWebRequestCodingStrategy creates a per-session unique key to encrypt the querystring (see KeyInSessionSunJceCryptFactory) instead of an application wide key. Hence a session is created for all pages. If you want to change that you simple need to create your own ICryptFactory implementation and register it with application.getSecuritySettings().setCryptFactory()

> CryptedUrlWebRequestCodingStrategy produces Sessions on stateless pages
> -----------------------------------------------------------------------
>
>                 Key: WICKET-2042
>                 URL: https://issues.apache.org/jira/browse/WICKET-2042
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4-RC1
>         Environment: JDK 1.6, Tomcat 6
>            Reporter: Carsten Hufe
>            Priority: Minor
>
> CryptedUrlWebRequestCodingStrategy produces sessions on stateless pages, if I use WebRequestCodingStrategy, it does not produce sessions.
> By the way, CryptedUrlWebRequestCodingStrategy does not work correct with the WicketTester.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-2042) CryptedUrlWebRequestCodingStrategy produces Sessions on stateless pages

Posted by "Juergen Donnerstag (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juergen Donnerstag resolved WICKET-2042.
----------------------------------------

       Resolution: Invalid
    Fix Version/s: 1.4-RC2
         Assignee: Juergen Donnerstag

see previous comment

> CryptedUrlWebRequestCodingStrategy produces Sessions on stateless pages
> -----------------------------------------------------------------------
>
>                 Key: WICKET-2042
>                 URL: https://issues.apache.org/jira/browse/WICKET-2042
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4-RC1
>         Environment: JDK 1.6, Tomcat 6
>            Reporter: Carsten Hufe
>            Assignee: Juergen Donnerstag
>            Priority: Minor
>             Fix For: 1.4-RC2
>
>
> CryptedUrlWebRequestCodingStrategy produces sessions on stateless pages, if I use WebRequestCodingStrategy, it does not produce sessions.
> By the way, CryptedUrlWebRequestCodingStrategy does not work correct with the WicketTester.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.