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

Martin Grigorov resolved WICKET-3844.
-------------------------------------

    Resolution: Fixed

> Fallback to RedirectToBuffer render strategy if none of the conditions match
> ----------------------------------------------------------------------------
>
>                 Key: WICKET-3844
>                 URL: https://issues.apache.org/jira/browse/WICKET-3844
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-core
>    Affects Versions: 1.5-RC5.1
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>             Fix For: 1.5-RC6
>
>
> org.apache.wicket.request.handler.render.WebPageRenderer.respond(RequestCycle)
>  has a series of checks to decide whether to write the response directly, to 
> store the page and redirect before the render phase or to render the page, 
> store the html and redirect before the actual write.
> Currently if none of the checks matches then an IllegalStateException 
> explaining the problem is being thrown.
> It would be better if a warning is being logged but the default render 
> strategy is still used (redirect_to_buffer). 

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

        

Reply via email to