svn commit: r1662396 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java

2015-02-26 Thread remm
Author: remm Date: Thu Feb 26 09:14:49 2015 New Revision: 1662396 URL: http://svn.apache.org/r1662396 Log: Revert after CI test run. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server

Re: Stabilizing the trunk (9.0.x) build

2015-02-26 Thread Mark Thomas
On 25/02/2015 19:32, Rémy Maucherat wrote: > 2015-02-25 19:36 GMT+01:00 Mark Thomas : > >> I was planning on waiting until the build was stable but given that: >> - read/write concurrency is at the root of a lot of these issues >> - only WebSocket should be using it now in trunk >> - the plan is t

Re: Stabilizing the trunk (9.0.x) build

2015-02-26 Thread Rémy Maucherat
2015-02-26 11:42 GMT+01:00 Mark Thomas : > What I have at the moment is at: > https://github.com/markt-asf/tomcat/tree/markt-trunk > > I'm currently running the unit tests. > > Looking good. Rémy

[Bug 57178] Add CorsFilter configuration option to allow requests with Origin "null"

2015-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57178 Arseniy Skvortsov changed: What|Removed |Added CC||ettav...@gmail.com -- You are rec

[Bug 57638] New: IllegalArgumentException in AjpNioProcessor when packetSize > 8192

2015-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57638 Bug ID: 57638 Summary: IllegalArgumentException in AjpNioProcessor when packetSize > 8192 Product: Tomcat 8 Version: 8.0.20 Hardware: PC OS: Mac OS X 10.1

[Bug 57629] sending large file with Expect: 100-continue wrong messages order

2015-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57629 --- Comment #2 from Lorenzo Caenazzo --- ok, I think the responability to send 100-continue header is not of "contained" application. But if the container send a 100 header I expect which it not closes the soket if the body of the request is "

[Bug 57629] sending large file with Expect: 100-continue wrong messages order

2015-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57629 Mark Thomas changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

Re: Stabilizing the trunk (9.0.x) build

2015-02-26 Thread Mark Thomas
On 26/02/2015 12:25, Rémy Maucherat wrote: > 2015-02-26 11:42 GMT+01:00 Mark Thomas : > >> What I have at the moment is at: >> https://github.com/markt-asf/tomcat/tree/markt-trunk >> >> I'm currently running the unit tests. >> > Looking good. Better, certainly. NIO tests pass on Windows, Linux a

[Bug 57629] sending large file with Expect: 100-continue wrong messages order

2015-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57629 --- Comment #4 from Christopher Schultz --- Does this currently work when Tomcat /is/ managing the authentication and authorization? If so, then I agree with WONTFIX. -- You are receiving this mail because: You are the assignee for the bug.

Re: Stabilizing the trunk (9.0.x) build

2015-02-26 Thread Rémy Maucherat
2015-02-26 17:40 GMT+01:00 Mark Thomas : > Better, certainly. > > NIO tests pass on Windows, Linux and OSX. > Very good ! > I've found a bug in NIO2 + SSL that is fairly common on Linux/OSX that I > have fixed and am re-running the tests. > Aw, *another* one ? > > I haven't really looked at A

[Bug 57629] sending large file with Expect: 100-continue wrong messages order

2015-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57629 --- Comment #5 from Mark Thomas --- Yes. You get the right 4xx response along with a Connection: close header. -- You are receiving this mail because: You are the assignee for the bug.

Re: Stabilizing the trunk (9.0.x) build

2015-02-26 Thread Mark Thomas
On 26/02/2015 17:34, Rémy Maucherat wrote: > 2015-02-26 17:40 GMT+01:00 Mark Thomas : > >> Better, certainly. >> >> NIO tests pass on Windows, Linux and OSX. >> > > Very good ! > > >> I've found a bug in NIO2 + SSL that is fairly common on Linux/OSX that I >> have fixed and am re-running the te

svn commit: r1662537 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/valves/PersistentValve.java test/org/apache/catalina/session/TestPersistentManager.java webapps/docs/changelog.xml

2015-02-26 Thread fschumacher
Author: fschumacher Date: Thu Feb 26 18:46:17 2015 New Revision: 1662537 URL: http://svn.apache.org/r1662537 Log: Don't create a session, if none is needed when using PersistentValve. Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57637 Merge r1662308 from /tomcat/trunk Modified: tomcat

svn commit: r1662545 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/PersistentValve.java test/org/apache/catalina/session/TestPersistentManager.java webapps/docs/changelog.xml

2015-02-26 Thread fschumacher
Author: fschumacher Date: Thu Feb 26 19:40:39 2015 New Revision: 1662545 URL: http://svn.apache.org/r1662545 Log: Don't create a session, if none is needed when using PersistentValve. Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57637 Merge r1662537 from /tomcat/tc8.0.x/trunk (merged r1662

[Bug 57637] PersistentValve always causes a new session to be created

2015-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57637 Felix Schumacher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1662548 - /tomcat/trunk/webapps/docs/changelog.xml

2015-02-26 Thread fschumacher
Author: fschumacher Date: Thu Feb 26 19:43:41 2015 New Revision: 1662548 URL: http://svn.apache.org/r1662548 Log: Correct typo Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/chan

svn commit: r1662549 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/valves/PersistentValve.java

2015-02-26 Thread fschumacher
Author: fschumacher Date: Thu Feb 26 19:44:39 2015 New Revision: 1662549 URL: http://svn.apache.org/r1662549 Log: Correct sentence in TODO Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/valves/PersistentValve.java Propchange: tomcat/tc8.0.

svn commit: r1662550 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/PersistentValve.java

2015-02-26 Thread fschumacher
Author: fschumacher Date: Thu Feb 26 19:46:15 2015 New Revision: 1662550 URL: http://svn.apache.org/r1662550 Log: Correct sentence in TODO Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/PersistentValve.java Propchange: tomcat/tc7.0.

svn commit: r1662551 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/changelog.xml

2015-02-26 Thread fschumacher
Author: fschumacher Date: Thu Feb 26 19:47:23 2015 New Revision: 1662551 URL: http://svn.apache.org/r1662551 Log: Correct typo Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc8.0.x/trunk/ -

svn commit: r1662552 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2015-02-26 Thread fschumacher
Author: fschumacher Date: Thu Feb 26 19:48:48 2015 New Revision: 1662552 URL: http://svn.apache.org/r1662552 Log: Correct typo Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x

svn commit: r1662553 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml

2015-02-26 Thread fschumacher
Author: fschumacher Date: Thu Feb 26 19:50:11 2015 New Revision: 1662553 URL: http://svn.apache.org/r1662553 Log: Correct typo Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc7.0.x/trunk/ -

Re: Stabilizing the trunk (9.0.x) build

2015-02-26 Thread Christopher Schultz
Mark, On 2/23/15 4:16 AM, Mark Thomas wrote: > Given that it is my changes that have triggered the problems I think I > have a responsibility to fix them (and intend to do so over) but I'm not > going to say no if anyone wants to pitch in. Therefore, I'm starting > this thread so that we can co-or

Re: svn commit: r1662537 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/valves/PersistentValve.java test/org/apache/catalina/session/TestPersistentManager.java webapps/docs/changelog.xml

2015-02-26 Thread Christopher Schultz
Felix, On 2/26/15 1:46 PM, fschumac...@apache.org wrote: > Author: fschumacher > Date: Thu Feb 26 18:46:17 2015 > New Revision: 1662537 > > URL: http://svn.apache.org/r1662537 > Log: > Don't create a session, if none is needed when using PersistentValve. Good catch. This could be a real pain in

Re: Stabilizing the trunk (9.0.x) build

2015-02-26 Thread Mark Thomas
On 26/02/2015 21:58, Christopher Schultz wrote: > Mark, > > On 2/23/15 4:16 AM, Mark Thomas wrote: >> Given that it is my changes that have triggered the problems I think I >> have a responsibility to fix them (and intend to do so over) but I'm not >> going to say no if anyone wants to pitch in. T

svn commit: r1662614 - in /tomcat/trunk: java/org/apache/tomcat/util/net/AbstractEndpoint.java java/org/apache/tomcat/util/net/Nio2Endpoint.java java/org/apache/tomcat/util/net/NioEndpoint.java webapp

2015-02-26 Thread schultz
Author: schultz Date: Fri Feb 27 01:37:19 2015 New Revision: 1662614 URL: http://svn.apache.org/r1662614 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=55988 Respect TLS server cipher ordering in JSSE-based connectors. Patch provided by Ognjen Blagojevic. Modified: tomcat/trunk/jav

[Bug 55988] Add parameter useCipherSuitesOrder to JSSE (BIO and NIO) connectors [PATCH]

2015-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55988 --- Comment #17 from Christopher Schultz --- Fixed in trunk in r1662614. I'll start preparing a patch for Tomcat 8. -- You are receiving this mail because: You are the assignee for the bug. --

svn commit: r1662627 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/net/ java/org/apache/tomcat/util/net/res/ webapps/docs/ webapps/docs/config/

2015-02-26 Thread schultz
Author: schultz Date: Fri Feb 27 02:48:23 2015 New Revision: 1662627 URL: http://svn.apache.org/r1662627 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=55988 Respect TLS server cipher ordering in JSSE-based connectors. Based upon a patch provided by Ognjen Blagojevic. Modified: tomca

[Bug 55988] Add parameter useCipherSuitesOrder to JSSE (BIO and NIO) connectors [PATCH]

2015-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55988 --- Comment #18 from Christopher Schultz --- Fixed in Tomcat 8.0.x in r1662627. Will be in Tomcat 8.0.21. -- You are receiving this mail because: You are the assignee for the bug. -

[jira] [Commented] (MTOMCAT-255) Getting "Target Unreachable, identifier 'pessoaBean' resolved to null" on tomcat:run but not in tomcat:run-war

2015-02-26 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14339669#comment-14339669 ] Olivier Lamy (*$^¨%`£) commented on MTOMCAT-255: maybe you could provide

[jira] [Updated] (MTOMCAT-255) Getting "Target Unreachable, identifier 'pessoaBean' resolved to null" on tomcat:run but not in tomcat:run-war

2015-02-26 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) updated MTOMCAT-255: --- Fix Version/s: (was: 2.3) 2.4 > Getting "Target Unreac

Re: svn commit: r1662627 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/net/ java/org/apache/tomcat/util/net/res/ webapps/docs/ webapps/docs/config/

2015-02-26 Thread Christopher Schultz
All, On 2/26/15 9:48 PM, schu...@apache.org wrote: > Author: schultz > Date: Fri Feb 27 02:48:23 2015 > New Revision: 1662627 > > URL: http://svn.apache.org/r1662627 > Log: > Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=55988 > Respect TLS server cipher ordering in JSSE-based connectors. >

svn commit: r1662632 - in /tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/jsse: JSSESocketFactory.java res/LocalStrings.properties

2015-02-26 Thread schultz
Author: schultz Date: Fri Feb 27 04:05:46 2015 New Revision: 1662632 URL: http://svn.apache.org/r1662632 Log: Additional fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=55988 Include support for useServerCipherSuiteOrder for Java BIO connector. Modified: tomcat/tc8.0.x/trunk/java/org/

[Bug 55988] Add parameter useCipherSuitesOrder to JSSE (BIO and NIO) connectors [PATCH]

2015-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55988 --- Comment #19 from Christopher Schultz --- Support for BIO connector added in Tomcat 8.0.x in r1662632. -- You are receiving this mail because: You are the assignee for the bug. -

svn commit: r1662633 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/ java/org/apache/tomcat/util/net/jsse/ java/org/apache/tomcat/util/net/jsse/res/ java/org/apache/tomcat/util/net/res

2015-02-26 Thread schultz
Author: schultz Date: Fri Feb 27 04:14:11 2015 New Revision: 1662633 URL: http://svn.apache.org/r1662633 Log: Back-port r1662627 and r1662632 to fix https://bz.apache.org/bugzilla/show_bug.cgi?id=55988 Respect TLS server cipher ordering in JSSE-based connectors. Based upon patches provided by Ogn

[Bug 55988] Add parameter useCipherSuitesOrder to JSSE (BIO and NIO) connectors [PATCH]

2015-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55988 Christopher Schultz changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

svn commit: r1662635 - in /tomcat/taglibs/site: changes.xml src/site/xdoc/index.xml src/site/xdoc/standard/index.xml

2015-02-26 Thread jboynes
Author: jboynes Date: Fri Feb 27 05:31:51 2015 New Revision: 1662635 URL: http://svn.apache.org/r1662635 Log: Update taglibs website for 1.2.3 release Modified: tomcat/taglibs/site/changes.xml tomcat/taglibs/site/src/site/xdoc/index.xml tomcat/taglibs/site/src/site/xdoc/standard/index

svn commit: r1662637 - in /tomcat/site/trunk: docs/ docs/taglibs/ docs/taglibs/site/ docs/taglibs/standard/ xdocs/

2015-02-26 Thread jboynes
Author: jboynes Date: Fri Feb 27 05:43:12 2015 New Revision: 1662637 URL: http://svn.apache.org/r1662637 Log: Update Tomcat site for Taglibs 1.2.3 release Modified: tomcat/site/trunk/docs/download-taglibs.html tomcat/site/trunk/docs/taglibs/dependencies.html tomcat/site/trunk/docs/tag

Re: svn commit: r1662537 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/valves/PersistentValve.java test/org/apache/catalina/session/TestPersistentManager.java webapps/docs/changelog.xml

2015-02-26 Thread Felix Schumacher
Am 26. Februar 2015 22:59:11 MEZ, schrieb Christopher Schultz : >Felix, > >On 2/26/15 1:46 PM, fschumac...@apache.org wrote: >> Author: fschumacher >> Date: Thu Feb 26 18:46:17 2015 >> New Revision: 1662537 >> >> URL: http://svn.apache.org/r1662537 >> Log: >> Don't create a session, if none is

[ANN} Apache Standard Taglib 1.2.3 released

2015-02-26 Thread Jeremy Boynes
The Apache Tomcat team announces the immediate availability of Apache Standard Taglib 1.2.3. Apache Standard Taglib is an open source software implementation of the JSP Standard Tag Library (JSTL) technology. This release supports JSTL version 1.2 and includes bug-fixes and improvements on the

[SECURITY] CVE-2015-0254 XXE and RCE via XSL extension in JSTL XML tags

2015-02-26 Thread Jeremy Boynes
CVE-2015-0254 XXE and RCE via XSL extension in JSTL XML tags Severity: Important Vendor: The Apache Software Foundation Versions Affected: Standard Taglibs 1.2.1 The unsupported 1.0.x and 1.1.x versions may also be affected. Description: When an application uses or tags to process untrusted