Re: svn commit: r1622302 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/Request.java test/org/apache/catalina/connector/TestRequest.java test/org/apache/catalina/connector/TesterReq

2014-09-04 Thread Martin Grigorov
Hi, On Wed, Sep 3, 2014 at 8:37 PM, wrote: > Author: markt > Date: Wed Sep 3 17:37:51 2014 > New Revision: 1622302 > > URL: http://svn.apache.org/r1622302 > Log: > Correctly handle multiple accept-language headers rather than just using > the first header to determine the user's preferred Local

[Bug 56825] AuthenticatorBase not looking for Coyote Request certificate

2014-09-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56825 --- Comment #9 from jlmonteiro --- Hi, (In reply to Konstantin Kolinko from comment #8) > Re-reviewing the changes in Tomcat 7 (revisions r1617447 r1620827 and > r1622328 ) I have a question. > > There exists ActionCode.REQ_SSL_ATTRIBUTE.

buildbot exception in ASF Buildbot on tomcat-7-trunk

2014-09-04 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/237 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: forced: by IRC

Re: svn commit: r1622302 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/Request.java test/org/apache/catalina/connector/TestRequest.java test/org/apache/catalina/connector/TesterReq

2014-09-04 Thread Mark Thomas
On 04/09/2014 08:05, Martin Grigorov wrote: > On Wed, Sep 3, 2014 at 8:37 PM, wrote: > >> Author: markt >> Date: Wed Sep 3 17:37:51 2014 >> New Revision: 1622302 >> --- >> tomcat/tc7.0.x/trunk/test/org/apache/catalina/connector/TestRequest.java >> (original) >> +++ >> tomcat/tc7.0.x/trunk/test

Re: svn commit: r1622302 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/Request.java test/org/apache/catalina/connector/TestRequest.java test/org/apache/catalina/connector/TesterReq

2014-09-04 Thread Mark Thomas
On 04/09/2014 10:11, Mark Thomas wrote: > On 04/09/2014 08:05, Martin Grigorov wrote: >> On Wed, Sep 3, 2014 at 8:37 PM, wrote: >> >>> Author: markt >>> Date: Wed Sep 3 17:37:51 2014 >>> New Revision: 1622302 > > >>> --- >>> tomcat/tc7.0.x/trunk/test/org/apache/catalina/connector/TestRequest.ja

[Bug 56910] when maxConnections="-1" AprEndpoint init error

2014-09-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56910 Konstantin Kolinko changed: What|Removed |Added CC||sunqi...@163.com --- Comment

[Bug 56909] Failed to create poller with specified size of -1

2014-09-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56909 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

svn commit: r1622434 - /tomcat/trunk/test/org/apache/catalina/connector/TestRequest.java

2014-09-04 Thread markt
Author: markt Date: Thu Sep 4 09:42:04 2014 New Revision: 1622434 URL: http://svn.apache.org/r1622434 Log: Fix corrupted characters. Modified: tomcat/trunk/test/org/apache/catalina/connector/TestRequest.java Modified: tomcat/trunk/test/org/apache/catalina/connector/TestRequest.java URL: ht

svn commit: r1622435 - /tomcat/tc7.0.x/trunk/test/org/apache/catalina/connector/TestRequest.java

2014-09-04 Thread markt
Author: markt Date: Thu Sep 4 09:44:26 2014 New Revision: 1622435 URL: http://svn.apache.org/r1622435 Log: Fix corrupted characters. Modified: tomcat/tc7.0.x/trunk/test/org/apache/catalina/connector/TestRequest.java Modified: tomcat/tc7.0.x/trunk/test/org/apache/catalina/connector/TestRequ

Re: svn commit: r1622434 - /tomcat/trunk/test/org/apache/catalina/connector/TestRequest.java

2014-09-04 Thread Martin Grigorov
On Thu, Sep 4, 2014 at 12:42 PM, wrote: > Author: markt > Date: Thu Sep 4 09:42:04 2014 > New Revision: 1622434 > > URL: http://svn.apache.org/r1622434 > Log: > Fix corrupted characters. > > Modified: > tomcat/trunk/test/org/apache/catalina/connector/TestRequest.java > > Modified: tomcat/tru

Re: svn commit: r1622302 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/Request.java test/org/apache/catalina/connector/TestRequest.java test/org/apache/catalina/connector/TesterReq

2014-09-04 Thread Mark Thomas
On 04/09/2014 10:16, Mark Thomas wrote: > On 04/09/2014 10:11, Mark Thomas wrote: >> On 04/09/2014 08:05, Martin Grigorov wrote: >>> On Wed, Sep 3, 2014 at 8:37 PM, wrote: >>> Author: markt Date: Wed Sep 3 17:37:51 2014 New Revision: 1622302 >> >> --- tomcat/tc7.0.x/trun

Re: svn commit: r1622302 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/Request.java test/org/apache/catalina/connector/TestRequest.java test/org/apache/catalina/connector/TesterReq

2014-09-04 Thread Mark Thomas
On 04/09/2014 10:50, Mark Thomas wrote: > On 04/09/2014 10:16, Mark Thomas wrote: >> On 04/09/2014 10:11, Mark Thomas wrote: >>> On 04/09/2014 08:05, Martin Grigorov wrote: On Wed, Sep 3, 2014 at 8:37 PM, wrote: > Author: markt > Date: Wed Sep 3 17:37:51 2014 > New Revision:

buildbot exception in ASF Buildbot on tomcat-7-trunk

2014-09-04 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/243 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: forced: by IRC

[Bug 56825] AuthenticatorBase not looking for Coyote Request certificate

2014-09-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56825 --- Comment #10 from Mark Thomas --- I've dug a little more into this. The unit test setting clientAuth="want" is hiding the fact that this still isn't quite right. Some new API is going to be necessary. That said, I'm not sure that the cu

Re: Encoding request URI

2014-09-04 Thread Daniel Mikusa
On Thu, Sep 4, 2014 at 2:00 AM, Lulseged Zerfu wrote: > Hi > Hope it will format this time. > I am not using any web browser to execute requests. I do use latest http > client component from apache. > My request URI contains characters that are not allowed in a URI. Some > examples are[]"space .e

buildbot success in ASF Buildbot on tomcat-trunk

2014-09-04 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/424 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1622470 - in /tomcat/trunk: java/org/apache/catalina/authenticator/ java/org/apache/coyote/http11/ test/org/apache/tomcat/util/net/ webapps/docs/

2014-09-04 Thread markt
Author: markt Date: Thu Sep 4 13:12:55 2014 New Revision: 1622470 URL: http://svn.apache.org/r1622470 Log: Correct the previous fix for bug 56825 that enabled pre-emptive authentication to work with the SSL authenticator. An SSL handshake is now triggered if: - premetive authentication is enable

svn commit: r1622473 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/ java/org/apache/coyote/http11/ test/org/apache/tomcat/util/net/

2014-09-04 Thread markt
Author: markt Date: Thu Sep 4 13:18:39 2014 New Revision: 1622473 URL: http://svn.apache.org/r1622473 Log: Correct the previous fix for bug 56825 that enabled pre-emptive authentication to work with the SSL authenticator. An SSL handshake is now triggered if: - premetive authentication is enable

[Bug 56825] AuthenticatorBase not looking for Coyote Request certificate

2014-09-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56825 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 56910] when maxConnections="-1" AprEndpoint init error

2014-09-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56910 --- Comment #2 from Mark Thomas --- The way the APR Poller works, an unlimited number of connections isn't possible. I see two options if maxConnections is specified as -1. a) Log an error and don't let the connector start b) Use a high num

svn commit: r1622483 - in /tomcat/trunk: build.properties.default res/maven/mvn.properties.default

2014-09-04 Thread markt
Author: markt Date: Thu Sep 4 14:19:16 2014 New Revision: 1622483 URL: http://svn.apache.org/r1622483 Log: Bump versions for next release Modified: tomcat/trunk/build.properties.default tomcat/trunk/res/maven/mvn.properties.default Modified: tomcat/trunk/build.properties.default URL: h

svn commit: r1622486 - in /tomcat/site/trunk: docs/download-80.html docs/index.html docs/migration-8.html docs/oldnews.html docs/whichversion.html xdocs/download-80.xml xdocs/index.xml xdocs/migration

2014-09-04 Thread markt
Author: markt Date: Thu Sep 4 14:28:41 2014 New Revision: 1622486 URL: http://svn.apache.org/r1622486 Log: Update site for 8.0.12 release excluding docs Modified: tomcat/site/trunk/docs/download-80.html tomcat/site/trunk/docs/index.html tomcat/site/trunk/docs/migration-8.html tom

svn commit: r1622487 - /tomcat/site/trunk/build.properties.default

2014-09-04 Thread markt
Author: markt Date: Thu Sep 4 14:29:06 2014 New Revision: 1622487 URL: http://svn.apache.org/r1622487 Log: 8.0.12 has been released Modified: tomcat/site/trunk/build.properties.default Modified: tomcat/site/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/site/trunk/

svn commit: r1622490 - in /tomcat/site/trunk/docs/tomcat-8.0-doc: ./ api/ api/org/apache/catalina/ api/org/apache/catalina/ant/ api/org/apache/catalina/ant/jmx/ api/org/apache/catalina/authenticator/

2014-09-04 Thread markt
Author: markt Date: Thu Sep 4 14:41:41 2014 New Revision: 1622490 URL: http://svn.apache.org/r1622490 Log: Update docs for 8.0.12 release [This commit notification would consist of 67 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] -

svn commit: r1622495 - in /tomcat/trunk/webapps/docs: changelog.xml config/context.xml

2014-09-04 Thread markt
Author: markt Date: Thu Sep 4 15:15:46 2014 New Revision: 1622495 URL: http://svn.apache.org/r1622495 Log: Add JarScanner to the nested components listed for a Context. Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/config/context.xml Modified: tomcat/trunk/

[ANN] Apache Tomcat 8.0.12 available

2014-09-04 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.12. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language and Java WebSocket technologies. Apache Tomcat 8.0.12 includes numerous fixes for

Making cookie parsing extensible

2014-09-04 Thread Mark Thomas
I've been looking at making Cookie parsing generally extensible rather than the various Context options I just added to trunk. This patch is a first draft: http://people.apache.org/~markt/patches/2014-09-04-bug56394-tc8-v1.patch I've had to make some API tweaks so I wanted to get some feedback bef

svn commit: r1622575 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

2014-09-04 Thread kkolinko
Author: kkolinko Date: Thu Sep 4 22:34:09 2014 New Revision: 1622575 URL: http://svn.apache.org/r1622575 Log: Remove duplicate changelog link that is repeated using slightly different wording on the next line. I guess this one was copy-pasted from announcement e-mail. Modified: tomcat/site