[ http://issues.apache.org/jira/browse/COCOON-1625?page=all ]
Antonio Gallardo updated COCOON-1625: ------------------------------------- Would you provide a patch? > redundant copying between container and form encoding > ----------------------------------------------------- > > Key: COCOON-1625 > URL: http://issues.apache.org/jira/browse/COCOON-1625 > Project: Cocoon > Type: Bug > Components: * Cocoon Core > Versions: 2.1.7 > Environment: Operating System: other > Platform: Other > Reporter: aleksander.bandelj > Assignee: Cocoon Developers Team > > Even if container and form encoding are the same, String is still copied. It > would be nice to avoid this performance penalty by adding a check in > HttpRequestClass.decode(). > Background: e use servlet filter which sets characterEncoding of > ServletHttpRequest in front of cocoon, so form re-encoding by cocoon is not > needed. Most natural way to skip it would be to set same default encodings in > Cocoon servlet parameters. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
