You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Hans Schäfer (Jira)" <ji...@apache.org> on 2022/10/26 10:17:00 UTC

[jira] [Created] (WICKET-7012) RedirectRequestHandler should accept any 30x-StatusCode

Hans Schäfer created WICKET-7012:
------------------------------------

             Summary: RedirectRequestHandler should accept any 30x-StatusCode
                 Key: WICKET-7012
                 URL: https://issues.apache.org/jira/browse/WICKET-7012
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-core
    Affects Versions: 9.12.0
            Reporter: Hans Schäfer


RedirectRequestHandler currently only supports Statuscodes 301, 302 and 303.

It should support any 300-StatusCode. 

Motivation: I have to redirect a POST-Request to support an existing interface. This should be done using statuscode 308. But I cannot use the RedirectRequestHandler for this purpose.

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)