Bug report for Tomcat 5 [2011/05/15]

2011-05-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2011/05/15]

2011-05-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2011/05/15]

2011-05-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2011/05/15]

2011-05-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2011/05/15]

2011-05-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2011/05/15]

2011-05-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2011/05/15]

2011-05-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

DO NOT REPLY [Bug 51177] javax.el.MapELResolver getType returns class of kept object instead of Object.class

2011-05-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51177 --- Comment #6 from Fyodor Kravchenko 2011-05-15 07:51:46 UTC --- Thanks (if it's appropriate to thank here)! -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --

svn commit: r1103303 - /tomcat/trunk/webapps/docs/ssl-howto.xml

2011-05-15 Thread rjung
Author: rjung Date: Sun May 15 09:56:25 2011 New Revision: 1103303 URL: http://svn.apache.org/viewvc?rev=1103303&view=rev Log: Fix trivial docs tpyos. Modified: tomcat/trunk/webapps/docs/ssl-howto.xml Modified: tomcat/trunk/webapps/docs/ssl-howto.xml URL: http://svn.apache.org/viewvc/tomcat

svn commit: r1103308 - in /tomcat/trunk/java/org/apache/coyote/ajp: AjpNioProcessor.java LocalStrings.properties

2011-05-15 Thread markt
Author: markt Date: Sun May 15 10:00:22 2011 New Revision: 1103308 URL: http://svn.apache.org/viewvc?rev=1103308&view=rev Log: Make AJP-NIO actually use non-blocking reads. Only the first read of a request is is non-blocking. Any additional reads will block. The first read of the first request on

svn commit: r1103327 - /tomcat/trunk/java/org/apache/coyote/ajp/AjpNioProtocol.java

2011-05-15 Thread markt
Author: markt Date: Sun May 15 11:31:49 2011 New Revision: 1103327 URL: http://svn.apache.org/viewvc?rev=1103327&view=rev Log: Get Servlet 3.0 async requests working with new AJP-NIo connector Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpNioProtocol.java Modified: tomcat/trunk/java/o

svn commit: r1103329 - /tomcat/trunk/webapps/docs/changelog.xml

2011-05-15 Thread markt
Author: markt Date: Sun May 15 11:34:32 2011 New Revision: 1103329 URL: http://svn.apache.org/viewvc?rev=1103329&view=rev Log: Add new AJP-NIo connector to the changelog. It is working well enough to be classed as experimental. I'll remove that label once all the TCK tests pass. Modified: to

DO NOT REPLY [Bug 51145] Need a NIO-based AJP connector

2011-05-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51145 --- Comment #1 from Mark Thomas 2011-05-15 11:38:15 UTC --- An initial implementation is available in trunk/7.0.x. It will be included in 7.0.15 onwards. There are some aspects that are known to fail (e.g. request bodies). Once all the TCK

svn commit: r1103389 - in /tomcat/trunk/webapps/docs: changelog.xml config/ajp.xml

2011-05-15 Thread rjung
Author: rjung Date: Sun May 15 14:23:33 2011 New Revision: 1103389 URL: http://svn.apache.org/viewvc?rev=1103389&view=rev Log: Add docs for experimental AJP-NIO connector. Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/config/ajp.xml Modified: tomcat/trunk/we

svn commit: r1103396 - /tomcat/trunk/webapps/docs/config/ajp.xml

2011-05-15 Thread rjung
Author: rjung Date: Sun May 15 14:33:41 2011 New Revision: 1103396 URL: http://svn.apache.org/viewvc?rev=1103396&view=rev Log: Minor enhancement and fix for NIO AJP documentation. Modified: tomcat/trunk/webapps/docs/config/ajp.xml Modified: tomcat/trunk/webapps/docs/config/ajp.xml URL: http

svn commit: r1103398 - /tomcat/trunk/webapps/docs/config/http.xml

2011-05-15 Thread rjung
Author: rjung Date: Sun May 15 14:34:17 2011 New Revision: 1103398 URL: http://svn.apache.org/viewvc?rev=1103398&view=rev Log: Minor clarification in http connector comparison table. Modified: tomcat/trunk/webapps/docs/config/http.xml Modified: tomcat/trunk/webapps/docs/config/http.xml URL:

svn commit: r1103554 - /tomcat/trunk/java/org/apache/coyote/ajp/AjpNioProcessor.java

2011-05-15 Thread markt
Author: markt Date: Sun May 15 21:58:10 2011 New Revision: 1103554 URL: http://svn.apache.org/viewvc?rev=1103554&view=rev Log: Improve handling for reading request bodies. More testing still required. Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpNioProcessor.java Modified: tomcat/tru

DO NOT REPLY [Bug 50839] Closing connection on the client side (browser) during unfinished transmission result in 100% CPU slike for 30 sec during socket shutdownd in jk_connect.c

2011-05-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50839 --- Comment #2 from Konstantin Preißer 2011-05-16 01:19:08 UTC --- Created attachment 26999 --> https://issues.apache.org/bugzilla/attachment.cgi?id=26999 Zip which contains the logfiles and source code of JSP -- Configure bugmail: htt

DO NOT REPLY [Bug 50839] Closing connection on the client side (browser) during unfinished transmission result in 100% CPU slike for 30 sec during socket shutdownd in jk_connect.c

2011-05-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50839 --- Comment #3 from Konstantin Preißer 2011-05-16 01:19:28 UTC --- Hi, I could also observe this issue using Windows Server 2008 SP2 (32 bit), IIS 7.0, ISAPI Redirector 1.2.31. It happened when a Servlet was producing lots of data, a clie

DO NOT REPLY [Bug 50839] Closing connection on the client side (browser) during unfinished transmission result in 100% CPU slike for 30 sec during socket shutdownd in jk_connect.c

2011-05-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50839 --- Comment #4 from Konstantin Preißer 2011-05-16 01:57:24 UTC --- Hi, I just discovered that writing a byte array of 32 bytes produces a bunch of lines in the isapi log each time. I changed the jsp to write an array of 32000 bytes instea

DO NOT REPLY [Bug 50839] Closing connection on the client side (browser) during unfinished transmission result in 100% CPU slike for 30 sec during socket shutdownd in jk_connect.c

2011-05-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50839 Konstantin Preißer changed: What|Removed |Added Attachment #26999|0 |1 is obsolete|

DO NOT REPLY [Bug 51141] Struts 1 bean exception in JSP after upgrading from Tomcat 6.0.28

2011-05-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51141 asfbugzill...@eghm.net changed: What|Removed |Added Resolution|INVALID |WONTFIX --- Comment #4 fro