You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2013/06/13 11:39:20 UTC

[jira] [Assigned] (WICKET-3347) Simplify somehow the code in org.apache.wicket.request.handler.render.WebPageRenderer.respond(RequestCycle)

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

Martin Grigorov reassigned WICKET-3347:
---------------------------------------

    Assignee: Martin Grigorov
    
> Simplify somehow the code in org.apache.wicket.request.handler.render.WebPageRenderer.respond(RequestCycle)
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-3347
>                 URL: https://issues.apache.org/jira/browse/WICKET-3347
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.5-M3
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>             Fix For: 7.0.0
>
>         Attachments: fix-WICKET-3347.patch
>
>
> The code in org.apache.wicket.request.handler.render.WebPageRenderer.respond(RequestCycle) decides whether to redirect or directly render the current page depending on several conditions:
>  - is Ajax request
>  - the redirect policy (org.apache.wicket.request.handler.RenderPageRequestHandler.RedirectPolicy)
>  - the render strategy (org.apache.wicket.settings.IRequestCycleSettings.RenderStrategy)
>  - whether the page is stateless
> All these conditions lead to complex and fragile code.
> We have to think how to improve this.

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