You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2012/05/10 20:14:57 UTC

[jira] [Commented] (GERONIMO-6348) XSSXSRFFilter blocked HttpServletRequest due to invalid FORM content

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

Jarek Gawor commented on GERONIMO-6348:
---------------------------------------

In revision 1336818 I modified the XSSXSRFFilter filter to accept a parameter that can specify a list of uri paths that can be ignored during XSRF check. Right now, that parameters is configured with just one uri: /dojo/dojo/resources/blank.html

                
> XSSXSRFFilter blocked HttpServletRequest due to invalid FORM content
> --------------------------------------------------------------------
>
>                 Key: GERONIMO-6348
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6348
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 3.0-beta-1
>         Environment: Windows, IE8 with compatibility mode on or Eclipse internal web browser.
>            Reporter: Jarek Gawor
>
> When using the admin console on Windows with IE8 with compatibility mode on the following messages are generated on each click:
> 2012-05-10 01:57:10,307 WARN  [XSRFHandler] Blocked due to missing HttpServletRequest parameter.
> 2012-05-10 01:57:10,307 ERROR [XSSXSRFFilter] XSSXSRFFilter blocked HttpServletRequest due to invalid FORM content.
> These messages are generated each time a request is made to access /console/dojo/dojo/resources/blank.html. It looks like Dojo has a special case for IE which generates this extra request not seen on other browsers.
> The problem is also visible using the Eclipse's internal web browser which automatically gets configured with IE compatibility mode.
> These errors look harmless but can be very confusing and annoying to users so I think we need to find some way to avoid them.

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