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

Alastair Maw updated WICKET-615:
--------------------------------

    Fix Version/s: 1.3.0-beta2

> BookmarkablePageRequestTarget respond method
> --------------------------------------------
>
>                 Key: WICKET-615
>                 URL: https://issues.apache.org/jira/browse/WICKET-615
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta1
>            Reporter: Sean Sullivan
>            Assignee: Alastair Maw
>             Fix For: 1.3.0-beta2
>
>
> The respond method in BookmarkablePageRequestTarget.java contains a "FIXME" 
> comment.
> Does this need to be addressed?
>                       if (requestCycle.getRedirect())
>                       {
>                               IRequestCycleProcessor processor = 
> requestCycle.getProcessor();
>                               // This is relative!!! FIXME: Make this 
> absolute.
>                               String redirectUrl = 
> processor.getRequestCodingStrategy().encode(requestCycle, this).toString();
>                               
> requestCycle.getResponse().redirect(redirectUrl);
>                       }

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

Reply via email to