[Bug 54596] New: Relative paths truncates last character of values

2013-02-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54596 Bug ID: 54596 Summary: Relative paths truncates last character of values Product: Tomcat Connectors Version: 1.2.37 Hardware: PC Status: NEW Severity: normal

svn commit: r1448831 - in /tomcat/tc7.0.x/trunk: ./ conf/catalina.properties java/org/apache/tomcat/util/scan/StandardJarScanner.java webapps/docs/changelog.xml webapps/docs/config/jar-scanner.xml

2013-02-21 Thread markt
Author: markt Date: Thu Feb 21 22:15:06 2013 New Revision: 1448831 URL: http://svn.apache.org/r1448831 Log: Disable scanning of the bootstrap classpath by default and remove the jarsToSkip entries that were added to achieve the same objective Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1448826 - in /tomcat/trunk: conf/catalina.properties java/org/apache/tomcat/util/scan/StandardJarScanner.java webapps/docs/config/jar-scanner.xml

2013-02-21 Thread markt
Author: markt Date: Thu Feb 21 22:07:45 2013 New Revision: 1448826 URL: http://svn.apache.org/r1448826 Log: Disable scanning of the bootstrap classpath by default and remove the jarsToSkip entries that were added to achieve the same objective Modified: tomcat/trunk/conf/catalina.properties

Re: JarScanning

2013-02-21 Thread Nick Williams
On Feb 21, 2013, at 10:42 AM, Romain Manni-Bucau wrote: > Hi, > > the best IMO would be to have a WEB-INF/tomcat.properties with the ability > to configure the scanner + its properties (thanks a prefix) from the webapp > itself > > PS: META-INF/context.xml would work too but i'm not a fan of xm

Re: JarScanning

2013-02-21 Thread Rainer Jung
On 21.02.2013 17:34, Mark Thomas wrote: > 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. > > JRE JARs. > I think scanning of these should be made optio

RE: JarScanning

2013-02-21 Thread Caldarale, Charles R
> From: Mark Thomas [mailto:ma...@apache.org] > Subject: Re: JarScanning > > From the above, it looks like the only purpose of jarsToScan is to > > avoid checking the jarsToSkip list. Unless such checking is > > expensive, this seems like an unnecessary complication. > It lets you do things lik

svn commit: r1448720 - in /tomcat/trunk/java/org/apache/tomcat/util/digester: CallParamRule.java SetPropertiesRule.java

2013-02-21 Thread markt
Author: markt Date: Thu Feb 21 16:47:40 2013 New Revision: 1448720 URL: http://svn.apache.org/r1448720 Log: Update Javadoc after recent pruning of unused code. Modified: tomcat/trunk/java/org/apache/tomcat/util/digester/CallParamRule.java tomcat/trunk/java/org/apache/tomcat/util/digester/

Re: JarScanning

2013-02-21 Thread Mark Thomas
On 21/02/2013 16:39, Caldarale, Charles R wrote: >> From: Mark Thomas [mailto:ma...@apache.org] Subject: JarScanning > >> jarsToScan This is a little more complicated. First of all, how >> does it work? The suggestion is: - If jarsToScan matches, scan it - >> else if jarsToSkip matches, skip it -

Re: JarScanning

2013-02-21 Thread Romain Manni-Bucau
Hi, the best IMO would be to have a WEB-INF/tomcat.properties with the ability to configure the scanner + its properties (thanks a prefix) from the webapp itself PS: META-INF/context.xml would work too but i'm not a fan of xml ;) *Romain Manni-Bucau* *Twitter: @rmannibucau

RE: JarScanning

2013-02-21 Thread Caldarale, Charles R
> From: Mark Thomas [mailto:ma...@apache.org] > Subject: JarScanning > jarsToScan > This is a little more complicated. > First of all, how does it work? The suggestion is: > - If jarsToScan matches, scan it > - else if jarsToSkip matches, skip it > - else scan it >From the above, it looks like t

svn commit: r1448714 - /tomcat/trunk/java/org/apache/tomcat/util/http/CookieSupport.java

2013-02-21 Thread markt
Author: markt Date: Thu Feb 21 16:39:07 2013 New Revision: 1448714 URL: http://svn.apache.org/r1448714 Log: whitespace Modified: tomcat/trunk/java/org/apache/tomcat/util/http/CookieSupport.java Modified: tomcat/trunk/java/org/apache/tomcat/util/http/CookieSupport.java URL: http://svn.apache

JarScanning

2013-02-21 Thread 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. JRE JARs. I think scanning of these should be made optional and disabled by default. This will reduce the list

svn commit: r1448679 - in /tomcat/trunk/java/org/apache/tomcat/util/http: CookieSupport.java Cookies.java

2013-02-21 Thread remm
Author: remm Date: Thu Feb 21 15:22:42 2013 New Revision: 1448679 URL: http://svn.apache.org/r1448679 Log: String unescaping modifies the buffer used for the cookie, and will corrupt the original cookie header [visible when displaying them using getHeader]. Experiment with an option to preserve

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

2013-02-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54595 --- Comment #1 from Karol Bucek --- Created attachment 29976 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29976&action=edit web.xml -- You are receiving this mail because: You are the assignee for the bug. -

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

2013-02-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54595 Bug ID: 54595 Summary: [embed] ClassNotFoundException while parsing web.xml Product: Tomcat 7 Version: unspecified Hardware: All OS: Linux Status: NEW

Re: [VOTE] Apache Tomcat Maven Plugin 2.1

2013-02-21 Thread Henri Gomez
[+1] More than welcome ! 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/content/repositories/orgap

Re: [ANN] Apache Tomcat Native 1.1.27 released

2013-02-21 Thread Mladen Turk
On 02/20/2013 11:52 PM, Christopher Schultz wrote: Henri, On 2/14/13 4:14 AM, Henri Gomez wrote: I build Tomcat Native on various machine, CentOS 5/6, openSUSE/SLES and notice this error on CentOS 5.9 : On CentOS 6.2: Now, there are obviously a few differences between our two environments: