svn commit: r6993 [2/2] - in /dev/tomcat/tomcat-7/v7.0.57: ./ bin/ bin/embed/ bin/extras/ src/

2014-11-03 Thread violetagg
Added: dev/tomcat/tomcat-7/v7.0.57/bin/extras/tomcat-juli-adapters.jar.asc == --- dev/tomcat/tomcat-7/v7.0.57/bin/extras/tomcat-juli-adapters.jar.asc (added) +++ dev/tomcat/tomcat-7/v7.0.57/bin/extras/tomcat-juli-adapters.j

svn commit: r6993 [1/2] - in /dev/tomcat/tomcat-7/v7.0.57: ./ bin/ bin/embed/ bin/extras/ src/

2014-11-03 Thread violetagg
Author: violetagg Date: Mon Nov 3 09:42:00 2014 New Revision: 6993 Log: Stage 7.0.57RC Added: dev/tomcat/tomcat-7/v7.0.57/ dev/tomcat/tomcat-7/v7.0.57/KEYS dev/tomcat/tomcat-7/v7.0.57/README.html dev/tomcat/tomcat-7/v7.0.57/RELEASE-NOTES dev/tomcat/tomcat-7/v7.0.57/bin/ d

[VOTE] Release Apache Tomcat 8.0.15

2014-11-03 Thread Mark Thomas
The proposed Apache Tomcat 8.0.15 release is now available for voting. The main changes since 8.0.14 are: - Add support for RFC6265 cookie parsing and generation. This is currently disabled by default and may be enabled via the CookieProcessor element of a Context. - Add pluggable password der

Re: [VOTE] Release Apache Tomcat 8.0.15

2014-11-03 Thread Mark Thomas
On 03/11/2014 09:51, Mark Thomas wrote: > The proposed Apache Tomcat 8.0.15 release is now available for voting. > > The main changes since 8.0.14 are: > - Add support for RFC6265 cookie parsing and generation. This is > currently disabled by default and may be enabled via the > CookieProcesso

[VOTE] Release Apache Tomcat 7.0.57

2014-11-03 Thread Violeta Georgieva
The proposed Apache Tomcat 7.0.57 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.57/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1026/ The svn tag is: http://svn.apache.org/

Re: [VOTE] Release Apache Tomcat 8.0.15

2014-11-03 Thread Mark Thomas
On 03/11/2014 09:51, Mark Thomas wrote: > The proposed Apache Tomcat 8.0.15 release is now available for voting. > > The main changes since 8.0.14 are: > - Add support for RFC6265 cookie parsing and generation. This is > currently disabled by default and may be enabled via the > CookieProcesso

svn commit: r1636303 - in /tomcat/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2014-11-03 Thread markt
Author: markt Date: Mon Nov 3 09:59:47 2014 New Revision: 1636303 URL: http://svn.apache.org/r1636303 Log: Update for next release Modified: tomcat/trunk/build.properties.default tomcat/trunk/res/maven/mvn.properties.default tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/t

svn commit: r1636324 - in /tomcat/trunk: java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/coyote/http11/upgrade/ java/org/apache/coyote/spdy/ webapps/

2014-11-03 Thread remm
Author: remm Date: Mon Nov 3 11:36:28 2014 New Revision: 1636324 URL: http://svn.apache.org/r1636324 Log: Allow HTTP upgrade process to complete without data corruption when additional content is sent along with the upgrade header. Modified: tomcat/trunk/java/org/apache/coyote/AbstractProto

svn commit: r1636325 - in /tomcat/trunk/test/org/apache/catalina/core: TestStandardContext.java TestStandardWrapper.java

2014-11-03 Thread markt
Author: markt Date: Mon Nov 3 11:42:22 2014 New Revision: 1636325 URL: http://svn.apache.org/r1636325 Log: Reduce boilerplate code. Modified: tomcat/trunk/test/org/apache/catalina/core/TestStandardContext.java tomcat/trunk/test/org/apache/catalina/core/TestStandardWrapper.java Modified:

svn commit: r1636326 - /tomcat/trunk/test/org/apache/catalina/startup/TestContextConfig.java

2014-11-03 Thread markt
Author: markt Date: Mon Nov 3 11:42:50 2014 New Revision: 1636326 URL: http://svn.apache.org/r1636326 Log: Reduce boilerplate code. Modified: tomcat/trunk/test/org/apache/catalina/startup/TestContextConfig.java Modified: tomcat/trunk/test/org/apache/catalina/startup/TestContextConfig.java U

svn commit: r1636329 - in /tomcat/trunk/test/org/apache/coyote: ajp/TestAbstractAjpProcessor.java http11/TestAbstractHttp11Processor.java

2014-11-03 Thread markt
Author: markt Date: Mon Nov 3 11:48:38 2014 New Revision: 1636329 URL: http://svn.apache.org/r1636329 Log: Reduce boilerplate code. Modified: tomcat/trunk/test/org/apache/coyote/ajp/TestAbstractAjpProcessor.java tomcat/trunk/test/org/apache/coyote/http11/TestAbstractHttp11Processor.java

svn commit: r1636337 - /tomcat/trunk/test/org/apache/jasper/compiler/

2014-11-03 Thread markt
Author: markt Date: Mon Nov 3 12:39:01 2014 New Revision: 1636337 URL: http://svn.apache.org/r1636337 Log: Reduce boilerplate code. Modified: tomcat/trunk/test/org/apache/jasper/compiler/TestCompiler.java tomcat/trunk/test/org/apache/jasper/compiler/TestGenerator.java tomcat/trunk/te

svn commit: r1636338 - in /tomcat/trunk/test/org/apache/jasper: runtime/TestJspWriterImpl.java runtime/TestPageContextImpl.java servlet/TestJspServlet.java

2014-11-03 Thread markt
Author: markt Date: Mon Nov 3 12:41:20 2014 New Revision: 1636338 URL: http://svn.apache.org/r1636338 Log: Reduce boilerplate code. Modified: tomcat/trunk/test/org/apache/jasper/runtime/TestJspWriterImpl.java tomcat/trunk/test/org/apache/jasper/runtime/TestPageContextImpl.java tomcat

svn commit: r1636340 - /tomcat/trunk/test/org/apache/jasper/TestJspCompilationContext.java

2014-11-03 Thread markt
Author: markt Date: Mon Nov 3 12:43:36 2014 New Revision: 1636340 URL: http://svn.apache.org/r1636340 Log: (empty) Modified: tomcat/trunk/test/org/apache/jasper/TestJspCompilationContext.java Modified: tomcat/trunk/test/org/apache/jasper/TestJspCompilationContext.java URL: http://svn.apach

svn commit: r1636341 - /tomcat/tc8.0.x/trunk/

2014-11-03 Thread markt
Author: markt Date: Mon Nov 3 12:45:04 2014 New Revision: 1636341 URL: http://svn.apache.org/r1636341 Log: Create Tomcat 8.0.x development branch Added: tomcat/tc8.0.x/trunk/ - copied from r1636340, tomcat/trunk/ - T

svn commit: r1636342 - in /tomcat/site/trunk: docs/svn.html docs/whichversion.html xdocs/svn.xml xdocs/whichversion.xml

2014-11-03 Thread markt
Author: markt Date: Mon Nov 3 12:51:54 2014 New Revision: 1636342 URL: http://svn.apache.org/r1636342 Log: Add initial Tomcat 9 info Modified: tomcat/site/trunk/docs/svn.html tomcat/site/trunk/docs/whichversion.html tomcat/site/trunk/xdocs/svn.xml tomcat/site/trunk/xdocs/whichver

svn commit: r1636345 - in /tomcat/trunk: java/javax/el/ExpressionFactory.java java/org/apache/tomcat/dbcp/dbcp2/PoolingConnection.java test/org/apache/coyote/ajp/TestAbstractAjpProcessor.java

2014-11-03 Thread markt
Author: markt Date: Mon Nov 3 13:10:04 2014 New Revision: 1636345 URL: http://svn.apache.org/r1636345 Log: Fix IDE warnings after switching to Java 8 Modified: tomcat/trunk/java/javax/el/ExpressionFactory.java tomcat/trunk/java/org/apache/tomcat/dbcp/dbcp2/PoolingConnection.java tomc

svn commit: r1636344 - in /tomcat/trunk/res/ide-support/eclipse: eclipse.classpath start-tomcat.launch stop-tomcat.launch

2014-11-03 Thread markt
Author: markt Date: Mon Nov 3 13:09:44 2014 New Revision: 1636344 URL: http://svn.apache.org/r1636344 Log: Eclipse updates for Tomcat 9 (untested) Modified: tomcat/trunk/res/ide-support/eclipse/eclipse.classpath tomcat/trunk/res/ide-support/eclipse/start-tomcat.launch tomcat/trunk/re

svn commit: r1636347 - /tomcat/trunk/TOMCAT-NEXT.txt

2014-11-03 Thread markt
Author: markt Date: Mon Nov 3 13:16:36 2014 New Revision: 1636347 URL: http://svn.apache.org/r1636347 Log: Put the current version of the TODO list in svn. Modified: tomcat/trunk/TOMCAT-NEXT.txt Modified: tomcat/trunk/TOMCAT-NEXT.txt URL: http://svn.apache.org/viewvc/tomcat/trunk/TOMCAT-NE

svn commit: r1636349 - in /tomcat/trunk: BUILDING.txt RELEASE-NOTES RUNNING.txt build.properties.default

2014-11-03 Thread markt
Author: markt Date: Mon Nov 3 13:21:41 2014 New Revision: 1636349 URL: http://svn.apache.org/r1636349 Log: Update top-level files for new Tomcat version Modified: tomcat/trunk/BUILDING.txt tomcat/trunk/RELEASE-NOTES tomcat/trunk/RUNNING.txt tomcat/trunk/build.properties.default

svn commit: r1636350 - /tomcat/trunk/modules/bayeux/

2014-11-03 Thread markt
Author: markt Date: Mon Nov 3 13:25:10 2014 New Revision: 1636350 URL: http://svn.apache.org/r1636350 Log: Drop bayuex module. It never saw a release and has not seen meaningful development for over 3 years. The module remains in 8.0.x/trunk should someone wish to start it up again. Removed:

svn commit: r1636352 - /tomcat/trunk/modules/tomcat-lite/

2014-11-03 Thread markt
Author: markt Date: Mon Nov 3 13:27:33 2014 New Revision: 1636352 URL: http://svn.apache.org/r1636352 Log: Drop tomcat-lite module. It never saw a release and has not seen meaningful development for over 4 years. The module remains in 8.0.x/trunk should someone wish to start it up again. Remove

svn commit: r1636354 - /tomcat/tc8.0.x/branches/

2014-11-03 Thread markt
Author: markt Date: Mon Nov 3 13:52:53 2014 New Revision: 1636354 URL: http://svn.apache.org/r1636354 Log: Add branches dir in case we need it Added: tomcat/tc8.0.x/branches/ - To unsubscribe, e-mail: dev-unsubscr...@tomca

svn commit: r1636362 - in /tomcat/tc7.0.x/trunk: build.properties.default res/maven/mvn.properties.default

2014-11-03 Thread violetagg
Author: violetagg Date: Mon Nov 3 14:21:32 2014 New Revision: 1636362 URL: http://svn.apache.org/r1636362 Log: Prep for next version Modified: tomcat/tc7.0.x/trunk/build.properties.default tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default Modified: tomcat/tc7.0.x/trunk/build.propert

svn commit: r1636366 [2/2] - /tomcat/trunk/webapps/docs/changelog.xml

2014-11-03 Thread markt
Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1636366&r1=1636365&r2=1636366&view=diff == --- tomcat/trunk/webapps/docs/changelog.xml (origi

svn commit: r1636366 [1/2] - /tomcat/trunk/webapps/docs/changelog.xml

2014-11-03 Thread markt
Author: markt Date: Mon Nov 3 14:49:44 2014 New Revision: 1636366 URL: http://svn.apache.org/r1636366 Log: Prep 9.0.c changelog Modified: tomcat/trunk/webapps/docs/changelog.xml - To unsubscribe, e-mail: dev-unsubscr...@to

Tomcat 9 work started

2014-11-03 Thread Mark Thomas
As you may have noticed, I started work on Tomcat 9 earlier today. A quick summary of the changes: - Tomcat 8 trunk has moved in svn to /tomcat/tc8.0.x/trunk - INFRA has been requested to create git mirrors for 8.0.x - Bugzilla project has been created for Tomcat 9 - Basic web site updates have be

[Tomcat Wiki] Update of "TomcatVersions" by markt

2014-11-03 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "TomcatVersions" page has been changed by markt: https://wiki.apache.org/tomcat/TomcatVersions?action=diff&rev1=23&rev2=24 Comment: Add 9.0.x. Update 8.0.x. The "Process" fiel

Re: Tomcat 9 work started

2014-11-03 Thread Rémy Maucherat
2014-11-03 15:52 GMT+01:00 Mark Thomas : > I plan to start work on removing BIO and Comet and refactoring the > connectors next. > > +1 for removing java.io, this connector is a big issue since its compatibility with the advanced features is questionable. Comet can also be removed. Rémy

[Bug 57173] EOFException during annotation scanning

2014-11-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57173 --- Comment #6 from Violeta Georgieva --- I can reproduce the issue: SEVERE: Unable to process Jar entry [ch/qos/logback/core/status/Status.class] from Jar [jar:jndi:/localhost/no-manifest/WEB-INF/lib/com.springsource.ch.qos.logback.core-

JDK 9 Early Access with Project Jigsaw build b36 is available on java.net

2014-11-03 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Mark/Mladen, JDK 9 Early Access with Project Jigsaw build b36 is available on java.net [1] The goal of Project Jigsaw [2] is to design and implement a standard module system for the Java SE Platform, and to apply that system to the Platform itself and to the JDK. As described in JEP 220

Re: [VOTE] Release Apache Tomcat 8.0.15

2014-11-03 Thread Jeanfrancois Arcand
On 2014-11-03, 4:51 AM, Mark Thomas wrote: The proposed 8.0.15 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 8.0.14 Tested Websockets & AsyncContext API. -- Jeanfrancois - To unsubscribe, e

Re: svn commit: r1636347 - /tomcat/trunk/TOMCAT-NEXT.txt

2014-11-03 Thread Christopher Schultz
Mark, On 11/3/14 8:16 AM, ma...@apache.org wrote: > Author: markt > Date: Mon Nov 3 13:16:36 2014 > New Revision: 1636347 > > URL: http://svn.apache.org/r1636347 > Log: > Put the current version of the TODO list in svn. > > Modified: > tomcat/trunk/TOMCAT-NEXT.txt > > Modified: tomcat/trun

Re: Tomcat 9 work started

2014-11-03 Thread Christopher Schultz
Mark, On 11/3/14 9:52 AM, Mark Thomas wrote: > As you may have noticed, I started work on Tomcat 9 earlier today. > > A quick summary of the changes: > - Tomcat 8 trunk has moved in svn to /tomcat/tc8.0.x/trunk > - INFRA has been requested to create git mirrors for 8.0.x > - Bugzilla project has

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

2014-11-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57178 Bug ID: 57178 Summary: Add CorsFilter configuration option to allow requests with Origin "null" Product: Tomcat 8 Version: trunk Hardware: All OS: All

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

2014-11-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57178 --- Comment #1 from Gregor Zurowski --- Created attachment 32185 --> https://issues.apache.org/bugzilla/attachment.cgi?id=32185&action=edit Patch file for Bug #57178 The attached patch adds a new CorsFilter configuration option to explic

[GitHub] tomcat pull request: #57178: Allow CORS requests with Origin value...

2014-11-03 Thread gzurowski
GitHub user gzurowski opened a pull request: https://github.com/apache/tomcat/pull/14 #57178: Allow CORS requests with Origin value "null". Add a new configuration option "cors.allow.nullorigin" for CorsFilter to explicitly allow requests with Origin value "null" (disabled by

Re: Tomcat 9 work started

2014-11-03 Thread Mark Thomas
On 03/11/2014 19:47, Christopher Schultz wrote: > Mark, > > On 11/3/14 9:52 AM, Mark Thomas wrote: >> As you may have noticed, I started work on Tomcat 9 earlier today. >> >> A quick summary of the changes: >> - Tomcat 8 trunk has moved in svn to /tomcat/tc8.0.x/trunk >> - INFRA has been requested

Re: svn commit: r1636347 - /tomcat/trunk/TOMCAT-NEXT.txt

2014-11-03 Thread Rémy Maucherat
2014-11-03 20:45 GMT+01:00 Christopher Schultz : > > + 2. Remove BIO AJP and HTTP connector. > > I wonder about this goal. Something nice about the BIO connectors is > that they tend to "just work" when other connectors are doing wonky > things. Yes, they seriously complicate things like asynchron

svn commit: r1636445 - in /tomcat/trunk: TOMCAT-NEXT.txt webapps/docs/changelog.xml

2014-11-03 Thread markt
Author: markt Date: Mon Nov 3 21:17:14 2014 New Revision: 1636445 URL: http://svn.apache.org/r1636445 Log: Whitespace police Modified: tomcat/trunk/TOMCAT-NEXT.txt tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/TOMCAT-NEXT.txt URL: http://svn.apache.org/viewvc/tomcat/tr

Re: Tomcat 9 work started

2014-11-03 Thread Rémy Maucherat
2014-11-03 22:00 GMT+01:00 Mark Thomas : > The only times I see NIO go awry these days is in the async code and > that is as complex as it is partly to support the continued use of BIO. > > There was a small hack in 7.0.x for async processing, a larger hack in > 8.0.x for non-blocking I/O. I suspe

Re: Tomcat 9 work started

2014-11-03 Thread Christopher Schultz
Rémy, On 11/3/14 4:33 PM, Rémy Maucherat wrote: > 2014-11-03 22:00 GMT+01:00 Mark Thomas : > >> The only times I see NIO go awry these days is in the async code and >> that is as complex as it is partly to support the continued use of BIO. >> >> There was a small hack in 7.0.x for async processin

Re: Tomcat 9 work started

2014-11-03 Thread Mark Thomas
On 03/11/2014 21:33, Rémy Maucherat wrote: > 2014-11-03 22:00 GMT+01:00 Mark Thomas : > >> The only times I see NIO go awry these days is in the async code and >> that is as complex as it is partly to support the continued use of BIO. >> >> There was a small hack in 7.0.x for async processing, a l

[Bug 57180] New: CorsFilter does not support PATCH method

2014-11-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57180 Bug ID: 57180 Summary: CorsFilter does not support PATCH method Product: Tomcat 7 Version: 7.0.56 Hardware: PC OS: Linux Status: NEW Severity: norma

[Bug 57180] CorsFilter does not support PATCH method

2014-11-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57180 Frank Kline changed: What|Removed |Added CC||frank.kl...@gmail.com -- You are re

[Bug 57180] CorsFilter does not support PATCH method

2014-11-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57180 Christopher Schultz changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 57180] CorsFilter does not support PATCH method

2014-11-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57180 Frank Kline changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug 57141] JSP 2.3 & EL 3.0 Spec conflict w/Static Fields, Methods, etc.

2014-11-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57141 --- Comment #7 from Arthur Fiedler --- Just to throw my two cents in, I think the future JSP spec should be to modify the ScopedAttributeELResolver so it only sets the "propertyResolved" when it is in fact found, and add two additional stan

[GUMP@vmgump]: Project tomcat-trunk-validate-eoln (in module tomcat-trunk) failed

2014-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-trunk-validate-eoln has an issue affecting its community integrati

[Bug 57142] JSP 2.3 & EL 3.0 - %page import directive & EL ImportHandler

2014-11-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57142 --- Comment #4 from Arthur Fiedler --- I think it would be fair to say to merge the two statements. JSP spec says as you stated, "Packages java.lang.*, javax.servlet.*, javax.servlet.jsp.*, and javax.servlet.http.* are imported implicitly b

[GUMP@vmgump]: Project tomcat-trunk (in module tomcat-trunk) failed

2014-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-trunk has an issue affecting its community integration. This issue

Re: Tomcat 9 work started

2014-11-03 Thread Filip Hanik
I honestly don't see the value of keeping BIO around. At this point in time, there can be little else other than an emotional attachment to it. As mentioned in this thread, the APIs and need for more functionality in the connectors have rendered the BIO connector obsolete. If we believe that a Tomc

[Bug 57173] EOFException during annotation scanning

2014-11-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57173 --- Comment #7 from Peter --- In my installation unpackWARs is also set to false: -- You are receiving this mail because: You are the assignee for the bug. - To unsubs

Re: Tomcat 9 work started

2014-11-03 Thread Rainer Jung
Am 03.11.2014 um 22:00 schrieb Mark Thomas: On 03/11/2014 19:47, Christopher Schultz wrote: Mark, On 11/3/14 9:52 AM, Mark Thomas wrote: As you may have noticed, I started work on Tomcat 9 earlier today. A quick summary of the changes: - Tomcat 8 trunk has moved in svn to /tomcat/tc8.0.x/trun