You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jukka Siivonen (JIRA)" <ji...@apache.org> on 2013/01/21 11:46:12 UTC

[jira] [Created] (WICKET-4995) Using CryptoMapper causes page to render twice

Jukka Siivonen created WICKET-4995:
--------------------------------------

             Summary: Using CryptoMapper causes page to render twice
                 Key: WICKET-4995
                 URL: https://issues.apache.org/jira/browse/WICKET-4995
             Project: Wicket
          Issue Type: Bug
            Reporter: Jukka Siivonen


Using Wicket 1.5.9 and CryptoMapper causes our Wicket pages to be rendered twice. I was investigating a problem where a DAO query was executed two times when navigating to a single page.

In debug call stack I found out that first render is made at  WebPageRenderer.respond(RequestCycle) line: 246	
and second at WebPageRenderer.respond(RequestCycle) line: 263	

Removing CryptoMapper from our app configuration fixes the problem.

It is also possible we are doing something wrong so any help is appreciated.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira