You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Juergen Donnerstag (JIRA)" <ji...@apache.org> on 2009/04/26 19:08:30 UTC

[jira] Resolved: (WICKET-2231) DatePicker doesn't work when CryptedUrlWebRequestCodingStrategy is in effect

     [ https://issues.apache.org/jira/browse/WICKET-2231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juergen Donnerstag resolved WICKET-2231.
----------------------------------------

    Resolution: Fixed
      Assignee: Juergen Donnerstag

fixed thanks

> DatePicker doesn't work when CryptedUrlWebRequestCodingStrategy is in effect
> ----------------------------------------------------------------------------
>
>                 Key: WICKET-2231
>                 URL: https://issues.apache.org/jira/browse/WICKET-2231
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.4-RC2
>            Reporter: Dominik Drzewiecki
>            Assignee: Juergen Donnerstag
>             Fix For: 1.4-RC3
>
>         Attachments: datepicker.patch
>
>
> With CryptedUrlWebRequestCodingStrategy, when url rewriting is the effective session tracking mechanism, the ResourceReference for the wicket-date.js is rendered incorrectly, as it bears the crypted target, but the key to decrypt this piece of information is not referable, as it is kept in the session, which in turn cannot be resolved as had been stripped from the generated url just before being put into the map of variables to be interpolated with DatePicker.js. As a resolution, a single call to Strings.stripJSessionId() should be removed.

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