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

Peter Ertl updated WICKET-3834:
-------------------------------

    Description: 
Wicket tester does not follow absolute redirects:

This is a problem when using HttpsMapper. For example when requesting a page 
over http:// with an forced redirect to https:// for secure access will make 
wicket tester return 'null' for the last renderer page instead of the rendered 
page instance. In general all kinds of absolute redirects to another page will 
not be tracked by wicket tester. So this potentially a problem for all kinds of 
tests that rely on absolute redirects.

  was:
Wicket tester does not following absolute redirects:

This is for example a problem when using HttpsMapper for mapping pages to 
http:// or https://. When requesting a page over http:// with an forced 
redirect to https:// for secure access will make wicket tester return 'null' 
for the last renderer page instead of the rendered page instance. In general 
all kinds of absolute redirects to another page will not be tracked by wicket 
tester.


> WicketTester does not follow absolute redirects
> -----------------------------------------------
>
>                 Key: WICKET-3834
>                 URL: https://issues.apache.org/jira/browse/WICKET-3834
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-core
>    Affects Versions: 1.5-RC5.1
>            Reporter: Peter Ertl
>            Assignee: Peter Ertl
>             Fix For: 1.5-RC6
>
>
> Wicket tester does not follow absolute redirects:
> This is a problem when using HttpsMapper. For example when requesting a page 
> over http:// with an forced redirect to https:// for secure access will make 
> wicket tester return 'null' for the last renderer page instead of the 
> rendered page instance. In general all kinds of absolute redirects to another 
> page will not be tracked by wicket tester. So this potentially a problem for 
> all kinds of tests that rely on absolute redirects.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to