[Bug 57187] New: OPTIONS * failure

2014-11-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57187 Bug ID: 57187 Summary: OPTIONS * failure Product: Tomcat 8 Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P2

[Bug 57187] OPTIONS * failure

2014-11-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57187 --- Comment #1 from Remy Maucherat --- Additional note: Tomcat 7 returns a response that looks correct: OPTIONS * HTTP/1.1 Host: localhost HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Allow: GET, HEAD, POST, PUT, DELETE, OPTIONS Content-Lengt

svn commit: r1636850 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/mapper/Mapper.java webapps/docs/changelog.xml

2014-11-05 Thread remm
Author: remm Date: Wed Nov 5 10:55:44 2014 New Revision: 1636850 URL: http://svn.apache.org/r1636850 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57187 57187: Add specific handling for special * URL since the new resources don't just ignore it anymore. Modified: tomcat/tc8.0.

svn commit: r1636851 - /tomcat/trunk/java/org/apache/catalina/mapper/Mapper.java

2014-11-05 Thread remm
Author: remm Date: Wed Nov 5 10:56:02 2014 New Revision: 1636851 URL: http://svn.apache.org/r1636851 Log: 57187: Add specific handling for special * URL since the new resources don't just ignore it anymore. Modified: tomcat/trunk/java/org/apache/catalina/mapper/Mapper.java Modified: tomcat

[Bug 57187] OPTIONS * failure

2014-11-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57187 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: [VOTE] Release Apache Tomcat 8.0.15

2014-11-05 Thread Violeta Georgieva
Hi, 2014-11-03 11:51 GMT+02:00 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 > CookieP

[Bug 57190] New: ServletContext.getContext(String) cannot return context when using parallel deployments

2014-11-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57190 Bug ID: 57190 Summary: ServletContext.getContext(String) cannot return context when using parallel deployments Product: Tomcat 7 Version: 7.0.56 Hardware: Macintosh

[Bug 57190] ServletContext.getContext(String) cannot return context when using parallel deployments

2014-11-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57190 Charles changed: What|Removed |Added CC||charles.phillips@performtec

[Bug 51698] ajp CPing/Forward-Request packet forgery, is a design decision? or a security vulnerability?

2014-11-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51698 Christopher Schultz changed: What|Removed |Added CC|13813399...@139.com | -- You are receiving this

[Bug 57190] ServletContext.getContext(String) cannot return context when using parallel deployments

2014-11-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57190 --- Comment #1 from Christopher Schultz --- I'd like to point out that this gets complicated since Tomcat uses session identification to determine which version of the target web application will be used. Since the client likely didn't sen

RE: [Bug 51698] ajp CPing/Forward-Request packet forgery, is a design decision? or a security vulnerability?

2014-11-05 Thread Caldarale, Charles R
> From: bugzi...@apache.org [mailto:bugzi...@apache.org] > Subject: [Bug 51698] ajp CPing/Forward-Request packet forgery, is a design > decision? > or a security vulnerability? > https://issues.apache.org/bugzilla/show_bug.cgi?id=51698 > Christopher Schultz changed: >What|Remo

Re: [VOTE] Release Apache Tomcat 7.0.57

2014-11-05 Thread Mark Thomas
On 03/11/2014 09:52, Violeta Georgieva wrote: > 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/or

[Bug 57190] ServletContext.getContext(String) cannot return context when using parallel deployments

2014-11-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57190 --- Comment #2 from Charles --- Blind redirect isn't an option. We would rather just not use parallel deployments instead. This seams like a limiting factor of the servlet implementation when using parallel deployments. Is there no other

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

2014-11-05 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

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

2014-11-05 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

[jira] [Closed] (MTOMCAT-284) Add a skip parameter to deploy/redeploy/undeploy goals

2014-11-05 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) closed MTOMCAT-284. -- Resolution: Fixed Assignee: Olivier Lamy (*$^¨%`£) applied. Thanks!! >

svn commit: r1637045 - /tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat6/AbstractCatalinaMojo.java

2014-11-05 Thread olamy
Author: olamy Date: Thu Nov 6 05:58:44 2014 New Revision: 1637045 URL: http://svn.apache.org/r1637045 Log: [MTOMCAT-284] Add a skip parameter to deploy/redeploy/undeploy goals Submitted by Dennis Lundberg Modified: tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/main/java/org/apache/tom

[jira] [Closed] (MTOMCAT-112) file path inside ${basedir}/src/main/tomcatconf is not preserved

2014-11-05 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) closed MTOMCAT-112. -- Resolution: Fixed Fix Version/s: 2.3 already fixed > file path inside $

[jira] [Closed] (MTOMCAT-265) tomcatConfigurationFilesDirectory is not implemented

2014-11-05 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) closed MTOMCAT-265. -- Resolution: Duplicate > tomcatConfigurationFilesDirectory is not implemented >

[jira] [Updated] (MTOMCAT-265) tomcatConfigurationFilesDirectory is not implemented

2014-11-05 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) updated MTOMCAT-265: --- Fix Version/s: (was: 3.0) > tomcatConfigurationFilesDirectory is not impl

[jira] [Commented] (MTOMCAT-284) Add a skip parameter to deploy/redeploy/undeploy goals

2014-11-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14199854#comment-14199854 ] Hudson commented on MTOMCAT-284: FAILURE: Integrated in TomcatMavenPlugin-mvn3.x-windows

[jira] [Commented] (MTOMCAT-284) Add a skip parameter to deploy/redeploy/undeploy goals

2014-11-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14199864#comment-14199864 ] Hudson commented on MTOMCAT-284: SUCCESS: Integrated in TomcatMavenPlugin-mvn3.x #288 (Se