DO NOT REPLY [Bug 51142] New: Offer possible resolution of StringIndexOutOfBoundsException in Request.updateCounters when AJP packetSize is too small.

2011-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51142 Bug #: 51142 Summary: Offer possible resolution of StringIndexOutOfBoundsException in Request.updateCounters when AJP packetSize is too small. Pro

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

2011-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51141 Bug #: 51141 Summary: Struts 1 bean exception in JSP after upgrading from Tomcat 6.0.28 Product: Tomcat 7 Version: 7.0.12 Platform: Sun OS/Version: Solaris

DO NOT REPLY [Bug 51138] Cookies with colons in the cookie value are read incorrectly

2011-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51138 --- Comment #7 from Jelmer Kuperus 2011-05-02 21:32:56 UTC --- Mark, maybe you should read up on the spec, It was actually written to bring the standard in-line with actual practices. So in that sense it has 100% adoption. As far as I can

Re: External Docroot support for Tomcat

2011-05-02 Thread Pid
On 5/2/11 12:59 PM, Asha K S wrote: > HI, > > Thanks a lot for helping me on this.Our basic requirement is having two > docroots for same context '/' .But I have read that using '/' as an aliasPath > is not allowed. Thats the reason we had to change the code. Please let me > know if there is an

DO NOT REPLY [Bug 40728] Catalina MBeans use non-serializable classes

2011-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40728 --- Comment #8 from Pid 2011-05-02 20:06:34 UTC --- Implementing MXBeans would be the better solution IMO, but this would mean starting API changes. It looks like JMX is getting some attention in the next version(s) of Java. If Tomcat 8 i

DO NOT REPLY [Bug 48817] Skip validation query and use JDBC API for validation

2011-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48817 --- Comment #24 from Filip Hanik 2011-05-02 19:20:37 UTC --- Now you're confusing me, why would a validator be an interceptor? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this

DO NOT REPLY [Bug 48817] Skip validation query and use JDBC API for validation

2011-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48817 Glen Taylor changed: What|Removed |Added Attachment #26944|0 |1 is obsolete|

DO NOT REPLY [Bug 48817] Skip validation query and use JDBC API for validation

2011-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48817 --- Comment #22 from Filip Hanik 2011-05-02 17:16:47 UTC --- Patch added to r1098667 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assigne

svn commit: r1098667 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java

2011-05-02 Thread fhanik
Author: fhanik Date: Mon May 2 17:16:45 2011 New Revision: 1098667 URL: http://svn.apache.org/viewvc?rev=1098667&view=rev Log: Fix bug https://issues.apache.org/bugzilla/show_bug.cgi?id=48817 Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.

DO NOT REPLY [Bug 10021] Include upgrade option in installer

2011-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=10021 --- Comment #7 from Peter Crowther 2011-05-02 17:09:19 UTC --- While this could get complex, I suspect that on the whole it will save committer time. An installer with an upgrade option and a big fat warning would reduce those ever-presen

DO NOT REPLY [Bug 48817] Skip validation query and use JDBC API for validation

2011-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48817 --- Comment #21 from Glen Taylor 2011-05-02 16:53:57 UTC --- Created attachment 26947 --> https://issues.apache.org/bugzilla/attachment.cgi?id=26947 Patch ConnectionPool.java to apply JdbcInterceptor properties before calling JdbcIntercep

DO NOT REPLY [Bug 51138] Cookies with colons in the cookie value are read incorrectly

2011-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51138 --- Comment #6 from Mark Thomas 2011-05-02 16:10:51 UTC --- That is a fair point. A similar argument can be made around the use of ":" etc. in date headers although those are single value headers so parsing them is simpler and separators wo

DO NOT REPLY [Bug 51138] Cookies with colons in the cookie value are read incorrectly

2011-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51138 --- Comment #5 from Jelmer Kuperus 2011-05-02 14:58:12 UTC --- Fine but then why is an Authorization header with a base64 encoded username and password allowed in tomcat. Base64 strings end with ==, and = is also a separator character per r

RE: External Docroot support for Tomcat

2011-05-02 Thread Asha K S
HI, Thanks a lot for helping me on this.Our basic requirement is having two docroots for same context '/' .But I have read that using '/' as an aliasPath is not allowed. Thats the reason we had to change the code. Please let me know if there is any way to do that. Thanks, Asha -Original M