svn commit: r1449225 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2013-02-22 Thread remm
Author: remm Date: Fri Feb 22 21:38:20 2013 New Revision: 1449225 URL: http://svn.apache.org/r1449225 Log: I forgot to port a portion of my patch, that 54602 had me look at what called recycle. Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java Modified: tomcat/tru

[Bug 54595] [embed] ClassNotFoundException while parsing web.xml

2013-02-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54595 --- Comment #2 from Violeta Georgieva --- Hi, Can you specify the exact Tomcat 7 version that you are using. Also specify whether you are using the "embedded" distribution or the full one. Please provide the configuration information that

[Bug 54602] New: B2CConverter character decode underflow leaves bytes in buffer

2013-02-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54602 Bug ID: 54602 Summary: B2CConverter character decode underflow leaves bytes in buffer Product: Tomcat 7 Version: 7.0.33 Hardware: PC OS: Linux

[Bug 54601] New: catalina.sh should not modify $JAVA_OPTS to add $LOGGING_MANAGER

2013-02-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54601 Bug ID: 54601 Summary: catalina.sh should not modify $JAVA_OPTS to add $LOGGING_MANAGER Product: Tomcat 6 Version: 6.0.36 Hardware: PC OS: Linux

[Bug 54599] DataSource password is exposed to applications via toString method

2013-02-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54599 --- Comment #1 from Daniel Mikusa --- Created attachment 29983 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29983&action=edit Patch Attaching a simple patch to mask the password in toString. -- You are receiving this mail b

[Bug 54599] New: DataSource password is exposed to applications via toString method

2013-02-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54599 Bug ID: 54599 Summary: DataSource password is exposed to applications via toString method Product: Tomcat Modules Version: unspecified Hardware: All O

Re: [VOTE] Apache Tomcat Maven Plugin 2.1

2013-02-22 Thread Tim Astle
+1 Can't wait to update and start using this! Tim 2013/2/20 Olivier Lamy > Hi, > I'd like to release Apache Tomcat Maven Plugin 2.1. > > 24 issues fixed (see changelog: > http://tomcat.apache.org/maven-plugin-2.1/jira-report.html) > > Staging maven repository: > https://repository.apache.org

Re: JarScanning

2013-02-22 Thread Konstantin Kolinko
2013/2/21 Mark Thomas : > An issue at work prompted me to take another look at this thread: > http://markmail.org/thread/qanw2psjsx32feek > > There are some useful things there that I think it is worth following up on. > >(..) > > jarsToScan > This is a little more complicated. > First of all, how

Re: [VOTE] Apache Tomcat Maven Plugin 2.1

2013-02-22 Thread Glen Mazza
+500! (non-binding). This version of Tomcat Maven plugin is much improved over present release version (both in deployment to a standalone Tomcat and its mvn tomcat:run-war feature), and I'm looking forward to switching my web service blog entries over to it as soon as it's released. Glen O