Re: Connection draining when upload to large

2011-02-11 Thread Mark Thomas
On 10/02/2011 21:32, Christopher Schultz wrote: Rainer, On 2/10/2011 8:04 AM, Rainer Jung wrote: It seems there's still no server-side prevention against huge uploads possible. The upload is not put into memory, but the thread is only freed once the whole request body is read. Shouldn't

Re: Connection draining when upload to large

2011-02-11 Thread Rainer Jung
On 10.02.2011 18:00, Filip Hanik - Dev Lists wrote: On 2/10/2011 6:04 AM, 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

DO NOT REPLY [Bug 22895] [PATCH] req:isUserInRole upgrade to support multiple roles

2011-02-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=22895 jasonchu zjji...@cti.hkbn.com.hk changed: What|Removed |Added CC|

svn commit: r1069766 - in /tomcat/trunk/test/org/apache/tomcat/util/net: TestCustomSsl.java jsse/ jsse/TesterBug50640SslImpl.java

2011-02-11 Thread markt
Author: markt Date: Fri Feb 11 12:08:55 2011 New Revision: 1069766 URL: http://svn.apache.org/viewvc?rev=1069766view=rev Log: Add unit test that demonstrates use of a custom SSL implementation that extends the default JSSE implementation. Added:

DO NOT REPLY [Bug 50640] Keystore in AbstractEndpoint doesn't have to be a file

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

svn commit: r1069768 - /tomcat/trunk/test/org/apache/catalina/core/TestStandardContext.java

2011-02-11 Thread markt
Author: markt Date: Fri Feb 11 12:16:31 2011 New Revision: 1069768 URL: http://svn.apache.org/viewvc?rev=1069768view=rev Log: Fix Eclipse warnings Modified: tomcat/trunk/test/org/apache/catalina/core/TestStandardContext.java Modified:

svn commit: r1069770 - in /tomcat/trunk: java/org/apache/catalina/startup/Embedded.java webapps/docs/changelog.xml

2011-02-11 Thread markt
Author: markt Date: Fri Feb 11 12:24:47 2011 New Revision: 1069770 URL: http://svn.apache.org/viewvc?rev=1069770view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50752 Correct typo Modified: tomcat/trunk/java/org/apache/catalina/startup/Embedded.java

svn commit: r1069774 - /tomcat/tc6.0.x/trunk/STATUS.txt

2011-02-11 Thread markt
Author: markt Date: Fri Feb 11 12:31:08 2011 New Revision: 1069774 URL: http://svn.apache.org/viewvc?rev=1069774view=rev Log: Proposal, vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 50752] Typo in Embedded.java log message

2011-02-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50752 --- Comment #1 from Mark Thomas ma...@apache.org 2011-02-11 07:31:44 EST --- Fixed in 7.0.x for 7.0.9 onwards. Proposed for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving

svn commit: r1069824 - in /tomcat/trunk: java/org/apache/catalina/realm/JNDIRealm.java webapps/docs/changelog.xml

2011-02-11 Thread markt
Author: markt Date: Fri Feb 11 14:49:41 2011 New Revision: 1069824 URL: http://svn.apache.org/viewvc?rev=1069824view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50751 Don't try to retrieve attributes if we don't need to. If anonymous bind is not allowed, the login will always

svn commit: r1069825 - /tomcat/tc6.0.x/trunk/STATUS.txt

2011-02-11 Thread markt
Author: markt Date: Fri Feb 11 14:51:33 2011 New Revision: 1069825 URL: http://svn.apache.org/viewvc?rev=1069825view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 50751] JNDIRealm invokes getAttributes with no attribute ids. Prevents using DOMAIN\{0} to login.

2011-02-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50751 --- Comment #1 from Mark Thomas ma...@apache.org 2011-02-11 09:52:51 EST --- I applied a slightly different patch for this issue that acheives the same results. Note that the JNDI realm assumes that anonymous access is allowed in some

svn commit: r1069832 - in /tomcat/trunk: java/org/apache/catalina/startup/ExpandWar.java java/org/apache/catalina/startup/LocalStrings.properties webapps/docs/changelog.xml

2011-02-11 Thread markt
Author: markt Date: Fri Feb 11 15:21:54 2011 New Revision: 1069832 URL: http://svn.apache.org/viewvc?rev=1069832view=rev Log: Add additional information to assist with tracking down the root cause of https://issues.apache.org/bugzilla/show_bug.cgi?id=50737 Modified:

[Tomcat Wiki] Update of PoweredBy by prosch

2011-02-11 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The PoweredBy page has been changed by prosch. http://wiki.apache.org/tomcat/PoweredBy?action=diffrev1=312rev2=313 -- #pragma

svn commit: r1069835 - /tomcat/trunk/java/org/apache/catalina/startup/ExpandWar.java

2011-02-11 Thread markt
Author: markt Date: Fri Feb 11 15:27:06 2011 New Revision: 1069835 URL: http://svn.apache.org/viewvc?rev=1069835view=rev Log: Remove unused deprecated method Modified: tomcat/trunk/java/org/apache/catalina/startup/ExpandWar.java Modified:

svn commit: r1069836 - /tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java

2011-02-11 Thread markt
Author: markt Date: Fri Feb 11 15:29:34 2011 New Revision: 1069836 URL: http://svn.apache.org/viewvc?rev=1069836view=rev Log: Remove deprecated code Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java Modified:

PoweredBy reverted to revision 312 on Tomcat Wiki

2011-02-11 Thread Apache Wiki
Dear wiki user, You have subscribed to a wiki page Tomcat Wiki for change notification. The page PoweredBy has been reverted to revision 312 by ChuckCaldarale. The comment on this change is: Spam removal. http://wiki.apache.org/tomcat/PoweredBy?action=diffrev1=313rev2=314

svn commit: r1069844 - /tomcat/trunk/java/org/apache/naming/resources/ResourceAttributes.java

2011-02-11 Thread markt
Author: markt Date: Fri Feb 11 15:39:52 2011 New Revision: 1069844 URL: http://svn.apache.org/viewvc?rev=1069844view=rev Log: Remove deprecated code Modified: tomcat/trunk/java/org/apache/naming/resources/ResourceAttributes.java Modified:

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

2011-02-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50737 --- Comment #2 from Mark Thomas ma...@apache.org 2011-02-11 10:43:31 EST --- This looks like a JVM bug at this point. I think the best we can do is add some debug logging to help track this down. If I add the looging to Tomcat 7, can you

svn commit: r1069857 - /tomcat/tc6.0.x/trunk/STATUS.txt

2011-02-11 Thread markt
Author: markt Date: Fri Feb 11 16:14:54 2011 New Revision: 1069857 URL: http://svn.apache.org/viewvc?rev=1069857view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 50734] 400 Bad Request when there are no web applications deployed on Tomcat 6.0.32

2011-02-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50734 --- Comment #3 from Mark Thomas ma...@apache.org 2011-02-11 11:15:18 EST --- Thanks for the patch. I have proposed it for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving

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

2011-02-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50737 --- Comment #3 from Jon E. j...@jonericson.com 2011-02-11 11:24:22 EST --- I modified the ExpandWar class to spit out the failed comparison values in the validate method right before the exception is thrown. After stuffing the modified

svn commit: r1069864 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/PooledConnection.java

2011-02-11 Thread fhanik
Author: fhanik Date: Fri Feb 11 16:32:41 2011 New Revision: 1069864 URL: http://svn.apache.org/viewvc?rev=1069864view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=50759 Update validation timestamp if using an external validator. Modified:

DO NOT REPLY [Bug 50759] ValidatorClassName Validation fails to set lastValidated timestamp

2011-02-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50759 Filip Hanik fha...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1069876 - in /tomcat/trunk/modules/jdbc-pool: build.properties.default doc/changelog.xml sign.sh

2011-02-11 Thread fhanik
Author: fhanik Date: Fri Feb 11 16:42:05 2011 New Revision: 1069876 URL: http://svn.apache.org/viewvc?rev=1069876view=rev Log: doco and version update Modified: tomcat/trunk/modules/jdbc-pool/build.properties.default tomcat/trunk/modules/jdbc-pool/doc/changelog.xml

Re: svn commit: r1069774 - /tomcat/tc6.0.x/trunk/STATUS.txt

2011-02-11 Thread Konstantin Kolinko
2011/2/11 ma...@apache.org: Author: markt Date: Fri Feb 11 12:31:08 2011 New Revision: 1069774 URL: http://svn.apache.org/viewvc?rev=1069774view=rev Log: Proposal, vote Modified:    tomcat/tc6.0.x/trunk/STATUS.txt +* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50752 +  

DO NOT REPLY [Bug 50726] Jasper can generate uncompilable source code if genStringAsCharArray is turned on

2011-02-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50726 --- Comment #4 from Mark Thomas ma...@apache.org 2011-02-11 13:03:45 EST --- For info, it appears the the Eclipse compiler does not enforce this limit. Dynamic compilation works whereas pre-compilation fails. -- Configure bugmail:

Re: Connection draining when upload to large

2011-02-11 Thread Christopher Schultz
William, On 2/10/2011 4:51 PM, William A. Rowe Jr. wrote: On 2/10/2011 7:04 AM, 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

Re: Connection draining when upload to large

2011-02-11 Thread Christopher Schultz
Mark, On 2/11/2011 4:37 AM, Mark Thomas wrote: On 10/02/2011 21:32, Christopher Schultz wrote: Rainer, On 2/10/2011 8:04 AM, Rainer Jung wrote: It seems there's still no server-side prevention against huge uploads possible. The upload is not put into memory, but the thread is only freed

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

2011-02-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50737 --- Comment #4 from Jon E. j...@jonericson.com 2011-02-11 14:51:27 EST --- The problem occurs when Tomcat (on the iSeries / System i / AS400) is started with a command line that has different case values than where the file system resides.

[Tomcat Wiki] Update of AdminGroup by SebastianBazley

2011-02-11 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The AdminGroup page has been changed by SebastianBazley. http://wiki.apache.org/tomcat/AdminGroup -- New page: This is a list of people

[Tomcat Wiki] Update of AdminGroup by SebastianBazley

2011-02-11 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The AdminGroup page has been changed by SebastianBazley. http://wiki.apache.org/tomcat/AdminGroup?action=diffrev1=1rev2=2 -- + #acl

Re: Tomcat Wiki spam prevention

2011-02-11 Thread sebb
On 31 January 2011 13:26, sebb seb...@gmail.com wrote: On 31 January 2011 09:09, Apache Wiki wikidi...@apache.org wrote: Dear wiki user, You have subscribed to a wiki page Tomcat Wiki for change notification. The page PoweredBy has been reverted to revision 305 by KonstantinKolinko. The