svn commit: r1409080 - in /tomcat/native/trunk/native/src: ssl.c sslcontext.c sslext.c sslnetwork.c sslutils.c

2012-11-13 Thread mturk
Author: mturk Date: Wed Nov 14 05:25:16 2012 New Revision: 1409080 URL: http://svn.apache.org/viewvc?rev=1409080&view=rev Log: Trim trailing spaces - No functional change Modified: tomcat/native/trunk/native/src/ssl.c tomcat/native/trunk/native/src/sslcontext.c tomcat/native/trunk/nat

svn commit: r1409079 - in /tomcat/native/branches/1.1.x/native/src: pool.c ssl.c sslcontext.c sslinfo.c sslnetwork.c sslutils.c

2012-11-13 Thread mturk
Author: mturk Date: Wed Nov 14 05:21:53 2012 New Revision: 1409079 URL: http://svn.apache.org/viewvc?rev=1409079&view=rev Log: Trim trailing spaces - No functional change Modified: tomcat/native/branches/1.1.x/native/src/pool.c tomcat/native/branches/1.1.x/native/src/ssl.c tomcat/nati

[Bug 54117] access violation exception in isapi_redirect.dll

2012-11-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54117 --- Comment #14 from Werner --- This version was installed today, and there have been no worker process crashes since. Need another 2 days without issue (as we've gone without a crash for a day in the past) to declare victory, but looks pro

svn commit: r1409036 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11

2012-11-13 Thread markt
Author: markt Date: Tue Nov 13 23:55:26 2012 New Revision: 1409036 URL: http://svn.apache.org/viewvc?rev=1409036&view=rev Log: More updates to the async error handling triggered by kkolinko's review - simplify check to see if listeners changed async state during onTimeout - add option to control i

svn commit: r1409030 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/

2012-11-13 Thread markt
Author: markt Date: Tue Nov 13 23:44:15 2012 New Revision: 1409030 URL: http://svn.apache.org/viewvc?rev=1409030&view=rev Log: More updates to the async error handling triggered by kkolinko's review - simplify check to see if listeners changed async state during onTimeout - add option to control i

[Bug 54143] Add display of PermGen memory pool usage to the Status page of the Manager webapp

2012-11-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54143 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

svn commit: r1409014 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/manager/StatusTransformer.java webapps/docs/changelog.xml webapps/manager/xform.xsl

2012-11-13 Thread kkolinko
Author: kkolinko Date: Tue Nov 13 22:58:01 2012 New Revision: 1409014 URL: http://svn.apache.org/viewvc?rev=1409014&view=rev Log: Merged revision 1409007 from tomcat/trunk: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54143 Add display of memory pools usage (including PermGen) to the Sta

svn commit: r1409007 - in /tomcat/trunk: java/org/apache/catalina/manager/StatusTransformer.java webapps/manager/xform.xsl

2012-11-13 Thread kkolinko
Author: kkolinko Date: Tue Nov 13 22:49:52 2012 New Revision: 1409007 URL: http://svn.apache.org/viewvc?rev=1409007&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54143 Add display of memory pools usage (including PermGen) to the Status page of the Manager web application.

[Bug 54143] New: Add display of PermGen memory pool usage to the Status page of the Manager webapp

2012-11-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54143 Priority: P2 Bug ID: 54143 Assignee: dev@tomcat.apache.org Summary: Add display of PermGen memory pool usage to the Status page of the Manager webapp Severity: enhancem

svn commit: r1408950 - /tomcat/trunk/java/org/apache/catalina/util/URLEncoder.java

2012-11-13 Thread kkolinko
Author: kkolinko Date: Tue Nov 13 20:49:01 2012 New Revision: 1408950 URL: http://svn.apache.org/viewvc?rev=1408950&view=rev Log: Reduce visibility Modified: tomcat/trunk/java/org/apache/catalina/util/URLEncoder.java Modified: tomcat/trunk/java/org/apache/catalina/util/URLEncoder.java URL:

svn commit: r1408946 - in /tomcat/trunk/java/org/apache/catalina/valves: AccessLogValve.java Constants.java

2012-11-13 Thread kkolinko
Author: kkolinko Date: Tue Nov 13 20:38:11 2012 New Revision: 1408946 URL: http://svn.apache.org/viewvc?rev=1408946&view=rev Log: Review of r1389005 - GC optimization of statusCode display in AccessLogValve Simplify code and do not expose public char[] arrays. Modified: tomcat/trunk/java/org/

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

2012-11-13 Thread kkolinko
Author: kkolinko Date: Tue Nov 13 20:20:37 2012 New Revision: 1408937 URL: http://svn.apache.org/viewvc?rev=1408937&view=rev Log: Merged revision 1408934 from tomcat/trunk: Align warning message with the code. It calls AsyncListener.onError() here. Modified: tomcat/tc7.0.x/trunk/ (props cha

svn commit: r1408934 - /tomcat/trunk/java/org/apache/catalina/core/AsyncContextImpl.java

2012-11-13 Thread kkolinko
Author: kkolinko Date: Tue Nov 13 20:17:17 2012 New Revision: 1408934 URL: http://svn.apache.org/viewvc?rev=1408934&view=rev Log: Align warning message with the code. It calls AsyncListener.onError() here. Modified: tomcat/trunk/java/org/apache/catalina/core/AsyncContextImpl.java Modified: t

svn commit: r1408913 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/el/JasperELResolver.java

2012-11-13 Thread kkolinko
Author: kkolinko Date: Tue Nov 13 19:44:19 2012 New Revision: 1408913 URL: http://svn.apache.org/viewvc?rev=1408913&view=rev Log: Merged revision 1408906 from tomcat/trunk: Use 'final' for the field initialized in constructor. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0

svn commit: r1408906 - /tomcat/trunk/java/org/apache/jasper/el/JasperELResolver.java

2012-11-13 Thread kkolinko
Author: kkolinko Date: Tue Nov 13 19:28:46 2012 New Revision: 1408906 URL: http://svn.apache.org/viewvc?rev=1408906&view=rev Log: Use 'final' for the field initialized in constructor. Modified: tomcat/trunk/java/org/apache/jasper/el/JasperELResolver.java Modified: tomcat/trunk/java/org/apach

svn commit: r1408882 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/http/fileupload/util/ java/org/apache/tomcat/util/http/parser/ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/po

2012-11-13 Thread kkolinko
Author: kkolinko Date: Tue Nov 13 18:41:18 2012 New Revision: 1408882 URL: http://svn.apache.org/viewvc?rev=1408882&view=rev Log: Merged revisions r1408872 r1408875 r1408876 from tomcat/trunk: Use explicit locale in toLowerCase(), toUpperCase() calls. Modified: tomcat/tc7.0.x/trunk/ (props

svn commit: r1408876 - /tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/util/FileItemHeadersImpl.java

2012-11-13 Thread kkolinko
Author: kkolinko Date: Tue Nov 13 18:35:44 2012 New Revision: 1408876 URL: http://svn.apache.org/viewvc?rev=1408876&view=rev Log: Use explicit locale in toLowerCase(). Here it is one method among similar ~four. The locale was forgotten here. Modified: tomcat/trunk/java/org/apache/tomcat/util

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

2012-11-13 Thread kkolinko
Author: kkolinko Date: Tue Nov 13 18:33:34 2012 New Revision: 1408875 URL: http://svn.apache.org/viewvc?rev=1408875&view=rev Log: Use explicit locale in toUpperCase(). Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolProperties.java Modified: tomcat/tr

svn commit: r1408872 - in /tomcat/trunk: java/org/apache/tomcat/util/http/parser/HttpParser.java test/org/apache/catalina/startup/SimpleHttpClient.java

2012-11-13 Thread kkolinko
Author: kkolinko Date: Tue Nov 13 18:30:31 2012 New Revision: 1408872 URL: http://svn.apache.org/viewvc?rev=1408872&view=rev Log: Use explicit locale in toLowerCase(). Modified: tomcat/trunk/java/org/apache/tomcat/util/http/parser/HttpParser.java tomcat/trunk/test/org/apache/catalina/star

buildbot success in ASF Buildbot on tomcat-7-trunk

2012-11-13 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/917 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Sou

[jira] [Commented] (MTOMCAT-173) Direct dependencies are not added to classpath

2012-11-13 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13496312#comment-13496312 ] Olivier Lamy (*$^¨%`£) commented on MTOMCAT-173: fixed http://svn.apache.

[jira] [Closed] (MTOMCAT-173) Direct dependencies are not added to classpath

2012-11-13 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) closed MTOMCAT-173. -- Resolution: Fixed Fix Version/s: 2.1 > Direct dependencies are not

buildbot success in ASF Buildbot on tomcat-trunk

2012-11-13 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/3561 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

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

2012-11-13 Thread Mark Thomas
On 13/11/2012 14:06, Konstantin Kolinko wrote: > 2012/11/13 Mark Thomas : >> On 13/11/2012 00:57, Konstantin Kolinko wrote: >>> 2012/11/12 : Author: markt Date: Sun Nov 11 23:35:41 2012 New Revision: 1408152 URL: http://svn.apache.org/viewvc?rev=1408152&view=rev Log:

svn commit: r1408794 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/tomcat/util/http/parser/TestMediaType.java

2012-11-13 Thread markt
Author: markt Date: Tue Nov 13 15:48:53 2012 New Revision: 1408794 URL: http://svn.apache.org/viewvc?rev=1408794&view=rev Log: Fix unit test failures after case-insensitivity changes Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/http/p

svn commit: r1408792 - /tomcat/trunk/test/org/apache/tomcat/util/http/parser/TestMediaType.java

2012-11-13 Thread markt
Author: markt Date: Tue Nov 13 15:48:01 2012 New Revision: 1408792 URL: http://svn.apache.org/viewvc?rev=1408792&view=rev Log: Fix unit test failures after case-insensitivity changes Modified: tomcat/trunk/test/org/apache/tomcat/util/http/parser/TestMediaType.java Modified: tomcat/trunk/tes

buildbot failure in ASF Buildbot on tomcat-7-trunk

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

svn commit: r1408776 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/el/JasperELResolver.java test/org/apache/jasper/el/ test/org/apache/jasper/el/TestJasperELResolver.java

2012-11-13 Thread markt
Author: markt Date: Tue Nov 13 15:15:51 2012 New Revision: 1408776 URL: http://svn.apache.org/viewvc?rev=1408776&view=rev Log: Optimisation suggested by kkolinko and a test case to make sure it does what it is meant to. The test case is obvious but I missed something in my first look at the code

svn commit: r1408774 - in /tomcat/trunk: java/org/apache/jasper/el/JasperELResolver.java test/org/apache/jasper/el/ test/org/apache/jasper/el/TestJasperELResolver.java

2012-11-13 Thread markt
Author: markt Date: Tue Nov 13 15:14:30 2012 New Revision: 1408774 URL: http://svn.apache.org/viewvc?rev=1408774&view=rev Log: Optimisation suggested by kkolinko and a test case to make sure it does what it is meant to. The test case is obvious but I missed something in my first look at the code

buildbot failure in ASF Buildbot on tomcat-trunk

2012-11-13 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/3559 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

svn commit: r1408752 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/http/parser/HttpParser.java java/org/apache/tomcat/util/http/parser/MediaType.java test/org/apache/tomcat/util/http/pars

2012-11-13 Thread markt
Author: markt Date: Tue Nov 13 14:32:18 2012 New Revision: 1408752 URL: http://svn.apache.org/viewvc?rev=1408752&view=rev Log: Make parameter names in MediaType case-insensitive. Based on review by kkolinko Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/ap

svn commit: r1408750 - in /tomcat/trunk: java/org/apache/tomcat/util/http/parser/HttpParser.java java/org/apache/tomcat/util/http/parser/MediaType.java test/org/apache/tomcat/util/http/parser/TestMedi

2012-11-13 Thread markt
Author: markt Date: Tue Nov 13 14:30:52 2012 New Revision: 1408750 URL: http://svn.apache.org/viewvc?rev=1408750&view=rev Log: Make parameter names in MediaType case-insensitive. Based on review by kkolinko Modified: tomcat/trunk/java/org/apache/tomcat/util/http/parser/HttpParser.java tom

[Bug 54141] Configuration does not allow Realms to be nested more than 2 levels deep

2012-11-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54141 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1408741 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/RealmRuleSet.java webapps/docs/changelog.xml webapps/docs/config/systemprops.xml

2012-11-13 Thread markt
Author: markt Date: Tue Nov 13 14:20:16 2012 New Revision: 1408741 URL: http://svn.apache.org/viewvc?rev=1408741&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54141 Increase the number of supported nested realm levels from 2 to 3 and make the maximum configurable via a syst

svn commit: r1408739 - in /tomcat/trunk: java/org/apache/catalina/startup/RealmRuleSet.java webapps/docs/config/systemprops.xml

2012-11-13 Thread markt
Author: markt Date: Tue Nov 13 14:17:42 2012 New Revision: 1408739 URL: http://svn.apache.org/viewvc?rev=1408739&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54141 Increase the maximum number of supported nested realm levels from 2 to 3 and make the maximum configurable vi

buildbot success in ASF Buildbot on tomcat-7-trunk

2012-11-13 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/913 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Sou

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

2012-11-13 Thread Konstantin Kolinko
2012/11/13 Mark Thomas : > On 13/11/2012 00:57, Konstantin Kolinko wrote: >> 2012/11/12 : >>> Author: markt >>> Date: Sun Nov 11 23:35:41 2012 >>> New Revision: 1408152 >>> >>> URL: http://svn.apache.org/viewvc?rev=1408152&view=rev >>> Log: >>> Fix https://issues.apache.org/bugzilla/show_bug.cgi?i

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

2012-11-13 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 tomcat-taglibs-standard has an issue affecting its community integration.

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

2012-11-13 Thread markt
Author: markt Date: Tue Nov 13 13:47:48 2012 New Revision: 1408722 URL: http://svn.apache.org/viewvc?rev=1408722&view=rev Log: Ensure onComplete() is called with the correct context. Review from kkolinko Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apach

Re: svn commit: r1408150 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/AsyncContextImpl.java webapps/docs/changelog.xml

2012-11-13 Thread Mark Thomas
On 13/11/2012 01:08, Konstantin Kolinko wrote: > 2012/11/12 : >> Author: markt >> Date: Sun Nov 11 23:32:43 2012 >> New Revision: 1408150 >> >> URL: http://svn.apache.org/viewvc?rev=1408150&view=rev >> Log: >> both timeout and complete, as with all container callbacks must be invoked >> with the

svn commit: r1408721 - /tomcat/trunk/java/org/apache/catalina/core/AsyncContextImpl.java

2012-11-13 Thread markt
Author: markt Date: Tue Nov 13 13:47:14 2012 New Revision: 1408721 URL: http://svn.apache.org/viewvc?rev=1408721&view=rev Log: Ensure onComplete() is called with the correct context. Review from kkolinko Modified: tomcat/trunk/java/org/apache/catalina/core/AsyncContextImpl.java Modified: tom

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

2012-11-13 Thread Mark Thomas
On 13/11/2012 00:57, Konstantin Kolinko wrote: > 2012/11/12 : >> Author: markt >> Date: Sun Nov 11 23:35:41 2012 >> New Revision: 1408152 >> >> URL: http://svn.apache.org/viewvc?rev=1408152&view=rev >> Log: >> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54123 >> There are two things goi

svn commit: r1408715 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/valves/TesterAccessLogValve.java

2012-11-13 Thread markt
Author: markt Date: Tue Nov 13 13:30:43 2012 New Revision: 1408715 URL: http://svn.apache.org/viewvc?rev=1408715&view=rev Log: Increase error margin to 100ms after observing some test failures. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/test/org/apache/catalin

svn commit: r1408714 - /tomcat/trunk/test/org/apache/catalina/valves/TesterAccessLogValve.java

2012-11-13 Thread markt
Author: markt Date: Tue Nov 13 13:29:36 2012 New Revision: 1408714 URL: http://svn.apache.org/viewvc?rev=1408714&view=rev Log: Increase error margin to 100ms after observing some test failures. Modified: tomcat/trunk/test/org/apache/catalina/valves/TesterAccessLogValve.java Modified: tomcat/

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2012-11-13 Thread Mark Thomas
On 13/11/2012 11:31, Mark Thomas wrote: > On 12/11/2012 05:25, Konstantin Kolinko wrote: >> 2012/11/12 : >>> 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/3

Re: svn commit: r1408507 - /tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/run/DefaultClassLoaderEntriesCalculator.java

2012-11-13 Thread Olivier Lamy
2012/11/13 Konstantin Kolinko : > 2012/11/13 : >> Author: olamy >> Date: Mon Nov 12 23:30:25 2012 >> New Revision: 1408507 >> >> URL: http://svn.apache.org/viewvc?rev=1408507&view=rev >> Log: >> we add artifact dependencies and projects from reactor if file (ie jar) as >> users can go to install/

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2012-11-13 Thread Mark Thomas
On 12/11/2012 05:25, Konstantin Kolinko wrote: > 2012/11/12 : >> 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/3550 >> >> Buildbot URL: http://ci.apache.org/ >

Re: svn commit: r1402855 - in /tomcat/trunk/java/org/apache/jasper: el/JasperELResolver.java runtime/JspApplicationContextImpl.java

2012-11-13 Thread Konstantin Kolinko
2012/10/27 : > Author: markt > Date: Sat Oct 27 19:44:52 2012 > New Revision: 1402855 > > URL: http://svn.apache.org/viewvc?rev=1402855&view=rev > Log: > Use an optimised CompositeELResolver for Jasper that skips resolvers that are > known to be unable to resolve the value. > Patch by Jarek Gawor

svn commit: r1408643 - /tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/run/DefaultClassLoaderEntriesCalculator.java

2012-11-13 Thread olamy
Author: olamy Date: Tue Nov 13 09:01:50 2012 New Revision: 1408643 URL: http://svn.apache.org/viewvc?rev=1408643&view=rev Log: isDirectory() or isFile() already check if the file exists Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/commo

Re: svn commit: r1405415 - in /tomcat/trunk: ./ java/org/apache/catalina/authenticator/ java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/tomcat/util/http/parser/ test/org/ap

2012-11-13 Thread Konstantin Kolinko
2012/11/4 : > Author: markt > Date: Sat Nov 3 20:46:02 2012 > New Revision: 1405415 > > URL: http://svn.apache.org/viewvc?rev=1405415&view=rev > Log: > Move media-type parsing to the new parser and drop the JJTree based parser. > > Added: > tomcat/trunk/java/org/apache/tomcat/util/http/parser