[ 
https://issues.apache.org/jira/browse/WICKET-4158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13132575#comment-13132575
 ] 

Adam Pierzchała edited comment on WICKET-4158 at 10/21/11 10:06 AM:
--------------------------------------------------------------------

In some cases I need to get through httpServletResponse wrapper to omit 
ApplicationHttpResponse wrapper when included is true. To do this I have to 
override almost all the methods that do something to httpServletResponse field.
Unfortunately in my project we don't have time to upgrade to 1.5.x :(
                
      was (Author: apierzch):
    In some cases I need to get through httpServletResponse wrapper to omit 
ApplicationHttpResponse wrapper when included is true. To do this I have to 
override almost all the methods that do something to httpServletResponse field.
                  
> setLocale and setContentType in WebResponse is final
> ----------------------------------------------------
>
>                 Key: WICKET-4158
>                 URL: https://issues.apache.org/jira/browse/WICKET-4158
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.4.18
>            Reporter: Adam Pierzchała
>
> unlike all other methods that set headers, those two are final. Is there any 
> reason? Could you remove this modifier, please?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to