DO NOT REPLY [Bug 50472] New: 0000

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50472 Summary: Product: Tomcat Connectors Version: 1.2.30 Platform: PC Status: NEW Severity: normal Priority: P2 Component: JK2 AssignedTo: dev@tomcat

DO NOT REPLY [Bug 50472] 0000

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50472 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 49683] Separate keep-alive and connection timeout with APR/native connector

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49683 Filip Hanik changed: What|Removed |Added CC||fha...@apache.org -- Configure bugm

DO NOT REPLY [Bug 50467] Occasional NIO connector lockups on high load

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50467 --- Comment #1 from Christopher Schultz 2010-12-14 14:05:10 EST --- Steven, would it be possible for you to upgrade to the latest (6.0.29) Tomcat version? I seem to recall a recent fix to the NIO connector that fixes some threading issues,

DO NOT REPLY [Bug 50467] Occasional NIO connector lockups on high load

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50467 --- Comment #2 from Christopher Schultz 2010-12-14 14:06:43 EST --- Ooh, sorry. I misread your version number. Duh. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail beca

DO NOT REPLY [Bug 5829] StandardManager needs to cope with sessions throwing exception in read/write

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=5829 --- Comment #12 from Christopher Schultz 2010-12-14 14:12:13 EST --- (In reply to comment #11) > I don't know when it was added but all the current versions (5.5.x, 6.0.x, > 7.0.x) surround each attribute write in a try/catch and should the

DO NOT REPLY [Bug 5829] StandardManager needs to cope with sessions throwing exception in read/write

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=5829 --- Comment #13 from Mark Thomas 2010-12-14 14:21:54 EST --- Take a look at the code... -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assig

DO NOT REPLY [Bug 50460] First access to a jspx page causes classloader leak in JspDocumentParser

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50460 --- Comment #5 from Christopher Schultz 2010-12-14 14:25:07 EST --- FWIW, I still vote #2. I'm pretty sure that actually throwing the exception is more costly than creating the Exception object. -- Configure bugmail: https://issues.apach

DO NOT REPLY [Bug 48892] Use URIEncoding from server.xml for decoding post data sent with application/x-www-form-urlencoded mime type

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48892 --- Comment #2 from Christopher Schultz 2010-12-14 14:30:22 EST --- -1 for defaulting to use URIEncoding to decode the request body when no Content-Type encoding is specified, since that setting might violate the HTTP spec in it's default

DO NOT REPLY [Bug 49000] Cookie parsing bug when an empty value has an equal sign on the end

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49000 --- Comment #6 from Christopher Schultz 2010-12-14 14:40:12 EST --- Henri, what is the behavior of TC when these invalid cookies are received from a client? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email

DO NOT REPLY [Bug 8441] Command line files for NetWare

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=8441 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 8776] The session url encoding under somce circumstances fails to use cookies even when request to do so

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=8776 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 9629] Fix ServletContext.getResourcePaths to match spec

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=9629 --- Comment #11 from Mark Thomas 2010-12-14 14:58:23 EST --- (In reply to comment #10) > Why is only the first directory level (sub paths as [4]) returned? As of > Tomcat > 4.0.4 this is a somewhat surprising result, since I would expect (f

DO NOT REPLY [Bug 49165] Enhancement - Allow %{TIME_FORMAT}t As Configuration for AccessLogValve

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49165 --- Comment #8 from Christopher Schultz 2010-12-14 14:58:37 EST --- (In reply to comment #6) > Note: volume benchmark is writing output in real file to $CATALINA_HOME/logs > and shouldn't be included in automatic test pack (it's slow and i

DO NOT REPLY [Bug 9629] Fix ServletContext.getResourcePaths to match spec

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=9629 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 49000] Cookie parsing bug when an empty value has an equal sign on the end

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49000 --- Comment #7 from Henri Yandell 2010-12-14 15:07:25 EST --- It doesn't create the last cookie value. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: ---

svn commit: r1049263 - in /tomcat/trunk/java/org/apache: catalina/ha/deploy/FileMessageFactory.java coyote/ajp/AjpMessage.java tomcat/util/buf/HexUtils.java

2010-12-14 Thread schultz
Author: schultz Date: Tue Dec 14 20:49:28 2010 New Revision: 1049263 URL: http://svn.apache.org/viewvc?rev=1049263&view=rev Log: Fixed bug #49125: toString on byte[] array probably is not correct - Added HexUtils.toHexString method - Wrapped output of byte[] objects with a call to HexUtils.toHexSt

svn commit: r1049264 - /tomcat/trunk/java/org/apache/catalina/connector/Connector.java

2010-12-14 Thread schultz
Author: schultz Date: Tue Dec 14 20:53:07 2010 New Revision: 1049264 URL: http://svn.apache.org/viewvc?rev=1049264&view=rev Log: Added documentation to parseBodyMethods and parseBodyMethodSet members. Modified: tomcat/trunk/java/org/apache/catalina/connector/Connector.java Modified: tomcat/t

DO NOT REPLY [Bug 49125] toString on byte[] array probably is not correct

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49125 Christopher Schultz changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 49000] Cookie parsing bug when an empty value has an equal sign on the end

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49000 --- Comment #8 from Christopher Schultz 2010-12-14 15:59:30 EST --- That seems like reasonable behavior to me. If there were some kind of exception or the request was not processed, I'd think this was a bug. In this case, I believe Tomcat

Setting Connector attributes

2010-12-14 Thread Christopher Schultz
All, I was looking at https://issues.apache.org/bugzilla/show_bug.cgi?id=49711 and starting to write a patch which involves a new Connector option. I noticed that (for example) Connector.setUseBodyEncodingForURI sets it's own state, then calls setProperty("useBodyEncodingForURI", ...) which sets

DO NOT REPLY [Bug 13634] Allowing system properties to be substituted in config-file

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=13634 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 10120] Custom realm and shared instalation.

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=10120 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 10335] [RFE,patch] Make JAASRealm more flexible

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=10335 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 13965] Need a way to globally configure Jasper options

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=13965 Mark Thomas changed: What|Removed |Added Keywords|PatchAvailable | Component|Catalina

DO NOT REPLY [Bug 49000] Cookie parsing bug when an empty value has an equal sign on the end

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49000 --- Comment #9 from Henri Yandell 2010-12-14 17:48:27 EST --- I'm poorly explaining. Tomcat is happy with all of the following: Cookie: fred=1; jim=2; bob Cookie: fred=1; jim=2; bob; george=3 Cookie: fred=1; jim=2; bob=; george=3 It isn

DO NOT REPLY [Bug 10457] Patch submission for DefaultServlet/WebdavServlet to be more flexible

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=10457 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 10699] Apache SOAP 2.3 will not operate properly

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=10699 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 14766] Redirect Vavle

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=14766 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 17572] Tomcat manager Ant tasks should support "failonerror" attribute

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=17572 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 10225] ANT Tasks Error Situation

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=10225 Mark Thomas changed: What|Removed |Added CC||roytm...@peacetech.com --- Comment #

DO NOT REPLY [Bug 17070] The Catalina Ant tasks do not allow for 'reusable' build scripts

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=17070 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 10225] ANT Tasks Error Situation

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=10225 Mark Thomas changed: What|Removed |Added CC||richard_kenn...@hotmail.com --- Comm

DO NOT REPLY [Bug 28852] failonerror attribute on Ant tasks

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=28852 Mark Thomas changed: What|Removed |Added CC||devli...@logemann.info --- Comment #

DO NOT REPLY [Bug 10225] ANT Tasks Error Situation

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=10225 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 26363] JSP Compiler does not recognize unbalanced Struts tag

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=26363 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 17405] JSP Classpath

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=17405 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 16357] "connection timeout reached"

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=16357 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 14097] hardcoded registry value for vm lets tomcat service on win2k fail

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=14097 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1049372 - /tomcat/trunk/webapps/docs/windows-service-howto.xml

2010-12-14 Thread markt
Author: markt Date: Wed Dec 15 00:57:58 2010 New Revision: 1049372 URL: http://svn.apache.org/viewvc?rev=1049372&view=rev Log: Fix a typo Modified: tomcat/trunk/webapps/docs/windows-service-howto.xml Modified: tomcat/trunk/webapps/docs/windows-service-howto.xml URL: http://svn.apache.org/vi

DO NOT REPLY [Bug 20517] Adding recursive find for library references

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=20517 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 20517] Adding recursive find for library references

2010-12-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=20517 --- Comment #2 from Mark Thomas 2010-12-14 20:04:35 EST --- An adidtional note re WEB-INF/lib, sub directories will not be supported since the spec is clear that JARs must on directly under the lib dir. Supporting anything else would damage