You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Ivan (JIRA)" <ji...@apache.org> on 2009/09/22 11:31:16 UTC

[jira] Resolved: (GERONIMO-4874) Improve the console filter performance

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

Ivan resolved GERONIMO-4874.
----------------------------

       Resolution: Fixed
    Fix Version/s: 3.0
                   2.2
                   2.1.5

Commit changes to 2.2 At revision: 817569, 2.1 At revision: 817570 and trunk At revision: 817571
It is better to format the  source codes with the style in Geronimo Dev guide, add the rev header for new files and remove some system.out lines.
Thanks for the patch, Jack !

> Improve the console filter performance
> --------------------------------------
>
>                 Key: GERONIMO-4874
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4874
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 2.1.4, 2.1.5, 2.2, 3.0
>         Environment: All
>            Reporter: Jack Cai
>            Priority: Minor
>             Fix For: 2.1.5, 2.2, 3.0
>
>         Attachments: GERONIMO-4874.patch, GERONIMO-4874_0918.patch
>
>
> Current console filter for blocking XSRF attack does not scale well as it need to read all the output into a string and then do some text replacement. This will use a lot of memory in extreme cases. See the discussion [1].
> [1] http://www.nabble.com/XSRFHandler-question-td24545409s134.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.