svn commit: r1712227 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ant/jmx/ java/org/apache/catalina/authenticator/ java/org/apache/catalina/ha/session/ java/org/apache/catalina/loader/ java

2015-11-03 Thread markt
Author: markt Date: Tue Nov 3 09:18:06 2015 New Revision: 1712227 URL: http://svn.apache.org/viewvc?rev=1712227=rev Log: String.indexOf(String) -> String.indexOf(char) where possible More general fix for an issue identified in https://bz.apache.org/bugzilla/show_bug.cgi?id=58541 Modified:

svn commit: r1712236 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/authenticator/TestDigestAuthenticator.java

2015-11-03 Thread markt
Author: markt Date: Tue Nov 3 09:37:07 2015 New Revision: 1712236 URL: http://svn.apache.org/viewvc?rev=1712236=rev Log: Fix search/replace error in r1712227 Modified: tomcat/tc7.0.x/trunk/ (props changed)

buildbot failure in ASF Buildbot on tomcat-trunk

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

svn commit: r1712228 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsFrameBase.java

2015-11-03 Thread markt
Author: markt Date: Tue Nov 3 09:22:49 2015 New Revision: 1712228 URL: http://svn.apache.org/viewvc?rev=1712228=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58539 Logical rather than bitwise AND is required here Modified:

svn commit: r1712229 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/websocket/WsFrameBase.java

2015-11-03 Thread markt
Author: markt Date: Tue Nov 3 09:23:47 2015 New Revision: 1712229 URL: http://svn.apache.org/viewvc?rev=1712229=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58539 Logical rather than bitwise AND is required here Modified: tomcat/tc8.0.x/trunk/ (props changed)

[Bug 58541] CGIServlet and WebdavServlet code improvements

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

svn commit: r1712226 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/ant/jmx/ java/org/apache/catalina/authenticator/ java/org/apache/catalina/ha/session/ java/org/apache/catalina/loader/ java

2015-11-03 Thread markt
Author: markt Date: Tue Nov 3 09:13:39 2015 New Revision: 1712226 URL: http://svn.apache.org/viewvc?rev=1712226=rev Log: String.indexOf(String) -> String.indexOf(char) where possible More general fix for an issue identified in https://bz.apache.org/bugzilla/show_bug.cgi?id=58541 Modified:

svn commit: r1712230 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/WsFrameBase.java

2015-11-03 Thread markt
Author: markt Date: Tue Nov 3 09:25:03 2015 New Revision: 1712230 URL: http://svn.apache.org/viewvc?rev=1712230=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58539 Logical rather than bitwise AND is required here Modified: tomcat/tc7.0.x/trunk/ (props changed)

[Bug 58539] WsFrameBase processDataText uses bitwise and

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

svn commit: r1712231 - /tomcat/tc6.0.x/trunk/STATUS.txt

2015-11-03 Thread markt
Author: markt Date: Tue Nov 3 09:27:07 2015 New Revision: 1712231 URL: http://svn.apache.org/viewvc?rev=1712231=rev Log: Vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r1712232 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/mbeans/MBeanUtils.java webapps/docs/changelog.xml

2015-11-03 Thread markt
Author: markt Date: Tue Nov 3 09:30:37 2015 New Revision: 1712232 URL: http://svn.apache.org/viewvc?rev=1712232=rev Log: 6.0.x is now CTR so no need to wait for 3 +1s Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58508 Escape role names from user database when generating associated MBeans

[Bug 58508] role_name in tomcat-users.xml : invalid character

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

svn commit: r1712235 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/authenticator/TestDigestAuthenticator.java

2015-11-03 Thread markt
Author: markt Date: Tue Nov 3 09:36:43 2015 New Revision: 1712235 URL: http://svn.apache.org/viewvc?rev=1712235=rev Log: Fix search/replace error in r1712226 Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1712225 - in /tomcat/trunk: java/org/apache/catalina/ant/jmx/ java/org/apache/catalina/authenticator/ java/org/apache/catalina/ha/session/ java/org/apache/catalina/loader/ java/org/apache

2015-11-03 Thread markt
Author: markt Date: Tue Nov 3 09:10:59 2015 New Revision: 1712225 URL: http://svn.apache.org/viewvc?rev=1712225=rev Log: String.indexOf(String) -> String.indexOf(char) where possible More general fix for an issue identified in https://bz.apache.org/bugzilla/show_bug.cgi?id=58541 Modified:

svn commit: r1712233 - in /tomcat/trunk/test/org/apache/catalina/authenticator: TestDigestAuthenticator.java TestJaspicDigestAuthenticator.java

2015-11-03 Thread markt
Author: markt Date: Tue Nov 3 09:35:32 2015 New Revision: 1712233 URL: http://svn.apache.org/viewvc?rev=1712233=rev Log: Fix search/replace error in r1712225 Modified: tomcat/trunk/test/org/apache/catalina/authenticator/TestDigestAuthenticator.java

Re: svn commit: r1712231 - /tomcat/tc6.0.x/trunk/STATUS.txt

2015-11-03 Thread Konstantin Kolinko
2015-11-03 12:27 GMT+03:00 : > Author: markt > Date: Tue Nov 3 09:27:07 2015 > New Revision: 1712231 > > URL: http://svn.apache.org/viewvc?rev=1712231=rev > Log: > Vote > > Modified: > tomcat/tc6.0.x/trunk/STATUS.txt > > Modified: tomcat/tc6.0.x/trunk/STATUS.txt > URL: >

svn commit: r1712256 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/config/ajp.xml webapps/docs/config/http.xml

2015-11-03 Thread markt
Author: markt Date: Tue Nov 3 11:17:11 2015 New Revision: 1712256 URL: http://svn.apache.org/viewvc?rev=1712256=rev Log: Add a note to maxPostSize suggested by Christopher Simons Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/config/ajp.xml

[Bug 58577] JMX Proxy Servlet can't handle overloaded methos

2015-11-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58577 Mark Thomas changed: What|Removed |Added Severity|normal |enhancement -- You

svn commit: r1712285 - /tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClientSSL.java

2015-11-03 Thread markt
Author: markt Date: Tue Nov 3 13:01:37 2015 New Revision: 1712285 URL: http://svn.apache.org/viewvc?rev=1712285=rev Log: Fix incorrect skipping of test identified by kkolinko during Tomcat Native 1.2.1 testing Modified:

Re: [VOTE] Release Apache Tomcat Native 1.2.1

2015-11-03 Thread Mark Thomas
On 03/11/2015 12:31, Konstantin Kolinko wrote: > Interim results. Testing 7.0.x (@r1712220) with Java 8u66 (32-bit) > >[concat] Testsuites with failed tests: >[concat] > TEST-org.apache.catalina.authenticator.TestNonLoginAndBasicAuthenticator.APR.txt >[concat] >

svn commit: r1712255 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/config/ajp.xml webapps/docs/config/http.xml

2015-11-03 Thread markt
Author: markt Date: Tue Nov 3 11:16:16 2015 New Revision: 1712255 URL: http://svn.apache.org/viewvc?rev=1712255=rev Log: Add a note to maxPostSize suggested by Christopher Simons Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/docs/config/ajp.xml

[Bug 58554] Cannot output html from jsp files inside of lambdas

2015-11-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58554 --- Comment #4 from Joseph Lenton --- > As an aside, the example in the description wouldn't work even if out were > final due to the IOExceptions thrown. A try/catch block is also required. If you add 'throws

Re: [VOTE] Release Apache Tomcat Native 1.2.1

2015-11-03 Thread Konstantin Kolinko
2015-11-03 0:04 GMT+03:00 Mark Thomas : > Version 1.2.1 includes the following changes: > - Fix to enable 1.2.x to work with Tomcat releases that do not have > the SNI callback implemented on the Java side > > The proposed release artefacts can be found at [1], > and the build

[Bug 58577] New: JMX Proxy Servlet can't handle overloaded methos

2015-11-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58577 Bug ID: 58577 Summary: JMX Proxy Servlet can't handle overloaded methos Product: Tomcat 8 Version: trunk Hardware: PC OS: Windows NT Status: NEW

Re: [VOTE] Release Apache Tomcat Native 1.2.1

2015-11-03 Thread Violeta Georgieva
2015-11-03 15:05 GMT+02:00 Mark Thomas : > > On 03/11/2015 12:31, Konstantin Kolinko wrote: > > > Interim results. Testing 7.0.x (@r1712220) with Java 8u66 (32-bit) > > > >[concat] Testsuites with failed tests: > >[concat]

Re: HTTP Pipelining with session management

2015-11-03 Thread Mark Thomas
On 03/11/2015 11:36, Roel Storms wrote: > Hello, > > > I was wondering if anything special is done with cookie based session > management in order for it to deal with HTTP pipelining. No. > There are of course different scenario's that can be drawn but is there a > way tomcat deals with this

svn commit: r1712277 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/catalina/filters/ java/org/apache/tomcat/util/http/ webapps/docs/

2015-11-03 Thread markt
Author: markt Date: Tue Nov 3 12:33:42 2015 New Revision: 1712277 URL: http://svn.apache.org/viewvc?rev=1712277=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58031 Make the (first) reason parameter parsing failed available as a request attribute and then use it to provide a better

[Bug 58031] Posting data exceeding maxPostSize should result in HTTP 413.

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

svn commit: r1712245 - /tomcat/tc6.0.x/trunk/STATUS.txt

2015-11-03 Thread markt
Author: markt Date: Tue Nov 3 10:03:23 2015 New Revision: 1712245 URL: http://svn.apache.org/viewvc?rev=1712245=rev Log: Change vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

Re: svn commit: r1712231 - /tomcat/tc6.0.x/trunk/STATUS.txt

2015-11-03 Thread Rémy Maucherat
2015-11-03 11:02 GMT+01:00 Mark Thomas : > I missed that there were inner classes. Consider my -1 withdrawn. > > But didn't we just switch to CTR ? Rémy

svn commit: r1712250 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java

2015-11-03 Thread markt
Author: markt Date: Tue Nov 3 10:52:32 2015 New Revision: 1712250 URL: http://svn.apache.org/viewvc?rev=1712250=rev Log: Extend the fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58228 to include getRealPath(String) Modified:

buildbot success in ASF Buildbot on tomcat-7-trunk

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

svn commit: r1712252 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationContext.java webapps/docs/changelog.xml

2015-11-03 Thread markt
Author: markt Date: Tue Nov 3 11:01:12 2015 New Revision: 1712252 URL: http://svn.apache.org/viewvc?rev=1712252=rev Log: Extend the fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58228 to include getRealPath(String) Modified: tomcat/tc8.0.x/trunk/ (props changed)

[Bug 58228] ApplicationContext.GET_RESOURCE_REQUIRE_SLASH vs StandardRoot.getResource(String)

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

HTTP Pipelining with session management

2015-11-03 Thread Roel Storms
Hello, I was wondering if anything special is done with cookie based session management in order for it to deal with HTTP pipelining. https://en.wikipedia.org/wiki/HTTP_pipelining Take the following scenario: Client Request 1 Server

buildbot failure in ASF Buildbot on tomcat-7-trunk

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

svn commit: r1712257 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/connector/Request.java

2015-11-03 Thread markt
Author: markt Date: Tue Nov 3 11:25:44 2015 New Revision: 1712257 URL: http://svn.apache.org/viewvc?rev=1712257=rev Log: Differentiate between failure modes. Handling is currently identical but it won't be once BZ 58031 is addressed. Modified: tomcat/tc6.0.x/trunk/ (props changed)

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

2015-11-03 Thread Bill Barker
-commons/daemon/dist/bin/commons-daemon-20151103-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20151103.jar -Dcommons

Re: [VOTE] Release Apache Tomcat Native 1.2.1

2015-11-03 Thread Mark Thomas
On 03/11/2015 13:05, Mark Thomas wrote: > On 03/11/2015 12:31, Konstantin Kolinko wrote: >> Testcase: testConnectToServerEndpointSSL took 63,823 sec >> FAILED >> expected:<10> but was:<0> >> junit.framework.AssertionFailedError: expected:<10> but was:<0> >> at >>

svn commit: r1712358 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/connector/Request.java webapps/docs/changelog.xml

2015-11-03 Thread remm
Author: remm Date: Tue Nov 3 17:55:48 2015 New Revision: 1712358 URL: http://svn.apache.org/viewvc?rev=1712358=rev Log: 58578: Avoid NPE when trying to do access logging on cookies for an unmapped request. Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/connector/Request.java

[Bug 58578] NullPointerException in Request.parseCookies().

2015-11-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58578 Remy Maucherat changed: What|Removed |Added Resolution|--- |FIXED

Re: [VOTE] Release Apache Tomcat Native 1.2.1

2015-11-03 Thread Rainer Jung
Am 03.11.2015 um 17:18 schrieb Christopher Schultz: Mark, On 11/2/15 4:04 PM, Mark Thomas wrote: Version 1.2.1 includes the following changes: - Fix to enable 1.2.x to work with Tomcat releases that do not have the SNI callback implemented on the Java side The proposed release artefacts

[Bug 58578] NullPointerException in Request.parseCookies().

2015-11-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58578 Corey Puffalt changed: What|Removed |Added Version|trunk |8.0.21 -- You are

[Bug 58578] New: NullPointerException in Request.parseCookies().

2015-11-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58578 Bug ID: 58578 Summary: NullPointerException in Request.parseCookies(). Product: Tomcat 8 Version: trunk Hardware: PC OS: Linux Status: NEW Severity:

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

2015-11-03 Thread remm
Author: remm Date: Tue Nov 3 17:50:37 2015 New Revision: 1712357 URL: http://svn.apache.org/viewvc?rev=1712357=rev Log: 58578: Avoid NPE when trying to do access logging on cookies for an unmapped request. Modified: tomcat/trunk/java/org/apache/catalina/connector/Request.java Modified:

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

2015-11-03 Thread markt
Author: markt Date: Tue Nov 3 18:11:13 2015 New Revision: 1712361 URL: http://svn.apache.org/viewvc?rev=1712361=rev Log: Add note about needing IPv4 on latest OSX for multicast tests to work Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build.properties.default

[Bug 58577] JMX Proxy Servlet can't handle overloaded methods

2015-11-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58577 Christopher Schultz changed: What|Removed |Added Summary|JMX Proxy Servlet can't

Re: mod_jk 1.2.40, Apache 2.4.x and ForwardURICompatUnparsed

2015-11-03 Thread Rainer Jung
Am 03.11.2015 um 21:10 schrieb Henri Gomez: Hi all When I upgraded some HTTPd instance from 2.2 to 2.4, I got errors with some VHost using AllowEncodedSlashes On JkOptions +ForwardURICompatUnparsed This is what I should define to avoid Jenkins complain about invalid configuration. Error

Re: HTTP Pipelining with session management

2015-11-03 Thread Roel Storms
2015-11-03 13:16 GMT+01:00 Mark Thomas : > On 03/11/2015 11:36, Roel Storms wrote: > > Hello, > > > > > > I was wondering if anything special is done with cookie based session > > management in order for it to deal with HTTP pipelining. > > No. > > > > > There are of course

Re: [VOTE] Release Apache Tomcat Native 1.2.1

2015-11-03 Thread Rémy Maucherat
2015-11-03 21:14 GMT+01:00 Christopher Schultz : > Fixing the APR path allows tcnative to build without warnings or errors. > It even links against libssl, even though the configure script really > wants to have OpenSSL 1.0.2 and I only have 1.0.1. I'm curious to

mod_jk 1.2.40, Apache 2.4.x and ForwardURICompatUnparsed

2015-11-03 Thread Henri Gomez
Hi all When I upgraded some HTTPd instance from 2.2 to 2.4, I got errors with some VHost using AllowEncodedSlashes On JkOptions +ForwardURICompatUnparsed This is what I should define to avoid Jenkins complain about invalid configuration. Error report is 500 and jk log report

Re: [VOTE] Release Apache Tomcat Native 1.2.1

2015-11-03 Thread Christopher Schultz
Rainer, On 11/3/15 12:36 PM, Rainer Jung wrote: > Am 03.11.2015 um 17:18 schrieb Christopher Schultz: >> Mark, >> >> On 11/2/15 4:04 PM, Mark Thomas wrote: >>> Version 1.2.1 includes the following changes: >>> - Fix to enable 1.2.x to work with Tomcat releases that do not have >>>the SNI

[GitHub] tomcat pull request: Fixed UnsupportedOperationException when rele...

2015-11-03 Thread ctalau
GitHub user ctalau opened a pull request: https://github.com/apache/tomcat/pull/23 Fixed UnsupportedOperationException when releasing an user-provided URLStreamHandlerFactory CopyOnWriterArrayList iterator remove operation was invoked when de-registering a user-provided

Re: [VOTE] Release Apache Tomcat Native 1.2.1

2015-11-03 Thread Christopher Schultz
Mark, On 11/2/15 4:04 PM, Mark Thomas wrote: > Version 1.2.1 includes the following changes: > - Fix to enable 1.2.x to work with Tomcat releases that do not have > the SNI callback implemented on the Java side > > The proposed release artefacts can be found at [1], > and the build was done

svn commit: r1712443 - /tomcat/native/trunk/native/src/sslnetwork.c

2015-11-03 Thread markt
Author: markt Date: Tue Nov 3 23:34:57 2015 New Revision: 1712443 URL: http://svn.apache.org/viewvc?rev=1712443=rev Log: Forward port of r1456353 (mturk) from 1.1.x Prevent infinite loop for SSL_ERROR_SSL Modified: tomcat/native/trunk/native/src/sslnetwork.c Modified:

Tomcat Native 1.2.2

2015-11-03 Thread Mark Thomas
I've just finished running the unit tests for APR on OSX with the current 1.2.x trunk and 9.0.x, 8.0.x and 7.0.x and all pass. I plan to tag 1.2.2 tomorrow morning and will hopefully be able to start a new vote later in the day. Mark

Re: [VOTE] Release Apache Tomcat Native 1.2.1

2015-11-03 Thread Mark Thomas
On 02/11/2015 21:04, Mark Thomas wrote: > Version 1.2.1 includes the following changes: > - Fix to enable 1.2.x to work with Tomcat releases that do not have > the SNI callback implemented on the Java side > > The proposed release artefacts can be found at [1], > and the build was done using

svn commit: r1712444 - /tomcat/native/trunk/native/src/sslnetwork.c

2015-11-03 Thread markt
Author: markt Date: Tue Nov 3 23:43:10 2015 New Revision: 1712444 URL: http://svn.apache.org/viewvc?rev=1712444=rev Log: The changes in r1712437 made this code unnecessary Modified: tomcat/native/trunk/native/src/sslnetwork.c Modified: tomcat/native/trunk/native/src/sslnetwork.c URL:

svn commit: r1712451 - in /tomcat/tc7.0.x/trunk: build.properties.default build.xml

2015-11-03 Thread markt
Author: markt Date: Wed Nov 4 00:56:53 2015 New Revision: 1712451 URL: http://svn.apache.org/viewvc?rev=1712451=rev Log: Add an option the build to set java.net.preferIPv4Stack=true when running tests. This appears to be required on OSX El Capitan for multicast to work with the current tests

svn commit: r1712437 - /tomcat/native/trunk/native/src/sslnetwork.c

2015-11-03 Thread markt
Author: markt Date: Tue Nov 3 23:21:20 2015 New Revision: 1712437 URL: http://svn.apache.org/viewvc?rev=1712437=rev Log: Forward port of r1409681 (mturk) from 1.1.x Clean up SSL network layer. Ensure the behavior is similar to standard APR layer Modified:

svn commit: r1712441 - /tomcat/native/branches/1.1.x/native/src/sslnetwork.c

2015-11-03 Thread markt
Author: markt Date: Tue Nov 3 23:31:25 2015 New Revision: 1712441 URL: http://svn.apache.org/viewvc?rev=1712441=rev Log: Whitespace / typo fixes to align with trunk to aid diffs Modified: tomcat/native/branches/1.1.x/native/src/sslnetwork.c Modified:

svn commit: r1712442 - /tomcat/native/trunk/native/src/sslnetwork.c

2015-11-03 Thread markt
Author: markt Date: Tue Nov 3 23:31:58 2015 New Revision: 1712442 URL: http://svn.apache.org/viewvc?rev=1712442=rev Log: Whitespace fixes to align with 1.1.x to aid diffs Modified: tomcat/native/trunk/native/src/sslnetwork.c Modified: tomcat/native/trunk/native/src/sslnetwork.c URL:

svn commit: r1712457 - in /tomcat/native/trunk/native/src: ssl.c sslnetwork.c sslutils.c

2015-11-03 Thread billbarker
Author: billbarker Date: Wed Nov 4 02:25:05 2015 New Revision: 1712457 URL: http://svn.apache.org/viewvc?rev=1712457=rev Log: Forward port r1712199 align with OpenSSL master. Just deleted the SSLeay check since any OS I know will raise an UnsatifiedLinkError if you try to load this with such

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

2015-11-03 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

svn commit: r1712476 - in /tomcat/native/trunk: native/src/ssl.c xdocs/miscellaneous/changelog.xml

2015-11-03 Thread rjung
Author: rjung Date: Wed Nov 4 06:33:56 2015 New Revision: 1712476 URL: http://svn.apache.org/viewvc?rev=1712476=rev Log: Fix "error: 'ctx' undeclared" in maintainer mode or when DEBUG is defined. Modified: tomcat/native/trunk/native/src/ssl.c

websocket tomcat listener API?

2015-11-03 Thread Romain Manni-Bucau
Hi guys, Would it be possible to add to tomcat codebase a way to register custom websocket lifecycle listeners for technical integration. For instance in TomEE we would need a clean way to listen for close() or timeout() without modifying the user code side if possible. wdyt? Romain Manni-Bucau

[GitHub] tomcat pull request:

2015-11-03 Thread nitincchauhan
Github user nitincchauhan commented on the pull request: https://github.com/apache/tomcat/commit/241f5e745a292a409d84eef39afd024f46cb3691#commitcomment-14154669 In test/org/apache/catalina/authenticator/TestDigestAuthenticator.java: In

[GitHub] tomcat pull request:

2015-11-03 Thread nitincchauhan
Github user nitincchauhan commented on the pull request: https://github.com/apache/tomcat/commit/241f5e745a292a409d84eef39afd024f46cb3691#commitcomment-14154678 In test/org/apache/catalina/authenticator/TestJaspicDigestAuthenticator.java: In

[GitHub] tomcat pull request:

2015-11-03 Thread nitincchauhan
Github user nitincchauhan commented on the pull request: https://github.com/apache/tomcat/commit/241f5e745a292a409d84eef39afd024f46cb3691#commitcomment-14154687 In test/org/apache/catalina/authenticator/TestJaspicDigestAuthenticator.java: In

[GitHub] tomcat pull request:

2015-11-03 Thread nitincchauhan
Github user nitincchauhan commented on the pull request: https://github.com/apache/tomcat/commit/241f5e745a292a409d84eef39afd024f46cb3691#commitcomment-14154660 In test/org/apache/catalina/authenticator/TestDigestAuthenticator.java: In

Re: [VOTE] Release Apache Tomcat Native 1.2.1

2015-11-03 Thread Christopher Schultz
Mark, On 11/2/15 4:04 PM, Mark Thomas wrote: > Version 1.2.1 includes the following changes: > - Fix to enable 1.2.x to work with Tomcat releases that do not have > the SNI callback implemented on the Java side > > The proposed release artefacts can be found at [1], > and the build was done

Re: [VOTE] Release Apache Tomcat Native 1.2.1

2015-11-03 Thread Rainer Jung
Am 03.11.2015 um 13:31 schrieb Konstantin Kolinko: 2015-11-03 0:04 GMT+03:00 Mark Thomas : Version 1.2.1 includes the following changes: - Fix to enable 1.2.x to work with Tomcat releases that do not have the SNI callback implemented on the Java side The proposed release

[GitHub] tomcat pull request:

2015-11-03 Thread violetagg
Github user violetagg commented on the pull request: https://github.com/apache/tomcat/commit/241f5e745a292a409d84eef39afd024f46cb3691#commitcomment-14154865 In test/org/apache/catalina/authenticator/TestJaspicDigestAuthenticator.java: In

[GitHub] tomcat pull request:

2015-11-03 Thread violetagg
Github user violetagg commented on the pull request: https://github.com/apache/tomcat/commit/241f5e745a292a409d84eef39afd024f46cb3691#commitcomment-14154856 In test/org/apache/catalina/authenticator/TestDigestAuthenticator.java: In

[GitHub] tomcat pull request:

2015-11-03 Thread violetagg
Github user violetagg commented on the pull request: https://github.com/apache/tomcat/commit/241f5e745a292a409d84eef39afd024f46cb3691#commitcomment-14154860 In test/org/apache/catalina/authenticator/TestDigestAuthenticator.java: In

[GitHub] tomcat pull request:

2015-11-03 Thread violetagg
Github user violetagg commented on the pull request: https://github.com/apache/tomcat/commit/241f5e745a292a409d84eef39afd024f46cb3691#commitcomment-14154864 In test/org/apache/catalina/authenticator/TestJaspicDigestAuthenticator.java: In

Re: svn commit: r1712231 - /tomcat/tc6.0.x/trunk/STATUS.txt

2015-11-03 Thread Mark Thomas
On 03/11/2015 09:57, Konstantin Kolinko wrote: > 2015-11-03 12:27 GMT+03:00 : >> Author: markt >> Date: Tue Nov 3 09:27:07 2015 >> New Revision: 1712231 >> >> URL: http://svn.apache.org/viewvc?rev=1712231=rev >> Log: >> Vote >> >> Modified: >>

buildbot success in ASF Buildbot on tomcat-trunk

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

Re: svn commit: r1712231 - /tomcat/tc6.0.x/trunk/STATUS.txt

2015-11-03 Thread Mark Thomas
On 03/11/2015 10:28, Rémy Maucherat wrote: > 2015-11-03 11:02 GMT+01:00 Mark Thomas : > >> I missed that there were inner classes. Consider my -1 withdrawn. >> > But didn't we just switch to CTR ? We did. I was just adding a comment I had forgotten to on an open proposal so it

svn commit: r1712254 - in /tomcat/trunk/webapps/docs/config: ajp.xml http.xml

2015-11-03 Thread markt
Author: markt Date: Tue Nov 3 11:15:20 2015 New Revision: 1712254 URL: http://svn.apache.org/viewvc?rev=1712254=rev Log: Add a note to maxPostSize suggested by Christopher Simons Modified: tomcat/trunk/webapps/docs/config/ajp.xml tomcat/trunk/webapps/docs/config/http.xml Modified: