[
https://issues.apache.org/jira/browse/WICKET-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582657#action_12582657
]
Juliano Viana commented on WICKET-1453:
---------------------------------------
The attached patch fixes the problem
> WicketServlet does not set content type on fallback()
> -----------------------------------------------------
>
> Key: WICKET-1453
> URL: https://issues.apache.org/jira/browse/WICKET-1453
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.3.2
> Reporter: Juliano Viana
> Fix For: 1.3.3
>
> Attachments: WicketServlet.patch
>
>
> In Wicket 1.3.2, if a resource request is not handled by the wicket filter
> then it is handled by the fallback() method.
> This method does not set the content type while responding, which breaks CSS
> in some situations (in particular when using tomcat behind Apache with
> mod_jk).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.