DO NOT REPLY [Bug 49613] Request.getAttributeNames() slows down some applications

2010-09-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49613 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 49613] Request.getAttributeNames() slows down some applications

2010-07-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49613 --- Comment #7 from Mark Thomas ma...@apache.org 2010-07-22 10:38:43 EDT --- Thanks for the patch. It has been applied to 7.0.x and will be in 7.0.1 onwards. It has been proposed for 6.0.x. -- Configure bugmail:

DO NOT REPLY [Bug 49613] Request.getAttributeNames() slows down some applications

2010-07-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49613 --- Comment #6 from Remy Maucherat r...@apache.org 2010-07-20 10:20:44 EDT --- Actually, the patch is appropriate for TC 6. I thought it should be in getAttribute, but this would interfere with the SSLAuthenticator. -- Configure bugmail:

DO NOT REPLY [Bug 49613] Request.getAttributeNames() slows down some applications

2010-07-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49613 --- Comment #2 from Sampo Savolainen v...@iki.fi 2010-07-19 06:41:28 EDT --- Application frameworks like MyFaces use attributes while rendering a page. Tomcat reads all SSL connector attributes for every call to getAttributeNames(). This

DO NOT REPLY [Bug 49613] Request.getAttributeNames() slows down some applications

2010-07-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49613 --- Comment #3 from Sampo Savolainen v...@iki.fi 2010-07-19 06:44:20 EDT --- Created an attachment (id=25783) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=25783) Proposed patch to specified issue -- Configure bugmail:

DO NOT REPLY [Bug 49613] Request.getAttributeNames() slows down some applications

2010-07-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49613 --- Comment #4 from Remy Maucherat r...@apache.org 2010-07-19 07:51:06 EDT --- Looking at your patch, you apparently did not understand the code. But I can see you might incur a performance problem if SSL is enabled and there's no

DO NOT REPLY [Bug 49613] Request.getAttributeNames() slows down some applications

2010-07-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49613 --- Comment #5 from Sampo Savolainen v...@iki.fi 2010-07-19 08:18:52 EDT --- Can you abbreviate on how I did not understand the code correctly? This is how I understood it: 'getAttributes(Globals.CERTIFICATES_ATTR)' is called when a