DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=36967>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36967 Summary: redundant copying between container and form encoding Product: Cocoon 2 Version: 2.1.7 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: core AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] 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. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
