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

[jira] [Updated] (WICKET-5138) Wicket does not correctly handle http OPTIONS requests

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

Igor Vaynberg updated WICKET-5138:
----------------------------------

    Description: 
currently these requests cause regular processing (page rendering), when in fact they should have a special response.

rendering the page in OPTIONS causes renderCount to be incremented and this messes with the subsequent request to the same url via a GET or POST

  was:currently these requests cause regular processing (page rendering), when in fact they should have a special response.

    
> Wicket does not correctly handle http OPTIONS requests
> ------------------------------------------------------
>
>                 Key: WICKET-5138
>                 URL: https://issues.apache.org/jira/browse/WICKET-5138
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 6.6.0
>            Reporter: Igor Vaynberg
>            Assignee: Igor Vaynberg
>             Fix For: 6.7.0
>
>
> currently these requests cause regular processing (page rendering), when in fact they should have a special response.
> rendering the page in OPTIONS causes renderCount to be incremented and this messes with the subsequent request to the same url via a GET or POST

--
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