svn commit: r1071556 - /tomcat/trunk/test/org/apache/catalina/filters/TestRemoteIpFilter.java

2011-02-17 Thread markt
Author: markt Date: Thu Feb 17 09:20:16 2011 New Revision: 1071556 URL: http://svn.apache.org/viewvc?rev=1071556view=rev Log: Prevent NPE in unit tests as a result of r1067718 Modified: tomcat/trunk/test/org/apache/catalina/filters/TestRemoteIpFilter.java Modified:

svn commit: r1071557 - /tomcat/trunk/test/org/apache/catalina/loader/TestVirtualWebappLoader.java

2011-02-17 Thread markt
Author: markt Date: Thu Feb 17 09:29:58 2011 New Revision: 1071557 URL: http://svn.apache.org/viewvc?rev=1071557view=rev Log: Fix test failure now r1069056 has added stricter checks for state transitions Modified: tomcat/trunk/test/org/apache/catalina/loader/TestVirtualWebappLoader.java

svn commit: r1071560 - /tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java

2011-02-17 Thread rjung
Author: rjung Date: Thu Feb 17 09:51:17 2011 New Revision: 1071560 URL: http://svn.apache.org/viewvc?rev=1071560view=rev Log: Remove duplicate code. The implementation in the base class is identical and all other http11 implementations also inherit it from there. Modified:

svn commit: r1071561 - in /tomcat/trunk: java/javax/el/BeanELResolver.java java/org/apache/el/parser/AstValue.java test/org/apache/el/TestMethodExpressionImpl.java webapps/docs/changelog.xml

2011-02-17 Thread markt
Author: markt Date: Thu Feb 17 09:59:30 2011 New Revision: 1071561 URL: http://svn.apache.org/viewvc?rev=1071561view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50790 Improve method resolution in EL expressions Add test cases for this bug Modified:

DO NOT REPLY [Bug 50790] EL parser needs to be more dynamic

2011-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50790 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: Connection draining when upload to large

2011-02-17 Thread Rainer Jung
On 10.02.2011 18:44, Mark Thomas wrote: On 10/02/2011 13:04, Rainer Jung wrote: Servlet 3 standardizes file uploads. It contains the ability to limit on request size, pretty much the same as commons fileupload supported for many years. It seems when this conditions triggers the rest of the

svn commit: r1071565 - in /tomcat/trunk: java/org/apache/catalina/Context.java java/org/apache/catalina/core/ApplicationDispatcher.java java/org/apache/catalina/core/StandardContext.java webapps/docs/

2011-02-17 Thread markt
Author: markt Date: Thu Feb 17 10:32:07 2011 New Revision: 1071565 URL: http://svn.apache.org/viewvc?rev=1071565view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50789 Provide an option to enable ServletRequestListeners for forwards as required by some CDI frameworks.

DO NOT REPLY [Bug 50789] custom error pages and CDI/weld problem

2011-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50789 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: Connection draining when upload to large

2011-02-17 Thread Mark Thomas
On 17/02/2011 10:30, Rainer Jung wrote: On 10.02.2011 18:44, Mark Thomas wrote: On 10/02/2011 13:04, Rainer Jung wrote: Servlet 3 standardizes file uploads. It contains the ability to limit on request size, pretty much the same as commons fileupload supported for many years. It seems when

Re: Connection draining when upload to large

2011-02-17 Thread Mark Thomas
On 17/02/2011 10:41, Mark Thomas wrote: On 17/02/2011 10:30, Rainer Jung wrote: On 10.02.2011 18:44, Mark Thomas wrote: On 10/02/2011 13:04, Rainer Jung wrote: Servlet 3 standardizes file uploads. It contains the ability to limit on request size, pretty much the same as commons fileupload

Re: Connection draining when upload to large

2011-02-17 Thread Rainer Jung
On 17.02.2011 11:58, Mark Thomas wrote: On 17/02/2011 10:41, Mark Thomas wrote: On 17/02/2011 10:30, Rainer Jung wrote: On 10.02.2011 18:44, Mark Thomas wrote: On 10/02/2011 13:04, Rainer Jung wrote: Servlet 3 standardizes file uploads. It contains the ability to limit on request size,

Test suite failures for TC 7 (MBeanUtils, host null)

2011-02-17 Thread Rainer Jung
I get test suite failures for TC 7 right now. I'm not sure whether it is because I changed my testing environment, but the failure seems to be pretty special, namely a NullPointerException in MBeanUtils.createObjectName() line 532. I added some logging and the reason is, that the host

Re: Test suite failures for TC 7 (MBeanUtils, host null)

2011-02-17 Thread Konstantin Kolinko
2011/2/17 Rainer Jung rainer.j...@kippdata.de: I get test suite failures for TC 7 right now. I'm not sure whether it is because I changed my testing environment, but the failure seems to be pretty special, namely a NullPointerException in MBeanUtils.createObjectName() line 532. I have an old

Re: Test suite failures for TC 7 (MBeanUtils, host null)

2011-02-17 Thread Mark Thomas
On 17/02/2011 12:02, Konstantin Kolinko wrote: 2011/2/17 Rainer Jung rainer.j...@kippdata.de: I get test suite failures for TC 7 right now. I'm not sure whether it is because I changed my testing environment, but the failure seems to be pretty special, namely a NullPointerException in

svn commit: r1071591 - /tomcat/trunk/java/org/apache/catalina/deploy/LocalStrings.properties

2011-02-17 Thread markt
Author: markt Date: Thu Feb 17 12:10:32 2011 New Revision: 1071591 URL: http://svn.apache.org/viewvc?rev=1071591view=rev Log: Fix typo Modified: tomcat/trunk/java/org/apache/catalina/deploy/LocalStrings.properties Modified:

svn commit: r1071592 - /tomcat/trunk/java/org/apache/catalina/deploy/LocalStrings.properties

2011-02-17 Thread markt
Author: markt Date: Thu Feb 17 12:11:36 2011 New Revision: 1071592 URL: http://svn.apache.org/viewvc?rev=1071592view=rev Log: Typo? Copy and paste error? Modified: tomcat/trunk/java/org/apache/catalina/deploy/LocalStrings.properties Modified:

Re: Test suite failures for TC 7 (MBeanUtils, host null)

2011-02-17 Thread Mark Thomas
On 17/02/2011 12:06, Mark Thomas wrote: On 17/02/2011 12:02, Konstantin Kolinko wrote: 2011/2/17 Rainer Jung rainer.j...@kippdata.de: I get test suite failures for TC 7 right now. I'm not sure whether it is because I changed my testing environment, but the failure seems to be pretty special,

svn commit: r1071601 - /tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java

2011-02-17 Thread markt
Author: markt Date: Thu Feb 17 13:10:36 2011 New Revision: 1071601 URL: http://svn.apache.org/viewvc?rev=1071601view=rev Log: Fix NPEs on shutdown. Loop is prevented above when the child is removed. Modified: tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java Modified:

svn commit: r1071614 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Protocol.java

2011-02-17 Thread markt
Author: markt Date: Thu Feb 17 14:04:37 2011 New Revision: 1071614 URL: http://svn.apache.org/viewvc?rev=1071614view=rev Log: Remove unnecessary code. I don't see a code path that could result in the socket being in the map at this point Modified:

svn commit: r1071617 - /tomcat/trunk/java/org/apache/coyote/ajp/AjpProtocol.java

2011-02-17 Thread markt
Author: markt Date: Thu Feb 17 14:11:41 2011 New Revision: 1071617 URL: http://svn.apache.org/viewvc?rev=1071617view=rev Log: Remove unnecessary code. I don't see a code path that could result in the socket being in the map at this point Modified:

DO NOT REPLY [Bug 50780] AjpConnectionHandler keeps many connections causing memory leak

2011-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50780 --- Comment #3 from Mark Thomas ma...@apache.org 2011-02-17 09:18:17 EST --- Yes it does still happen with 7.0.8 and is specific to the APR implementation of the AJP connector. Testing a fix now... -- Configure bugmail:

[Tomcat Wiki] Update of DocumentInOtherLanguages by huyuchengus

2011-02-17 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The DocumentInOtherLanguages page has been changed by huyuchengus. http://wiki.apache.org/tomcat/DocumentInOtherLanguages?action=diffrev1=4rev2=5

[Tomcat Wiki] Update of DocumentInOtherLanguages by huyuchengus

2011-02-17 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The DocumentInOtherLanguages page has been changed by huyuchengus. http://wiki.apache.org/tomcat/DocumentInOtherLanguages?action=diffrev1=5rev2=6

[Tomcat Wiki] Update of Tomcat 中文文档 by huyuchengus

2011-02-17 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The Tomcat 中文文档 page has been changed by huyuchengus. http://wiki.apache.org/tomcat/Tomcat%20%E4%B8%AD%E6%96%87%E6%96%87%E6%A1%A3 -- New

[Tomcat Wiki] Update of Tomcat 中文文档 by huyuchengus

2011-02-17 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The Tomcat 中文文档 page has been changed by huyuchengus. http://wiki.apache.org/tomcat/Tomcat%20%E4%B8%AD%E6%96%87%E6%96%87%E6%A1%A3?action=diffrev1=1rev2=2

[GUMP@vmgump]: Project tomcat-taglibs-standard (in module tomcat-taglibs) failed

2011-02-17 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-taglibs-standard has an issue affecting its community

[Tomcat Wiki] Update of DocumentInOtherLanguages by markt

2011-02-17 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The DocumentInOtherLanguages page has been changed by markt. The comment on this change is: Remove http://tomcat.jaxmao.org/ - currently breaching ASF trademarks. Can be added back when

Re: [Tomcat Wiki] Update of Tomcat 中文文档 by huyuchengus

2011-02-17 Thread Mark Thomas
On 17/02/2011 15:07, Apache Wiki wrote: Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The Tomcat 中文文档 page has been changed by huyuchengus.

Apache Tomcat wiki pages

2011-02-17 Thread Mark Thomas
Hi, Thanks for your recent updates to: http://wiki.apache.org/tomcat/Tomcat%20%E4%B8%AD%E6%96%87%E6%96%87%E6%A1%A3 All changes to the wiki are reviewed by the Tomcat developer community and a number of factual errors were discovered in this page: Apache Tomcat is not a Jakarta sub-project and

svn commit: r1071671 - in /tomcat/trunk: java/org/apache/coyote/ajp/AjpAprProtocol.java webapps/docs/changelog.xml

2011-02-17 Thread markt
Author: markt Date: Thu Feb 17 16:08:08 2011 New Revision: 1071671 URL: http://svn.apache.org/viewvc?rev=1071671view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50780 Fix memory leak in APR implementation of AJP connector introduced by the refactoring for bug 49884 Modified:

DO NOT REPLY [Bug 50780] AjpConnectionHandler keeps many connections causing memory leak

2011-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50780 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1071677 - in /tomcat/trunk/java/org/apache/catalina/tribes: group/AbsoluteOrder.java group/ExtendedRpcCallback.java group/RpcMessage.java membership/MemberImpl.java tipis/AbstractReplicat

2011-02-17 Thread fhanik
Author: fhanik Date: Thu Feb 17 16:23:44 2011 New Revision: 1071677 URL: http://svn.apache.org/viewvc?rev=1071677view=rev Log: Correctly use the readFully method. Add a utility method to sort absolute order Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/AbsoluteOrder.java

[Tomcat Wiki] Update of Tomcat 安装/使用 by huyuchengus

2011-02-17 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The Tomcat 安装/使用 page has been changed by huyuchengus. http://wiki.apache.org/tomcat/Tomcat%20%E5%AE%89%E8%A3%85/%E4%BD%BF%E7%94%A8 --

[Tomcat Wiki] Update of Tomcat 安装/使用 by huyuchengus

2011-02-17 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The Tomcat 安装/使用 page has been changed by huyuchengus. http://wiki.apache.org/tomcat/Tomcat%20%E5%AE%89%E8%A3%85/%E4%BD%BF%E7%94%A8?action=diffrev1=1rev2=2

[Tomcat Wiki] Update of huyuchengus by huyuchengus

2011-02-17 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The huyuchengus page has been changed by huyuchengus. http://wiki.apache.org/tomcat/huyuchengus -- New page: ##language:en == YUCHENG HU

[Tomcat Wiki] Update of Category:OSS Tomcat by huyuchengus

2011-02-17 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The Category:OSS Tomcat page has been changed by huyuchengus. http://wiki.apache.org/tomcat/Category%3AOSS%20Tomcat -- New page: OSS

Re: Connection draining when upload to large

2011-02-17 Thread William A. Rowe Jr.
On 2/17/2011 4:41 AM, Mark Thomas wrote: I'm not particularly comfortable with this. I'm having a hard time coming up with a use case where some requests are swallowed and some are not. I think I'd prefer a per Connector or per Context attribute. I need to read the right part of the HTTP

svn commit: r1071734 - in /tomcat/trunk/modules/jdbc-pool: ./ .classpath build.properties.default sign.sh

2011-02-17 Thread fhanik
Author: fhanik Date: Thu Feb 17 18:16:22 2011 New Revision: 1071734 URL: http://svn.apache.org/viewvc?rev=1071734view=rev Log: Update version numbers Modified: tomcat/trunk/modules/jdbc-pool/ (props changed) tomcat/trunk/modules/jdbc-pool/.classpath

DO NOT REPLY [Bug 50802] New: Deviation from servlet3 spec concerning resource lookup from META-INF/resources

2011-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50802 Summary: Deviation from servlet3 spec concerning resource lookup from META-INF/resources Product: Tomcat 7 Version: 7.0.8 Platform: PC OS/Version: Linux

svn commit: r1071735 - /tomcat/trunk/modules/jdbc-pool/

2011-02-17 Thread fhanik
Author: fhanik Date: Thu Feb 17 18:22:23 2011 New Revision: 1071735 URL: http://svn.apache.org/viewvc?rev=1071735view=rev Log: ignore list Modified: tomcat/trunk/modules/jdbc-pool/ (props changed) Propchange: tomcat/trunk/modules/jdbc-pool/

DO NOT REPLY [Bug 50802] Deviation from servlet3 spec concerning resource lookup from META-INF/resources

2011-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50802 --- Comment #1 from Sander Sõnajalg sander.sonaj...@gmail.com 2011-02-17 13:25:14 EST --- Mm, i forgot to mention: the static resource serving itself is working okay. If you make queries to URLs /webstart/test1.txt and /webstart/test2.txt

DO NOT REPLY [Bug 50802] Deviation from servlet3 spec concerning resource lookup from META-INF/resources

2011-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50802 --- Comment #2 from Mark Thomas ma...@apache.org 2011-02-17 13:28:23 EST --- (In reply to comment #1) I know I'm now violating the one-bug-per-report rule and you can just ignore this if that's important or whatever, but I've also noticed

Re: svn commit: r1071735 - /tomcat/trunk/modules/jdbc-pool/

2011-02-17 Thread Konstantin Kolinko
2011/2/17 fha...@apache.org: Author: fhanik Date: Thu Feb 17 18:22:23 2011 New Revision: 1071735 URL: http://svn.apache.org/viewvc?rev=1071735view=rev Log: ignore list Modified:    tomcat/trunk/modules/jdbc-pool/   (props changed) Propchange: tomcat/trunk/modules/jdbc-pool/

DO NOT REPLY [Bug 50803] New: ServletException.getRootCause() does not return the LoginException thrown by a JAAS login module

2011-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50803 Summary: ServletException.getRootCause() does not return the LoginException thrown by a JAAS login module Product: Tomcat 7 Version: 7.0.8 Platform: PC OS/Version: Linux

svn commit: r1071757 - /tomcat/trunk/modules/jdbc-pool/

2011-02-17 Thread fhanik
Author: fhanik Date: Thu Feb 17 19:42:05 2011 New Revision: 1071757 URL: http://svn.apache.org/viewvc?rev=1071757view=rev Log: Update ignore list with the full set Modified: tomcat/trunk/modules/jdbc-pool/ (props changed) Propchange: tomcat/trunk/modules/jdbc-pool/

Re: svn commit: r1071735 - /tomcat/trunk/modules/jdbc-pool/

2011-02-17 Thread Filip Hanik - Dev Lists
On 02/17/2011 11:50 AM, Konstantin Kolinko wrote: -build.properties -includes -output done thanks - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

DO NOT REPLY [Bug 50803] ServletException.getRootCause() does not return the LoginException thrown by a JAAS login module

2011-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50803 --- Comment #1 from Konstantin Kolinko knst.koli...@gmail.com 2011-02-17 14:55:09 EST --- What is stack trace of that exception? Where is it thrown from? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email

DO NOT REPLY [Bug 50804] New: tomcat6 webpage link to javadocs broken

2011-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50804 Summary: tomcat6 webpage link to javadocs broken Product: Tomcat 6 Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority:

svn commit: r1071774 - in /tomcat/trunk: java/org/apache/naming/resources/ webapps/docs/

2011-02-17 Thread markt
Author: markt Date: Thu Feb 17 20:38:49 2011 New Revision: 1071774 URL: http://svn.apache.org/viewvc?rev=1071774view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50802 Ensure that ServletContext.getResourcePaths() includes static resources packaged in JAR files in its output.

DO NOT REPLY [Bug 50802] Deviation from servlet3 spec concerning resource lookup from META-INF/resources

2011-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50802 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 50803] ServletException.getRootCause() does not return the LoginException thrown by a JAAS login module

2011-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50803 --- Comment #2 from Patrik Varga varga.pat...@gmail.com 2011-02-17 15:39:03 EST --- Created an attachment (id=26676) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26676) stack trace and output See attached stack trace and

DO NOT REPLY [Bug 50803] ServletException.getRootCause() does not return the LoginException thrown by a JAAS login module

2011-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50803 --- Comment #3 from Konstantin Kolinko knst.koli...@gmail.com 2011-02-17 16:07:16 EST --- stack trace: javax.servlet.ServletException: Login failed at

DO NOT REPLY [Bug 50803] ServletException.getRootCause() does not return the LoginException thrown by a JAAS login module

2011-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50803 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1071830 - in /tomcat/tc6.0.x/trunk/webapps/docs: changelog.xml index.xml

2011-02-17 Thread markt
Author: markt Date: Thu Feb 17 23:08:43 2011 New Revision: 1071830 URL: http://svn.apache.org/viewvc?rev=1071830view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50804 Update Servlet 2.5 and JSP 2.1 Javadoc links Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

DO NOT REPLY [Bug 50804] tomcat6 webpage link to javadocs broken

2011-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50804 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 50775] JNDIRealm fails with ServiceUnavailableException and NotContextException

2011-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50775 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 50737] Error on .war deploy - archive malformed (on recent Tomcat releases) on IBM iSeries System i

2011-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50737 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 50805] New: Leak Performance issue of getConnectionAsync()

2011-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50805 Summary: Leak Performance issue of getConnectionAsync() Product: Tomcat Modules Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal