svn commit: r1713068 - in /tomcat/tc6.0.x/trunk/test/org/apache: juli/TestClassLoaderLogManager.java tomcat/util/res/TestStringManager.java

2015-11-06 Thread kkolinko
Author: kkolinko Date: Sat Nov 7 02:04:00 2015 New Revision: 1713068 URL: http://svn.apache.org/viewvc?rev=1713068&view=rev Log: Update test classes, aligning them with Tomcat 7. Modified: tomcat/tc6.0.x/trunk/test/org/apache/juli/TestClassLoaderLogManager.java tomcat/tc6.0.x/trunk/test/

svn commit: r1713067 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2015-11-06 Thread kkolinko
Author: kkolinko Date: Sat Nov 7 01:54:06 2015 New Revision: 1713067 URL: http://svn.apache.org/viewvc?rev=1713067&view=rev Log: Add a changelog entry. Work in progress. Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r1713064 - /tomcat/tc6.0.x/trunk/test/org/apache/catalina/valves/TestRemoteIpValve.java

2015-11-06 Thread kkolinko
Author: kkolinko Date: Sat Nov 7 01:44:50 2015 New Revision: 1713064 URL: http://svn.apache.org/viewvc?rev=1713064&view=rev Log: Update test class aligning with Tomcat 7. Modified: tomcat/tc6.0.x/trunk/test/org/apache/catalina/valves/TestRemoteIpValve.java Modified: tomcat/tc6.0.x/trunk/te

svn commit: r1713063 - in /tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes/test: NioSenderTest.java TestNioSender.java membership/

2015-11-06 Thread kkolinko
Author: kkolinko Date: Sat Nov 7 01:29:04 2015 New Revision: 1713063 URL: http://svn.apache.org/viewvc?rev=1713063&view=rev Log: Rename a test class to align with Tomcat 7. Remove an empty directory. Added: tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes/test/NioSenderTest.java -

svn commit: r1713062 - in /tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes: group/interceptors/ io/ membership/ test/ test/io/ test/membership/

2015-11-06 Thread kkolinko
Author: kkolinko Date: Sat Nov 7 01:20:45 2015 New Revision: 1713062 URL: http://svn.apache.org/viewvc?rev=1713062&view=rev Log: Move and rename tests to align with Tomcat 7 Added: tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes/group/interceptors/TestDomainFilterInterceptor.java

svn commit: r1713059 - in /tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes: group/ group/interceptors/ test/ test/channel/ test/interceptors/ test/io/ test/membership/

2015-11-06 Thread kkolinko
Author: kkolinko Date: Sat Nov 7 01:06:31 2015 New Revision: 1713059 URL: http://svn.apache.org/viewvc?rev=1713059&view=rev Log: Move and rename tests to align with Tomcat 7 Added: tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes/group/ tomcat/tc6.0.x/trunk/test/org/apache/catalina/

svn commit: r1713056 - in /tomcat/tc6.0.x/trunk/test/org/apache/catalina/ha/session: TestPrincipal.java TestSerializablePrincipal.java TesterPrincipal.java

2015-11-06 Thread kkolinko
Author: kkolinko Date: Sat Nov 7 00:42:56 2015 New Revision: 1713056 URL: http://svn.apache.org/viewvc?rev=1713056&view=rev Log: Convert test class to JUnit4 and sync with Tomcat 7 Added: tomcat/tc6.0.x/trunk/test/org/apache/catalina/ha/session/TesterPrincipal.java - copied, changed f

svn commit: r1713054 - /tomcat/tc6.0.x/trunk/test/javax/el/TestArrayELResolver.java

2015-11-06 Thread kkolinko
Author: kkolinko Date: Sat Nov 7 00:29:11 2015 New Revision: 1713054 URL: http://svn.apache.org/viewvc?rev=1713054&view=rev Log: Convert test class to JUnit4 Modified: tomcat/tc6.0.x/trunk/test/javax/el/TestArrayELResolver.java Modified: tomcat/tc6.0.x/trunk/test/javax/el/TestArrayELResolve

[Bug 58431] AccessLogValve default values for prefix and suffix not coherent with other log files

2015-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58431 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1713052 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/catalina/realm/ java/org/apache/catalina/servlets/ java/org/apache/jasper/compiler/ java/org/apache/j

2015-11-06 Thread kkolinko
Author: kkolinko Date: Fri Nov 6 23:18:22 2015 New Revision: 1713052 URL: http://svn.apache.org/viewvc?rev=1713052&view=rev Log: For https://bz.apache.org/bugzilla/show_bug.cgi?id=58541 String.lastIndexOf(String) -> String.lastIndexOf(char) where possible Modified: tomcat/tc7.0.x/trunk/ (p

[Bug 56108] Allow user-defined Diffie-Hellman parameters (secure DH-Cipher)

2015-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56108 --- Comment #4 from Robert Paasche --- Is this part of tcnativ 1.2.x ? -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: de

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

2015-11-06 Thread Christopher Schultz
Mark, On 11/6/15 7:32 AM, Mark Thomas wrote: > On 06/11/2015 12:24, Christopher Schultz wrote: >> On 11/6/15 7:12 AM, Mark Thomas wrote: > > > >>> Things are sufficiently messy between the spec, the TCK, 'clarification' >>> from Oracle and Tomcat's previous behaviour that I agree both forms nee

svn commit: r1713000 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java

2015-11-06 Thread markt
Author: markt Date: Fri Nov 6 17:59:09 2015 New Revision: 1713000 URL: http://svn.apache.org/viewvc?rev=1713000&view=rev Log: Javadoc Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java URL: htt

svn commit: r1712993 - in /tomcat/trunk/java/org/apache/coyote: Request.java Response.java

2015-11-06 Thread markt
Author: markt Date: Fri Nov 6 17:50:51 2015 New Revision: 1712993 URL: http://svn.apache.org/viewvc?rev=1712993&view=rev Log: Javadoc Modified: tomcat/trunk/java/org/apache/coyote/Request.java tomcat/trunk/java/org/apache/coyote/Response.java Modified: tomcat/trunk/java/org/apache/coyot

[Bug 58581] StandardHostValve#custom throws NPE if custom error page is incorrectly configured

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

svn commit: r1712977 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/LocalStrings.properties java/org/apache/catalina/core/StandardHostValve.java webapps/docs/changelog.xml

2015-11-06 Thread markt
Author: markt Date: Fri Nov 6 15:13:50 2015 New Revision: 1712977 URL: http://svn.apache.org/viewvc?rev=1712977&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58581 If custom error page fails, fall back to standard error page rather than throwing an NPE. Based on a patch by Hux

svn commit: r1712975 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/LocalStrings.properties java/org/apache/catalina/core/StandardHostValve.java webapps/docs/changelog.xml

2015-11-06 Thread markt
Author: markt Date: Fri Nov 6 15:09:55 2015 New Revision: 1712975 URL: http://svn.apache.org/viewvc?rev=1712975&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58581 If custom error page fails, fall back to standard error page rather than throwing an NPE. Based on a patch by Hux

svn commit: r1712974 - in /tomcat/trunk/java/org/apache/catalina/core: LocalStrings.properties StandardHostValve.java

2015-11-06 Thread markt
Author: markt Date: Fri Nov 6 15:04:46 2015 New Revision: 1712974 URL: http://svn.apache.org/viewvc?rev=1712974&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58581 If custom error page fails, fall back to standard error page rather than throwing an NPE. Based on a patch by Hux

Re: [VOTE] Release Apache Tomcat Native 1.2.2

2015-11-06 Thread Violeta Georgieva
2015-11-06 16:24 GMT+02:00 Mark Thomas : > > On 06/11/2015 14:20, Violeta Georgieva wrote: > > 2015-11-06 16:11 GMT+02:00 Mark Thomas : > >> > >> On 06/11/2015 13:09, Violeta Georgieva wrote: > >>> Hi, > >>> > >>> 2015-11-04 22:15 GMT+02:00 Mark Thomas : > > OK. Here we go again :) >

Re: [VOTE] Release Apache Tomcat Native 1.2.2

2015-11-06 Thread Mark Thomas
On 06/11/2015 14:20, Violeta Georgieva wrote: > 2015-11-06 16:11 GMT+02:00 Mark Thomas : >> >> On 06/11/2015 13:09, Violeta Georgieva wrote: >>> Hi, >>> >>> 2015-11-04 22:15 GMT+02:00 Mark Thomas : OK. Here we go again :) Thanks to everyone who has helped test 1.2.x so far. I'm

Re: [VOTE] Release Apache Tomcat Native 1.2.2

2015-11-06 Thread Violeta Georgieva
2015-11-06 16:11 GMT+02:00 Mark Thomas : > > On 06/11/2015 13:09, Violeta Georgieva wrote: > > Hi, > > > > 2015-11-04 22:15 GMT+02:00 Mark Thomas : > >> > >> OK. Here we go again :) > >> > >> Thanks to everyone who has helped test 1.2.x so far. I'm hopeful that > >> this one will be good enough for

Re: [VOTE] Release Apache Tomcat Native 1.2.2

2015-11-06 Thread Mark Thomas
On 04/11/2015 20:15, Mark Thomas wrote: > OK. Here we go again :) > > Thanks to everyone who has helped test 1.2.x so far. I'm hopeful that > this one will be good enough for the 9.0.0 RCs and - fingers crossed - > to replace 1.1.x as well. > > Version 1.2.2 includes the following changes: > - Fo

Re: [VOTE] Release Apache Tomcat Native 1.2.2

2015-11-06 Thread Rémy Maucherat
2015-11-04 21:15 GMT+01:00 Mark Thomas : > OK. Here we go again :) > > Thanks to everyone who has helped test 1.2.x so far. I'm hopeful that > this one will be good enough for the 9.0.0 RCs and - fingers crossed - > to replace 1.1.x as well. > > Version 1.2.2 includes the following changes: > - Fo

Re: [VOTE] Release Apache Tomcat Native 1.2.2

2015-11-06 Thread Mark Thomas
On 06/11/2015 13:09, Violeta Georgieva wrote: > Hi, > > 2015-11-04 22:15 GMT+02:00 Mark Thomas : >> >> OK. Here we go again :) >> >> Thanks to everyone who has helped test 1.2.x so far. I'm hopeful that >> this one will be good enough for the 9.0.0 RCs and - fingers crossed - >> to replace 1.1.x a

Re: [VOTE] Release Apache Tomcat Native 1.2.2

2015-11-06 Thread Rémy Maucherat
2015-11-06 14:09 GMT+01:00 Violeta Georgieva : > 06-Nov-2015 14:55:57.469 SEVERE [https-apr-8443-exec-2] > org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process Error > reading request, ignored > java.lang.IllegalStateException > at > > org.apache.coyote.http2.Http2UpgradeH

[Bug 58481] JAX WS Request fails with "Premature end of file"

2015-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58481 --- Comment #1 from immo.schulz-gerl...@fernuni-hagen.de --- I've got the same problem (I assume): Tested with * Tomcat 8.0.26 and 8.0.28 * Webapp using the JAX-WS Servlet of jax-ws-ri 2.2.10 (or older) * Apache HTTPD 2.4.12, 2.4.8 and 2.2.11

Re: [VOTE] Release Apache Tomcat Native 1.2.2

2015-11-06 Thread Violeta Georgieva
Hi, 2015-11-04 22:15 GMT+02:00 Mark Thomas : > > OK. Here we go again :) > > Thanks to everyone who has helped test 1.2.x so far. I'm hopeful that > this one will be good enough for the 9.0.0 RCs and - fingers crossed - > to replace 1.1.x as well. > > Version 1.2.2 includes the following changes:

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

2015-11-06 Thread Mark Thomas
On 06/11/2015 12:24, Christopher Schultz wrote: > On 11/6/15 7:12 AM, Mark Thomas wrote: >> Things are sufficiently messy between the spec, the TCK, 'clarification' >> from Oracle and Tomcat's previous behaviour that I agree both forms need >> to be supported. The new quoteAttributeEL init param

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

2015-11-06 Thread Christopher Schultz
Mark, On 11/6/15 7:12 AM, Mark Thomas wrote: > On 06/11/2015 11:47, Christopher Schultz wrote: >> Mark, >> >> On 11/5/15 4:34 AM, Mark Thomas wrote: >>> 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 fo

Re: Tomcat Native 1.2.2

2015-11-06 Thread Christopher Schultz
Huxing, On 11/5/15 7:08 PM, Huxing Zhang wrote: > 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

svn commit: r1712952 - in /tomcat/trunk/java/org/apache: catalina/connector/ coyote/ coyote/http11/ coyote/http11/upgrade/ coyote/http2/

2015-11-06 Thread remm
Author: remm Date: Fri Nov 6 12:14:21 2015 New Revision: 1712952 URL: http://svn.apache.org/viewvc?rev=1712952&view=rev Log: Add an instance manager field to the token, it's safer than going through the bindings, and it can be used to determine if it needs the CL environment. Modified: tomc

[Bug 58592] Org.apache.coyote.request scheme is null

2015-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58592 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2015-11-06 Thread Mark Thomas
On 06/11/2015 11:47, Christopher Schultz wrote: > Mark, > > On 11/5/15 4:34 AM, Mark Thomas wrote: >> 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:

svn commit: r1712951 - in /tomcat/trunk: conf/web.xml webapps/docs/jasper-howto.xml

2015-11-06 Thread remm
Author: remm Date: Fri Nov 6 12:00:17 2015 New Revision: 1712951 URL: http://svn.apache.org/viewvc?rev=1712951&view=rev Log: Checkstyle. Modified: tomcat/trunk/conf/web.xml tomcat/trunk/webapps/docs/jasper-howto.xml Modified: tomcat/trunk/conf/web.xml URL: http://svn.apache.org/viewvc/

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

2015-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58590 --- Comment #3 from Christopher Schultz --- Two things: 1. If possible, look at the UserDatabase class to see if you can get that to reload instead of the Realm. If you think about e.g. DatsSourceRealm, it makes more sense to "reload" the data

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

2015-11-06 Thread Christopher Schultz
Mark, On 11/5/15 4:34 AM, Mark Thomas wrote: > 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, particul

[Bug 58592] New: Org.apache.coyote.request scheme is null

2015-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58592 Bug ID: 58592 Summary: Org.apache.coyote.request scheme is null Product: Tomcat 7 Version: 7.0.54 Hardware: PC Status: NEW Severity: normal Priority: P2

Re: svn commit: r1712925 - /tomcat/tc8.0.x/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java

2015-11-06 Thread Mark Thomas
On 06/11/2015 09:33, r...@apache.org wrote: > Author: remm > Date: Fri Nov 6 09:33:34 2015 > New Revision: 1712925 > > URL: http://svn.apache.org/viewvc?rev=1712925&view=rev > Log: > Follow up to r1712529: AJP should return false to comet rather than throwing > an unsupported exception. Tx. Ma

buildbot success in ASF Buildbot on tomcat-8-trunk

2015-11-06 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/250 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranch

svn commit: r1712926 - in /tomcat/tc8.0.x/trunk: conf/web.xml webapps/docs/jasper-howto.xml

2015-11-06 Thread remm
Author: remm Date: Fri Nov 6 09:38:26 2015 New Revision: 1712926 URL: http://svn.apache.org/viewvc?rev=1712926&view=rev Log: Checkstyle [whatever...]. Modified: tomcat/tc8.0.x/trunk/conf/web.xml tomcat/tc8.0.x/trunk/webapps/docs/jasper-howto.xml Modified: tomcat/tc8.0.x/trunk/conf/web.x

svn commit: r1712925 - /tomcat/tc8.0.x/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java

2015-11-06 Thread remm
Author: remm Date: Fri Nov 6 09:33:34 2015 New Revision: 1712925 URL: http://svn.apache.org/viewvc?rev=1712925&view=rev Log: Follow up to r1712529: AJP should return false to comet rather than throwing an unsupported exception. Modified: tomcat/tc8.0.x/trunk/java/org/apache/coyote/ajp/Abstr

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

2015-11-06 Thread Bill Barker
-commons/daemon/dist/bin/commons-daemon-20151106-native-src.tar.gz -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20151106-native-src.tar.gz -Dexamples.sources.skip=true -Dtomcat-dbcp.home=/srv/gump/public/workspace

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

2015-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #29 from Mark Thomas --- That isn't the option you want. You want this one: quoteAttributeEL Thanks for the reminder, I'd forgotten to document it. -- You are receiving this mail because: You are the assignee for the bug. --

svn commit: r1712913 - in /tomcat/tc8.0.x/trunk: ./ conf/web.xml webapps/docs/jasper-howto.xml

2015-11-06 Thread markt
Author: markt Date: Fri Nov 6 08:15:09 2015 New Revision: 1712913 URL: http://svn.apache.org/viewvc?rev=1712913&view=rev Log: Document the new quoteAttributeEL option. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/conf/web.xml tomcat/tc8.0.x/trunk/webapps/doc

svn commit: r1712912 - in /tomcat/trunk: conf/web.xml webapps/docs/jasper-howto.xml

2015-11-06 Thread markt
Author: markt Date: Fri Nov 6 08:13:29 2015 New Revision: 1712912 URL: http://svn.apache.org/viewvc?rev=1712912&view=rev Log: Document the new quoteAttributeEL option. Modified: tomcat/trunk/conf/web.xml tomcat/trunk/webapps/docs/jasper-howto.xml Modified: tomcat/trunk/conf/web.xml URL: