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. Shoul

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 res

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

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

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=1069766&view=rev Log: Add unit test that demonstrates use of a custom SSL implementation that extends the default JSSE implementation. Added: tomcat/trunk/test/org/apache/tomcat/util/net/

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 changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

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=1069768&view=rev Log: Fix Eclipse warnings Modified: tomcat/trunk/test/org/apache/catalina/core/TestStandardContext.java Modified: tomcat/trunk/test/org/apache/catalina/core/TestStandardC

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=1069770&view=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 tomcat/trunk/webap

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=1069774&view=rev Log: Proposal, vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt

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 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 this mail because

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=1069824&view=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=1069825&view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1

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 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 cumstances. Fixed in

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=1069832&view=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/trunk/java/org/ap

[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=diff&rev1=312&rev2=313 -- #pragma sect

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=1069835&view=rev Log: Remove unused deprecated method Modified: tomcat/trunk/java/org/apache/catalina/startup/ExpandWar.java Modified: tomcat/trunk/java/org/apache/catalina/startup/Expand

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=1069836&view=rev Log: Remove deprecated code Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpC

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=diff&rev1=313&rev2=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=1069844&view=rev Log: Remove deprecated code Modified: tomcat/trunk/java/org/apache/naming/resources/ResourceAttributes.java Modified: tomcat/trunk/java/org/apache/naming/resources/Resour

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 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 build Tomcat 7.0.x

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=1069857&view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1

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 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 this mail because: -

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. 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 class back into the Cat

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=1069864&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=50759 Update validation timestamp if using an external validator. Modified: tomcat/trunk/modules/jdbc-pool/java/

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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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=1069876&view=rev Log: doco and version update Modified: tomcat/trunk/modules/jdbc-pool/build.properties.default tomcat/trunk/modules/jdbc-pool/doc/changelog.xml tomcat/trunk/modul

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

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

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 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: https://issues.apache.or

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 condit

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 on

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. 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. We configured the I

[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 peop

[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=diff&rev1=1&rev2=2 -- + #acl

[Tomcat Wiki] Update of "LocalBadContent" 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 "LocalBadContent" page has been changed by SebastianBazley. The comment on this change is: Add prosch spam URLs. http://wiki.apache.org/tomcat/LocalBadContent?action=diff&rev1=5&rev2

Re: Tomcat Wiki spam prevention

2011-02-11 Thread sebb
On 31 January 2011 13:26, sebb wrote: > On 31 January 2011 09:09, Apache Wiki 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 comment on this change is