[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-11-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #25 from Mark Thomas --- Also see this thread on the dev list: http://tomcat.markmail.org/thread/uzo65gf572s636ly -- You are receiving this mail because: You are the assignee for the bug.

[Bug 58586] Classloader memory leak on Tomcat application .war file redeployment.

2015-11-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58586 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID

[Bug 58582] org.apache.catalina.realm.CombinedRealm should implement backgroundProcess

2015-11-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58582 --- Comment #3 from Aidan --- Wow! - a very impressive response - keep up the good work guys! Yep, Aidan is fine for patch credit but please feel free to use your own name. -- You are receiving this mail because: You are

Re: tomcat timeout handling

2015-11-05 Thread Rémy Maucherat
2015-11-05 3:29 GMT+01:00 Bernd Eckenfels : > I think this is wrong, it does not only apply to the initial line but > also the output. Maybe this could be clarified, especially in relation > with uploadTimeout and keepAliveTimeout. Especially when does the > connector

Re: On escaping of EL in attributes (BZ 57136)

2015-11-05 Thread Mark Thomas
On 05/11/2015 08:48, Mark Thomas wrote: > On 05/11/2015 05:05, Konstantin Kolinko wrote: >> Hi! >> >> I happened to stumble on the following entry in changelog for 6.0.19: >> >> >> Fix various edge-cases when parsing EL, particularly inside attribute >> values. Note that the

Re: On escaping of EL in attributes (BZ 57136)

2015-11-05 Thread Mark Thomas
On 05/11/2015 05:05, Konstantin Kolinko wrote: > Hi! > > I happened to stumble on the following entry in changelog for 6.0.19: > > > Fix various edge-cases when parsing EL, particularly inside attribute > values. Note that the Expert Group has confirmed that JSP.1.6 takes

buildbot success in ASF Buildbot on tomcat-7-trunk

2015-11-05 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/151 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1712736 - in /tomcat/tc8.0.x/trunk: java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/server/ res/checkstyle/ webapps/docs/

2015-11-05 Thread remm
Author: remm Date: Thu Nov 5 10:29:53 2015 New Revision: 1712736 URL: http://svn.apache.org/viewvc?rev=1712736=rev Log: Port r1712575: Use InstanceManager for server endpoint instances. Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties

svn commit: r1712738 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/server/ res/checkstyle/ webapps/docs/

2015-11-05 Thread remm
Author: remm Date: Thu Nov 5 10:35:27 2015 New Revision: 1712738 URL: http://svn.apache.org/viewvc?rev=1712738=rev Log: Port r1712575: Use InstanceManager for server endpoint instances. Modified: tomcat/tc7.0.x/trunk/ (props changed)

Re: svn commit: r1712738 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/server/ res/checkstyle/ webapps/docs/

2015-11-05 Thread Konstantin Kolinko
2015-11-05 13:35 GMT+03:00 : > Author: remm > Date: Thu Nov 5 10:35:27 2015 > New Revision: 1712738 > > URL: http://svn.apache.org/viewvc?rev=1712738=rev > Log: > Port r1712575: Use InstanceManager for server endpoint instances. > > Modified: > tomcat/tc7.0.x/trunk/ (props

buildbot failure in ASF Buildbot on tomcat-7-trunk

2015-11-05 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/150 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

[Bug 58582] org.apache.catalina.realm.CombinedRealm should implement backgroundProcess

2015-11-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58582 --- Comment #5 from Mark Thomas --- Yes, in a new bugzulla enhancement please. -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 58582] org.apache.catalina.realm.CombinedRealm should implement backgroundProcess

2015-11-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58582 --- Comment #4 from Aidan --- BTW, I have a simple enhancement patch for org.apache.catalina.realm.MemoryRealm that uses backgroundProcess() to reload conf/tomcat-users.xml when it's modified - would you be interested in

[Bug 56777] Allow configuration resources to be loaded from places other than straight off the filesystem

2015-11-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56777 --- Comment #19 from Violeta Georgieva --- (In reply to Huxing Zhang from comment #18) > Created attachment 33230 [details] > patch including latest ConfigFileLoader enhancement. Hi, Please do not remove

svn commit: r1712826 - 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/

2015-11-05 Thread remm
Author: remm Date: Thu Nov 5 17:29:20 2015 New Revision: 1712826 URL: http://svn.apache.org/viewvc?rev=1712826=rev Log: - Add (another, sorry) classloader keyed static map to retrieve the InstanceManager from anywhere, as a last resort. - Pass along the application classloader during upgrade,

[Bug 58590] New: org.apache.catalina.realm.MemoryRealm can use backgroundProcess() to reload tomcat-users.xml when it changes

2015-11-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58590 Bug ID: 58590 Summary: org.apache.catalina.realm.MemoryRealm can use backgroundProcess() to reload tomcat-users.xml when it changes Product: Tomcat 9 Version:

[Bug 56777] Allow configuration resources to be loaded from places other than straight off the filesystem

2015-11-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56777 Violeta Georgieva changed: What|Removed |Added Attachment #33220|0 |1 is

[Bug 56777] Allow configuration resources to be loaded from places other than straight off the filesystem

2015-11-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56777 Violeta Georgieva changed: What|Removed |Added Attachment #33193|0 |1 is

svn commit: r1712830 - in /tomcat/trunk/java/org/apache/coyote: UpgradeToken.java http2/AsyncHttp2UpgradeHandler.jav

2015-11-05 Thread remm
Author: remm Date: Thu Nov 5 17:36:33 2015 New Revision: 1712830 URL: http://svn.apache.org/viewvc?rev=1712830=rev Log: Native style and remove some experiment code. Removed: tomcat/trunk/java/org/apache/coyote/http2/AsyncHttp2UpgradeHandler.jav Modified:

buildbot failure in ASF Buildbot on tomcat-trunk

2015-11-05 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/567 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1712860 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/jasper/ java/org/apache/jasper/compiler/ java/org/apache/jasper/resources/ test/org/apache/el/ test/org/apache/jasper/compiler/ test

2015-11-05 Thread markt
Author: markt Date: Thu Nov 5 20:00:46 2015 New Revision: 1712860 URL: http://svn.apache.org/viewvc?rev=1712860=rev Log: Further work on https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 Add a configuration option that allows EL expressions in attribute values to use JSP attribute quoting or

buildbot success in ASF Buildbot on tomcat-trunk

2015-11-05 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/568 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1712837 - /tomcat/trunk/java/org/apache/catalina/connector/Request.java

2015-11-05 Thread remm
Author: remm Date: Thu Nov 5 18:04:51 2015 New Revision: 1712837 URL: http://svn.apache.org/viewvc?rev=1712837=rev Log: Trigger a new build (just in case; the test does work for me). Modified: tomcat/trunk/java/org/apache/catalina/connector/Request.java Modified:

Re: tomcat timeout handling

2015-11-05 Thread ecki
This is/was a bug report against the documentation which does not document the timeout correctly. -- http://bernd.eckenfels.net -Original Message- From: "Rémy Maucherat" To: Tomcat Developers List Sent: Do., 05 Nov. 2015 10:09 Subject: Re:

svn commit: r1712859 - in /tomcat/trunk: java/org/apache/jasper/ java/org/apache/jasper/compiler/ test/org/apache/el/ test/org/apache/jasper/compiler/ test/webapp/

2015-11-05 Thread markt
Author: markt Date: Thu Nov 5 19:55:00 2015 New Revision: 1712859 URL: http://svn.apache.org/viewvc?rev=1712859=rev Log: Further work on https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 Add a configuration option that allows EL expressions in attribute values to use JSP attribute quoting or

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-11-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

[Bug 58590] org.apache.catalina.realm.MemoryRealm can use backgroundProcess() to reload tomcat-users.xml when it changes

2015-11-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58590 --- Comment #1 from Konstantin Kolinko --- 1. Code conventions: http://tomcat.apache.org/getinvolved.html Actually Sun's conventions but with spaces instead of tabs. 2. backgroundProcess() runs frequently. I see no

svn commit: r1712876 - /tomcat/trunk/build.properties.default

2015-11-05 Thread kkolinko
Author: kkolinko Date: Thu Nov 5 23:43:42 2015 New Revision: 1712876 URL: http://svn.apache.org/viewvc?rev=1712876=rev Log: Update to Checkstyle 6.12.1 Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build.properties.default URL:

Re: tomcat timeout handling

2015-11-05 Thread Rémy Maucherat
2015-11-05 20:57 GMT+01:00 : > This is/was a bug report against the documentation which does not document > the timeout correctly. > > Yes, ok, it could be improved :) Rémy

[Bug 58590] org.apache.catalina.realm.MemoryRealm can use backgroundProcess() to reload tomcat-users.xml when it changes

2015-11-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58590 --- Comment #2 from Aidan --- (In reply to Konstantin Kolinko from comment #1) Hi Konstantin, > 1. Code conventions: > http://tomcat.apache.org/getinvolved.html > > Actually Sun's conventions but with spaces instead of

svn commit: r1712878 - in /tomcat/tc8.0.x/trunk: ./ build.properties.default webapps/docs/changelog.xml

2015-11-05 Thread kkolinko
Author: kkolinko Date: Thu Nov 5 23:47:22 2015 New Revision: 1712878 URL: http://svn.apache.org/viewvc?rev=1712878=rev Log: Update to Checkstyle 6.12.1 Merged r1712876 from tomcat/trunk. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/build.properties.default

Re: Tomcat Native 1.2.2

2015-11-05 Thread Huxing Zhang
Hi All, I have solved the problem building tcnative on Mac OSX. The message worth noticing is: ld: warning: ld: warning: ignoring file /usr/local/openssl/lib/libcrypto.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/openssl/lib/libcrypto.aignoring

[Bug 58585] Tomcat 9.0.0-dev (@r1712593) AccessControlException on first access via HTTPS

2015-11-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58585 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1712866 - in /tomcat/trunk/java/org/apache: catalina/connector/OutputBuffer.java catalina/security/SecurityClassLoad.java coyote/http2/Stream.java

2015-11-05 Thread markt
Author: markt Date: Thu Nov 5 21:06:00 2015 New Revision: 1712866 URL: http://svn.apache.org/viewvc?rev=1712866=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58585 Fix security exceptions when starting with a security manager. Modified:

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-11-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #27 from Yoni Amir --- Thank you for providing a configuration option for this. Any chance to elaborate what the option name is, and where (and if) it will be documented? I apologize if these are trivial

svn commit: r1712899 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/coyote/ java/org/apache/tomcat/util/http/ test/org/apache/catalina/comet/ test/org/apache/catalina/core/

2015-11-05 Thread kkolinko
Author: kkolinko Date: Fri Nov 6 02:20:13 2015 New Revision: 1712899 URL: http://svn.apache.org/viewvc?rev=1712899=rev Log: For https://bz.apache.org/bugzilla/show_bug.cgi?id=58547 Several remaining replacements of X.valueOf(String).xValue() with simple x.parseX(). Modified:

svn commit: r1712904 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/tagplugins/jstl/Util.java

2015-11-05 Thread kkolinko
Author: kkolinko Date: Fri Nov 6 03:11:05 2015 New Revision: 1712904 URL: http://svn.apache.org/viewvc?rev=1712904=rev Log: For https://bz.apache.org/bugzilla/show_bug.cgi?id=58541 Revert one unneeded change from r1712227 It is indexOf(concatenated string) there, not indexOf(char). Modified:

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-nio2 (in module tomcat-8.0.x) failed

2015-11-05 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-tc8.0.x-test-nio2 has an issue affecting its community

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-apr (in module tomcat-8.0.x) failed

2015-11-05 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-tc8.0.x-test-apr has an issue affecting its community

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

2015-11-05 Thread Huxing Zhang
Hi Mark, Unit test failed because of this commit. Full details can be found in [1]. Test case failure exception stack trace: Testcase: testZeroLengthRequestBodyPostA took 3.038 sec FAILED expected:<200> but was:<500> junit.framework.AssertionFailedError: expected:<200> but was:<500> at

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-nio (in module tomcat-8.0.x) failed

2015-11-05 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-tc8.0.x-test-nio has an issue affecting its community

svn commit: r1712901 - in /tomcat/tc7.0.x/trunk: ./ java/javax/servlet/http/ java/org/apache/catalina/authenticator/ java/org/apache/catalina/manager/ java/org/apache/coyote/ java/org/apache/el/parser

2015-11-05 Thread kkolinko
Author: kkolinko Date: Fri Nov 6 02:45:03 2015 New Revision: 1712901 URL: http://svn.apache.org/viewvc?rev=1712901=rev Log: For https://bz.apache.org/bugzilla/show_bug.cgi?id=58547 Several remaining replacements of X.valueOf(String).xValue() with simple x.parseX(). Modified:

svn commit: r1712902 - /tomcat/trunk/java/org/apache/jasper/tagplugins/jstl/Util.java

2015-11-05 Thread kkolinko
Author: kkolinko Date: Fri Nov 6 02:59:43 2015 New Revision: 1712902 URL: http://svn.apache.org/viewvc?rev=1712902=rev Log: For https://bz.apache.org/bugzilla/show_bug.cgi?id=58541 Revert one unneeded change from r1712225 It is indexOf(concatenated string) there, not indexOf(char). Modified:

svn commit: r1712903 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/jasper/tagplugins/jstl/Util.java

2015-11-05 Thread kkolinko
Author: kkolinko Date: Fri Nov 6 03:05:16 2015 New Revision: 1712903 URL: http://svn.apache.org/viewvc?rev=1712903=rev Log: For https://bz.apache.org/bugzilla/show_bug.cgi?id=58541 Revert one unneeded change from r1712226 It is indexOf(concatenated string) there, not indexOf(char). Modified:

svn commit: r1712905 - in /tomcat/trunk/java/org/apache: catalina/core/ catalina/realm/ catalina/servlets/ catalina/webresources/ jasper/compiler/ juli/ tomcat/util/net/

2015-11-05 Thread kkolinko
Author: kkolinko Date: Fri Nov 6 03:18:07 2015 New Revision: 1712905 URL: http://svn.apache.org/viewvc?rev=1712905=rev Log: For https://bz.apache.org/bugzilla/show_bug.cgi?id=58541 String.lastIndexOf(String) -> String.lastIndexOf(char) where possible Modified:

svn commit: r1712898 - /tomcat/trunk/test/org/apache/catalina/core/TestStandardHostValve.java

2015-11-05 Thread kkolinko
Author: kkolinko Date: Fri Nov 6 02:18:00 2015 New Revision: 1712898 URL: http://svn.apache.org/viewvc?rev=1712898=rev Log: For https://bz.apache.org/bugzilla/show_bug.cgi?id=58547 One remaining replacement of X.valueOf(String).xValue() with simple x.parseX(). Modified:

svn commit: r1712906 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/catalina/realm/ java/org/apache/catalina/servlets/ java/org/apache/catalina/webresources/ java/org/ap

2015-11-05 Thread kkolinko
Author: kkolinko Date: Fri Nov 6 03:27:36 2015 New Revision: 1712906 URL: http://svn.apache.org/viewvc?rev=1712906=rev Log: For https://bz.apache.org/bugzilla/show_bug.cgi?id=58541 String.lastIndexOf(String) -> String.lastIndexOf(char) where possible Modified: tomcat/tc8.0.x/trunk/ (props

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-bio (in module tomcat-8.0.x) failed

2015-11-05 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-tc8.0.x-test-bio has an issue affecting its community

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-11-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #28 from Violeta Georgieva --- (In reply to Yoni Amir from comment #27) > Thank you for providing a configuration option for this. Any chance to > elaborate what the option name is, and where (and if) it will

Re: svn commit: r1712738 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/server/ res/checkstyle/ webapps/docs/

2015-11-05 Thread Rémy Maucherat
2015-11-05 14:24 GMT+01:00 Konstantin Kolinko : > 2015-11-05 13:35 GMT+03:00 : > > Author: remm > > Date: Thu Nov 5 10:35:27 2015 > > New Revision: 1712738 > > > > URL: http://svn.apache.org/viewvc?rev=1712738=rev > > Log: > > Port r1712575: Use

svn commit: r1712761 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/filters/TesterServletContext.java

2015-11-05 Thread remm
Author: remm Date: Thu Nov 5 13:33:06 2015 New Revision: 1712761 URL: http://svn.apache.org/viewvc?rev=1712761=rev Log: Port test "fix" for websockets. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/test/org/apache/catalina/filters/TesterServletContext.java

svn commit: r1712766 - /tomcat/trunk/webapps/docs/config/systemprops.xml

2015-11-05 Thread markt
Author: markt Date: Thu Nov 5 13:36:16 2015 New Revision: 1712766 URL: http://svn.apache.org/viewvc?rev=1712766=rev Log: Deprecate the STRICT_QUOTE_ESCAPING system property. Modified: tomcat/trunk/webapps/docs/config/systemprops.xml Modified:

svn commit: r1712767 - in /tomcat/trunk: conf/ java/org/apache/jasper/ java/org/apache/jasper/resources/ webapps/docs/ webapps/docs/config/

2015-11-05 Thread markt
Author: markt Date: Thu Nov 5 13:36:22 2015 New Revision: 1712767 URL: http://svn.apache.org/viewvc?rev=1712767=rev Log: Remove the deprecated STRICT_QUOTE_ESCAPING system property Modified: tomcat/trunk/conf/web.xml tomcat/trunk/java/org/apache/jasper/EmbeddedServletOptions.java

svn commit: r1712765 - in /tomcat/trunk: conf/ java/org/apache/jasper/ java/org/apache/jasper/compiler/ java/org/apache/jasper/resources/ webapps/docs/

2015-11-05 Thread markt
Author: markt Date: Thu Nov 5 13:36:12 2015 New Revision: 1712765 URL: http://svn.apache.org/viewvc?rev=1712765=rev Log: Convert the STRICT_QUOTE_ESCAPING system property setting into a per web application setting. Modified: tomcat/trunk/conf/web.xml

svn commit: r1712768 - in /tomcat/tc8.0.x/trunk: ./ conf/ java/org/apache/jasper/ java/org/apache/jasper/compiler/ java/org/apache/jasper/resources/ webapps/docs/ webapps/docs/config/

2015-11-05 Thread markt
Author: markt Date: Thu Nov 5 13:39:13 2015 New Revision: 1712768 URL: http://svn.apache.org/viewvc?rev=1712768=rev Log: Convert the STRICT_QUOTE_ESCAPING system property setting into a per web application setting. Modified: tomcat/tc8.0.x/trunk/ (props changed)

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

2015-11-05 Thread markt
Author: markt Date: Thu Nov 5 13:47:24 2015 New Revision: 1712771 URL: http://svn.apache.org/viewvc?rev=1712771=rev Log: Add missing processing of new switches Modified: tomcat/trunk/java/org/apache/jasper/JspC.java Modified: tomcat/trunk/java/org/apache/jasper/JspC.java URL:

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

2015-11-05 Thread markt
Author: markt Date: Thu Nov 5 13:59:07 2015 New Revision: 1712774 URL: http://svn.apache.org/viewvc?rev=1712774=rev Log: Remove now unused constants Modified: tomcat/trunk/java/org/apache/jasper/JspC.java Modified: tomcat/trunk/java/org/apache/jasper/JspC.java URL:

svn commit: r1712775 - /tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties

2015-11-05 Thread markt
Author: markt Date: Thu Nov 5 14:02:55 2015 New Revision: 1712775 URL: http://svn.apache.org/viewvc?rev=1712775=rev Log: (empty) Modified: tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties Modified: tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties

svn commit: r1712762 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/filters/TesterServletContext.java

2015-11-05 Thread remm
Author: remm Date: Thu Nov 5 13:33:19 2015 New Revision: 1712762 URL: http://svn.apache.org/viewvc?rev=1712762=rev Log: Port test "fix" for websockets. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/test/org/apache/catalina/filters/TesterServletContext.java

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

2015-11-05 Thread markt
Author: markt Date: Thu Nov 5 13:48:07 2015 New Revision: 1712772 URL: http://svn.apache.org/viewvc?rev=1712772=rev Log: Process new switches Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/jasper/JspC.java Propchange: tomcat/tc8.0.x/trunk/

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

2015-11-05 Thread markt
Author: markt Date: Thu Nov 5 13:50:27 2015 New Revision: 1712773 URL: http://svn.apache.org/viewvc?rev=1712773=rev Log: Now system properties that change defaults have been removed, these switches are NO-OPs so removed them. Modified: tomcat/trunk/java/org/apache/jasper/JspC.java