[Bug 55801] Add ability to provide custom SSLContext for websocket client

2013-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55801 --- Comment #3 from Maciej Lypik --- (In reply to Christopher Schultz from comment #2) > (In reply to Marek Jagielski from comment #1) > > This patch would be useful also for those who cope with self-signed > > certificates for test purpose

Re: svn commit: r1544165 - XML validation

2013-11-22 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22/11/2013 03:16, Jeremy Boynes wrote: > On Nov 21, 2013, at 4:59 AM, ma...@apache.org wrote: > >> Author: markt Date: Thu Nov 21 12:59:36 2013 New Revision: >> 1544165 >> >> URL: http://svn.apache.org/r1544165 Log: Extend the reach of the >> Co

svn commit: r1544453 - /tomcat/trunk/java/org/apache/catalina/Context.java

2013-11-22 Thread markt
Author: markt Date: Fri Nov 22 09:51:28 2013 New Revision: 1544453 URL: http://svn.apache.org/r1544453 Log: Better Javadoc Modified: tomcat/trunk/java/org/apache/catalina/Context.java Modified: tomcat/trunk/java/org/apache/catalina/Context.java URL: http://svn.apache.org/viewvc/tomcat/trunk

svn commit: r1544455 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2013-11-22 Thread markt
Author: markt Date: Fri Nov 22 09:55:24 2013 New Revision: 1544455 URL: http://svn.apache.org/r1544455 Log: Rename fields to align with attribute names. Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java Modified: tomcat/trunk/java/org/apache/catalina/core/StandardCont

svn commit: r1544457 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2013-11-22 Thread markt
Author: markt Date: Fri Nov 22 09:58:37 2013 New Revision: 1544457 URL: http://svn.apache.org/r1544457 Log: Minor clean-up. Inherit the Javadoc. Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

svn commit: r1544460 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/jasper/ java/org/apache/jasper/compiler/ test/org/ap

2013-11-22 Thread markt
Author: markt Date: Fri Nov 22 10:05:31 2013 New Revision: 1544460 URL: http://svn.apache.org/r1544460 Log: Separate validation of *.jspx and *.tagx files into a new option. Modified: tomcat/trunk/java/org/apache/catalina/Context.java tomcat/trunk/java/org/apache/catalina/Globals.java

svn commit: r1544469 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/Context.java

2013-11-22 Thread markt
Author: markt Date: Fri Nov 22 10:33:14 2013 New Revision: 1544469 URL: http://svn.apache.org/r1544469 Log: Better Javadoc Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/Context.java Propchange: tomcat/tc7.0.x/trunk/ --

svn commit: r1544472 - /tomcat/trunk/java/org/apache/catalina/Globals.java

2013-11-22 Thread kkolinko
Author: kkolinko Date: Fri Nov 22 10:37:16 2013 New Revision: 1544472 URL: http://svn.apache.org/r1544472 Log: Followup to r1544460 Correct typos in javadoc Modified: tomcat/trunk/java/org/apache/catalina/Globals.java Modified: tomcat/trunk/java/org/apache/catalina/Globals.java URL: http://

svn commit: r1544473 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/StandardContext.java

2013-11-22 Thread markt
Author: markt Date: Fri Nov 22 10:37:38 2013 New Revision: 1544473 URL: http://svn.apache.org/r1544473 Log: Minor clean-up. Inherit the Javadoc. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/StandardContext.java Propchange: tomcat/tc

svn commit: r1544474 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2013-11-22 Thread kkolinko
Author: kkolinko Date: Fri Nov 22 10:41:15 2013 New Revision: 1544474 URL: http://svn.apache.org/r1544474 Log: Followup to r1544455 and r1544460 Rename method arguments as well Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java Modified: tomcat/trunk/java/org/apache/ca

svn commit: r1544477 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/jasper/ java/org/apache/jasper/compiler/

2013-11-22 Thread markt
Author: markt Date: Fri Nov 22 10:45:36 2013 New Revision: 1544477 URL: http://svn.apache.org/r1544477 Log: (empty) Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/Context.java tomcat/tc7.0.x/trunk/java/org/apache/catalina/Globals.java

svn propchange: r1544477 - svn:log

2013-11-22 Thread markt
Author: markt Revision: 1544477 Modified property: svn:log Modified: svn:log at Fri Nov 22 10:47:03 2013 -- --- svn:log (original) +++ svn:log Fri Nov 22 10:47:03 2013 @@ -0,0 +1 @@ +Separate validation of *.jspx and *.tag

svn commit: r1544487 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ test/org/apache/catalina/core/ webapps/docs/

2013-11-22 Thread markt
Author: markt Date: Fri Nov 22 11:11:56 2013 New Revision: 1544487 URL: http://svn.apache.org/r1544487 Log: Always use a namespace aware parser for TLD files. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/Context.java tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/StandardCo

svn commit: r1544488 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java

2013-11-22 Thread markt
Author: markt Date: Fri Nov 22 11:14:36 2013 New Revision: 1544488 URL: http://svn.apache.org/r1544488 Log: Tomcat 7 has a specific attribute for TLD validation so use it. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java Modified: tomcat/tc7.0.x/trunk/jav

svn commit: r1544492 - /tomcat/tc7.0.x/trunk/java/org/apache/jasper/JspC.java

2013-11-22 Thread markt
Author: markt Date: Fri Nov 22 11:26:51 2013 New Revision: 1544492 URL: http://svn.apache.org/r1544492 Log: Hook up validate option Modified: tomcat/tc7.0.x/trunk/java/org/apache/jasper/JspC.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/jasper/JspC.java URL: http://svn.apache.org/view

buildbot success in ASF Buildbot on tomcat-7-trunk

2013-11-22 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/1564 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build So

svn commit: r1544499 - /tomcat/trunk/java/org/apache/jasper/JspC.java

2013-11-22 Thread markt
Author: markt Date: Fri Nov 22 11:45:00 2013 New Revision: 1544499 URL: http://svn.apache.org/r1544499 Log: Add command line support for TLD and JSP document validation to JspC Modified: tomcat/trunk/java/org/apache/jasper/JspC.java Modified: tomcat/trunk/java/org/apache/jasper/JspC.java URL

svn commit: r1544500 - /tomcat/tc7.0.x/trunk/java/org/apache/jasper/JspC.java

2013-11-22 Thread markt
Author: markt Date: Fri Nov 22 11:45:10 2013 New Revision: 1544500 URL: http://svn.apache.org/r1544500 Log: Add command line support for TLD and JSP document validation to JspC Modified: tomcat/tc7.0.x/trunk/java/org/apache/jasper/JspC.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/jasp

XML parsing config clean-up

2013-11-22 Thread Mark Thomas
All, I think I have finished cleaning up the configuration of the XML parsers in 7.0.x and trunk. There is one obvious difference between 7.0.x and 8.0.x and that is that 7.0.x separates enabling validation for TLDs and enabling validation for web.xml/web-fragment.xml I'm currently on the fence w

Re: svn commit: r1544487 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ test/org/apache/catalina/core/ webapps/docs/

2013-11-22 Thread Konstantin Kolinko
I think you have to update documentation on this attribute in docs/config/context.xml. It is also mentioned in docs/config/systemprops.xml as one of the attributes changed by "strict compliance" option. 2013/11/22 : > Author: markt > Date: Fri Nov 22 11:11:56 2013 > New Revision: 1544487 > > URL

Re: svn commit: r1544488 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java

2013-11-22 Thread Konstantin Kolinko
2013/11/22 : > Author: markt > Date: Fri Nov 22 11:14:36 2013 > New Revision: 1544488 > > URL: http://svn.apache.org/r1544488 > Log: > Tomcat 7 has a specific attribute for TLD validation so use it. > > Modified: > tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java > >

Re: XML parsing config clean-up

2013-11-22 Thread Konstantin Kolinko
2013/11/22 Mark Thomas : > All, > > I think I have finished cleaning up the configuration of the XML parsers > in 7.0.x and trunk. There is one obvious difference between 7.0.x and > 8.0.x and that is that 7.0.x separates enabling validation for TLDs and > enabling validation for web.xml/web-fragme

svn commit: r1544530 - in /tomcat/tc7.0.x/trunk/webapps/docs: changelog.xml config/context.xml config/systemprops.xml

2013-11-22 Thread markt
Author: markt Date: Fri Nov 22 13:31:23 2013 New Revision: 1544530 URL: http://svn.apache.org/r1544530 Log: Update docs after deprecation of tldNamespaceAware Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml tomcat/tc7.0.x/trunk/webapps/docs/config/context.xml tomcat/tc7.0.x/

Re: svn commit: r1544487 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ test/org/apache/catalina/core/ webapps/docs/

2013-11-22 Thread Mark Thomas
On 22/11/2013 12:31, Konstantin Kolinko wrote: > I think you have to update documentation on this attribute in > docs/config/context.xml. > > It is also mentioned in docs/config/systemprops.xml as one of the > attributes changed by "strict compliance" option. Thanks. Fixed. Mark > > 2013/11/2

svn commit: r1544531 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java

2013-11-22 Thread markt
Author: markt Date: Fri Nov 22 13:33:14 2013 New Revision: 1544531 URL: http://svn.apache.org/r1544531 Log: Follow-up to r1544488 Reviewed by kkolinko Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina

Re: svn commit: r1544488 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java

2013-11-22 Thread Mark Thomas
On 22/11/2013 12:44, Konstantin Kolinko wrote: > 2013/11/22 : >> Author: markt >> Date: Fri Nov 22 11:14:36 2013 >> New Revision: 1544488 >> >> URL: http://svn.apache.org/r1544488 >> Log: >> Tomcat 7 has a specific attribute for TLD validation so use it. >> >> Modified: >> >> tomcat/tc7.0.x/t

Re: XML parsing config clean-up

2013-11-22 Thread Mark Thomas
On 22/11/2013 13:04, Konstantin Kolinko wrote: > 2013/11/22 Mark Thomas : >> All, >> >> I think I have finished cleaning up the configuration of the XML parsers >> in 7.0.x and trunk. There is one obvious difference between 7.0.x and >> 8.0.x and that is that 7.0.x separates enabling validation for

svn commit: r1544535 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2013-11-22 Thread markt
Author: markt Date: Fri Nov 22 13:46:06 2013 New Revision: 1544535 URL: http://svn.apache.org/r1544535 Log: Update changelog. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/

svn commit: r1544537 - /tomcat/tc7.0.x/trunk/webapps/docs/config/context.xml

2013-11-22 Thread markt
Author: markt Date: Fri Nov 22 13:46:49 2013 New Revision: 1544537 URL: http://svn.apache.org/r1544537 Log: With separate .xml validation options no need to spell everything out in xmlValidation Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/context.xml Modified: tomcat/tc7.0.x/trunk/we

[jira] [Commented] (MTOMCAT-238) Parameter staticContextDocbase cant be used

2013-11-22 Thread Laurent GARCIA (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13829980#comment-13829980 ] Laurent GARCIA commented on MTOMCAT-238: Same problem here, and in any configurat

[Bug 55811] New: Do not parse web-fragment.xml files when empty absolute-ordering

2013-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55811 Bug ID: 55811 Summary: Do not parse web-fragment.xml files when empty absolute-ordering Product: Tomcat 7 Version: 7.0.47 Hardware: PC Status: NEW

svn commit: r1544582 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java

2013-11-22 Thread markt
Author: markt Date: Fri Nov 22 15:50:55 2013 New Revision: 1544582 URL: http://svn.apache.org/r1544582 Log: Use correct attribute for TLD validation. Add missing attribute. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ApplicationContext.java Modified: tomcat/tc7.0.x/trunk/ja

svn commit: r1544584 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/StandardContext.java

2013-11-22 Thread markt
Author: markt Date: Fri Nov 22 15:51:24 2013 New Revision: 1544584 URL: http://svn.apache.org/r1544584 Log: Better Javadoc Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/StandardContext.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/StandardContext.java URL:

svn commit: r1544585 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ test/org/apache/catalina/core/ webapps/docs/config/

2013-11-22 Thread markt
Author: markt Date: Fri Nov 22 15:51:57 2013 New Revision: 1544585 URL: http://svn.apache.org/r1544585 Log: Reinstate the TLD validation option Modified: tomcat/trunk/java/org/apache/catalina/Context.java tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java tomcat/trunk/

svn commit: r1544589 - in /tomcat/trunk: java/org/apache/jasper/JspC.java test/org/apache/jasper/TestJspC.java

2013-11-22 Thread markt
Author: markt Date: Fri Nov 22 15:56:25 2013 New Revision: 1544589 URL: http://svn.apache.org/r1544589 Log: Better name Modified: tomcat/trunk/java/org/apache/jasper/JspC.java tomcat/trunk/test/org/apache/jasper/TestJspC.java Modified: tomcat/trunk/java/org/apache/jasper/JspC.java URL:

svn commit: r1544591 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/JspC.java

2013-11-22 Thread markt
Author: markt Date: Fri Nov 22 15:59:44 2013 New Revision: 1544591 URL: http://svn.apache.org/r1544591 Log: Better name Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/jasper/JspC.java Propchange: tomcat/tc7.0.x/trunk/ --

svn commit: r1544593 - in /tomcat/trunk/java/org/apache: catalina/Globals.java catalina/core/ApplicationContext.java jasper/Constants.java jasper/compiler/ImplicitTagLibraryInfo.java jasper/compiler/T

2013-11-22 Thread markt
Author: markt Date: Fri Nov 22 16:02:16 2013 New Revision: 1544593 URL: http://svn.apache.org/r1544593 Log: Better names Modified: tomcat/trunk/java/org/apache/catalina/Globals.java tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java tomcat/trunk/java/org/apache/jasper/

svn commit: r1544595 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/jasper/ java/org/apache/jasper/compiler/

2013-11-22 Thread markt
Author: markt Date: Fri Nov 22 16:07:45 2013 New Revision: 1544595 URL: http://svn.apache.org/r1544595 Log: Better names Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/Globals.java tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/Appl

Re: svn commit: r1544165 - XML validation

2013-11-22 Thread Jeremy Boynes
On Nov 22, 2013, at 1:28 AM, Mark Thomas wrote: Still catching up on the changes but this jumped out: > > > Looks like JasperInitializer now reads to read an attribute not an > > init-param. In trunk, I'd been trying to decouple Jasper from > > Catalina so having the latter set a jasper-specifi

Re: XML parsing config clean-up

2013-11-22 Thread Jeremy Boynes
On Nov 22, 2013, at 5:40 AM, Mark Thomas wrote: > On 22/11/2013 13:04, Konstantin Kolinko wrote: >> 2013/11/22 Mark Thomas : ... > >> It does not mention anything else. >> >> There might be 3rd-party tag libraries that do not validate. I think >> it is good to have a separate option. > > OK. T

Re: XML parsing config clean-up

2013-11-22 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22/11/2013 16:18, Jeremy Boynes wrote: > On Nov 22, 2013, at 5:40 AM, Mark Thomas wrote: > >> On 22/11/2013 13:04, Konstantin Kolinko wrote: >>> 2013/11/22 Mark Thomas : > ... >> >>> It does not mention anything else. >>> >>> There might be 3rd-

Re: svn commit: r1544165 - XML validation

2013-11-22 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22/11/2013 16:10, Jeremy Boynes wrote: > On Nov 22, 2013, at 1:28 AM, Mark Thomas wrote: > > Still catching up on the changes but this jumped out: >> >>> Looks like JasperInitializer now reads to read an attribute >>> not an init-param. In trunk,

[Bug 55813] New: in 8.0.0-RCx Maven artifacts, tomcat-util artifact does not contain org/apache/tomcat/util/digester/RuleSet

2013-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55813 Bug ID: 55813 Summary: in 8.0.0-RCx Maven artifacts, tomcat-util artifact does not contain org/apache/tomcat/util/digester/RuleSet Product: Tomcat 8 Version

[Bug 55813] in 8.0.0-RCx Maven artifacts, tomcat-util artifact does not contain org/apache/tomcat/util/digester/RuleSet

2013-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55813 ludo changed: What|Removed |Added CC||ludovic.champen...@gmail.co

[Bug 55813] in 8.0.0-RCx Maven artifacts, tomcat-util artifact does not contain org/apache/tomcat/util/digester/RuleSet

2013-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55813 --- Comment #1 from ludo --- You can easily find that the class or entire package is missing from http://repo2.maven.org/maven2/org/apache/tomcat/tomcat-util/8.0.0-RC5/ but needed to have a functional org.apache.tomcat.util.descriptor.web.W

svn commit: r1544606 - in /tomcat/trunk/java/org/apache: catalina/ catalina/core/ jasper/ jasper/compiler/ jasper/servlet/

2013-11-22 Thread markt
Author: markt Date: Fri Nov 22 17:19:36 2013 New Revision: 1544606 URL: http://svn.apache.org/r1544606 Log: Switch from ServletContext attribute to init-param. Note that Jasper was incorrectly (now correctly) looking at init-params in some places. Modified: tomcat/trunk/java/org/apache/catal

svn commit: r1544607 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/jasper/ java/org/apache/jasper/compiler/

2013-11-22 Thread markt
Author: markt Date: Fri Nov 22 17:24:27 2013 New Revision: 1544607 URL: http://svn.apache.org/r1544607 Log: Switch from ServletContext attribute to init-param. Note that Jasper was incorrectly (now correctly) looking at init-params in some places. Modified: tomcat/tc7.0.x/trunk/ (props cha

buildbot failure in ASF Buildbot on tomcat-trunk

2013-11-22 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/5254 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

svn commit: r1544649 - /tomcat/trunk/java/org/apache/jasper/Constants.java

2013-11-22 Thread markt
Author: markt Date: Fri Nov 22 19:14:05 2013 New Revision: 1544649 URL: http://svn.apache.org/r1544649 Log: Line length Modified: tomcat/trunk/java/org/apache/jasper/Constants.java Modified: tomcat/trunk/java/org/apache/jasper/Constants.java URL: http://svn.apache.org/viewvc/tomcat/trunk/ja

buildbot success in ASF Buildbot on tomcat-trunk

2013-11-22 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/5255 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1544662 - /tomcat/trunk/webapps/docs/config/jar-scan-filter.xml

2013-11-22 Thread kkolinko
Author: kkolinko Date: Fri Nov 22 20:02:29 2013 New Revision: 1544662 URL: http://svn.apache.org/r1544662 Log: Align documentation with the code. The attribute names were wrong. Modified: tomcat/trunk/webapps/docs/config/jar-scan-filter.xml Modified: tomcat/trunk/webapps/docs/config/jar-scan

[Tomcat Wiki] Update of "HowTo/FasterStartUp" by KonstantinKolinko

2013-11-22 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "HowTo/FasterStartUp" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/HowTo/FasterStartUp?action=diff&rev1=15&rev2=16 Comment: Rework. Add introduction. D

Tomcat 8: Rename property used by JarScanFilter to be the same as in Tomcat 7.

2013-11-22 Thread Konstantin Kolinko
Hi! In Tomcat 8 the default list of jars to skip is provided to StandardJarScanFilter by the following system property: > "tomcat.util.scan.StandardJarScanFilter.jarsToSkip" It differs from the property used by Tomcat 7: > "tomcat.util.scan.DefaultJarScanner.jarsToSkip" I find this inconvenien

Re: Tomcat 8: Rename property used by JarScanFilter to be the same as in Tomcat 7.

2013-11-22 Thread Mark Thomas
On 22/11/2013 20:47, Konstantin Kolinko wrote: > Hi! > > In Tomcat 8 the default list of jars to skip is provided to > StandardJarScanFilter by the following system property: > >> "tomcat.util.scan.StandardJarScanFilter.jarsToSkip" > > It differs from the property used by Tomcat 7: > >> "tomcat

Re: Tomcat 8: Rename property used by JarScanFilter to be the same as in Tomcat 7.

2013-11-22 Thread Konstantin Kolinko
2013/11/23 Mark Thomas : > On 22/11/2013 20:47, Konstantin Kolinko wrote: >> Hi! >> >> In Tomcat 8 the default list of jars to skip is provided to >> StandardJarScanFilter by the following system property: >> >>> "tomcat.util.scan.StandardJarScanFilter.jarsToSkip" >> >> It differs from the property

svn commit: r1544679 - /tomcat/trunk/java/org/apache/catalina/startup/LocalStrings.properties

2013-11-22 Thread markt
Author: markt Date: Fri Nov 22 21:06:48 2013 New Revision: 1544679 URL: http://svn.apache.org/r1544679 Log: Fix copy/paste error in log message Modified: tomcat/trunk/java/org/apache/catalina/startup/LocalStrings.properties Modified: tomcat/trunk/java/org/apache/catalina/startup/LocalStrings

svn commit: r1544684 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/Globals.java

2013-11-22 Thread kkolinko
Author: kkolinko Date: Fri Nov 22 21:16:18 2013 New Revision: 1544684 URL: http://svn.apache.org/r1544684 Log: Merged r1544472 from tomcat/trunk: Correct typos in javadoc Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/Globals.java Propchan

[Tomcat Wiki] Update of "HowTo/FasterStartUp" by KonstantinKolinko

2013-11-22 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "HowTo/FasterStartUp" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/HowTo/FasterStartUp?action=diff&rev1=16&rev2=17 Comment: Correction: TLD scanning do

[GUMP@vmgump]: Project taglibs-standard-spec (in module tomcat-taglibs) failed

2013-11-22 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project taglibs-standard-spec has an issue affecting its community integration. Th

[GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed

2013-11-22 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-test has an issue affecting its community integration. This

[GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2013-11-22 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test has an issue affecting its community integration. This i

Re: XML parsing config clean-up

2013-11-22 Thread Jeremy Boynes
On Nov 22, 2013, at 8:24 AM, Mark Thomas wrote: > Signed PGP part > On 22/11/2013 16:18, Jeremy Boynes wrote: > > On Nov 22, 2013, at 5:40 AM, Mark Thomas wrote: > > > >> On 22/11/2013 13:04, Konstantin Kolinko wrote: > >>> 2013/11/22 Mark Thomas : > > ... > >> > >>> It does not mention anything