[Bug 54882] HttpServletRequest.getRequestURI() returns also fragment

2013-05-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54882 --- Comment #9 from Konstantin Preißer --- Sorry - there is a bug in IE, as the W3C working draft for XMLHttpRequest [1] says that the "open() method" must run the following step when resolving the URL: 9. Drop from url. which IE doesn

[Bug 54882] HttpServletRequest.getRequestURI() returns also fragment

2013-05-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54882 --- Comment #8 from Konstantin Preißer --- To follow-up on this report: I tested with current IE 10 and old IE 8 and cannot reproduce the behavior described in this report. When I submit a URL like "test.html#fragment" to a XMLHttpRequest

Re: Automatic deployment changes

2013-05-07 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/05/2013 21:13, Christopher Schultz wrote: > Mark, > > On 5/7/13 8:54 AM, Mark Thomas wrote: >> In an attempt to improve the situation, I have tried to document >> a proposed expected behaviour [4]. > > Cool. Two question: > > 1. What is the di

Re: Automatic deployment changes

2013-05-07 Thread Christopher Schultz
Mark, On 5/7/13 8:54 AM, Mark Thomas wrote: > In an attempt to improve the situation, I have tried to document a > proposed expected behaviour [4]. Cool. Two question: 1. What is the difference between "Y/N" and "-" in a column? Y/N seems to mean "does not matter". Does "-" mean "does not apply"

Re: [VOTE] Release Apache Tomcat 7.0.40

2013-05-07 Thread Christopher Schultz
Mark, On 5/7/13 3:43 PM, Christopher Schultz wrote: > - "Validate" target shows no warnings (though checkstyle is not run for > some reason -- I'll investigate) Okay, checkstyle runs, now nary a warning. -chris signature.asc Description: OpenPGP digital signature

Re: [VOTE] Release Apache Tomcat 7.0.40

2013-05-07 Thread Christopher Schultz
Mark, On 5/5/13 6:44 AM, Mark Thomas wrote: > The proposed Apache Tomcat 7.0.40 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.40/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/org

svn commit: r1480016 - /tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java

2013-05-07 Thread markt
Author: markt Date: Tue May 7 18:46:06 2013 New Revision: 1480016 URL: http://svn.apache.org/r1480016 Log: Typo Modified: tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java Modified: tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java URL: http

Re: [VOTE] Release Apache Tomcat 7.0.40

2013-05-07 Thread Jeanfrancois Arcand
The proposed 7.0.40 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 7.0.40 Stable Tested with Atmosphere Framework both Comet and WebSocket. -- Jeanfrancois - To unsubscribe, e-mail: dev-unsubsc

Re: Automatic deployment changes

2013-05-07 Thread Remy Maucherat
On Tue, 2013-05-07 at 13:54 +0100, Mark Thomas wrote: > What has made changes in this area difficult in the past is a) a lack of > a clear definition as to what the expected behaviour is and b) a lack of > test cases to validate that behaviour. a) is very true ... Anyway, I think it's very good to

[Bug 54703] Nullpointer exception in HttpParser.parseMediaType

2013-05-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54703 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

svn commit: r1479953 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/http/parser/HttpParser.java test/org/apache/tomcat/util/http/parser/TestMediaType.java webapps/docs/changelog.xml

2013-05-07 Thread markt
Author: markt Date: Tue May 7 15:54:36 2013 New Revision: 1479953 URL: http://svn.apache.org/r1479953 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54703 Be tolerant of applications that pass CR or LF in setHeader() values. Fix some whitespace parsing issues idnetifed by the extende

svn commit: r1479951 - in /tomcat/trunk: java/org/apache/tomcat/util/http/parser/HttpParser.java test/org/apache/tomcat/util/http/parser/TestMediaType.java

2013-05-07 Thread markt
Author: markt Date: Tue May 7 15:51:22 2013 New Revision: 1479951 URL: http://svn.apache.org/r1479951 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54703 Be tolerant of applications that pass CR or LF in setHeader() values. Fix some whitespace parsing issues idnetifed by the extende

Automatic deployment changes

2013-05-07 Thread Mark Thomas
There have been a few queries [1], [2] recently and there is a long standard enhancement request [3] regarding automatic deployment. What has made changes in this area difficult in the past is a) a lack of a clear definition as to what the expected behaviour is and b) a lack of test cases to valid

Re: [VOTE] Release Apache Tomcat 7.0.40

2013-05-07 Thread Ognjen Blagojevic
On 5.5.2013 12:44, Mark Thomas wrote: The proposed Apache Tomcat 7.0.40 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.40/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-001/

Re: [VOTE] Release Apache Tomcat 7.0.40

2013-05-07 Thread Violeta Georgieva
2013/5/5 Mark Thomas > > The proposed Apache Tomcat 7.0.40 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.40/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/orgapachetomcat-001/ > Th

Re: svn commit: r1478596 - /tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java

2013-05-07 Thread Mark Thomas
On 07/05/2013 07:19, Konstantin Kolinko wrote: > 2013/5/3 : >> Author: markt >> Date: Thu May 2 22:52:36 2013 >> New Revision: 1478596 >> >> URL: http://svn.apache.org/r1478596 >> Log: >> A little more refactoring to make pulling code up easier >> >> Modified: >> tomcat/trunk/java/org/apache/

svn commit: r1479835 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

2013-05-07 Thread markt
Author: markt Date: Tue May 7 10:02:49 2013 New Revision: 1479835 URL: http://svn.apache.org/r1479835 Log: Fix copy/paste error - thanks kkolinko Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractH

svn commit: r1479807 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ha/deploy/ webapps/docs/ webapps/docs/config/

2013-05-07 Thread kfujino
Author: kfujino Date: Tue May 7 08:36:39 2013 New Revision: 1479807 URL: http://svn.apache.org/r1479807 Log: Avoid FileMessageFactory leak. FileMessageFactory will be removed immediately after receiving the complete WAR file but when failing to receive a FileMessage which was sent dividing, Fil

svn commit: r1479805 - in /tomcat/trunk: java/org/apache/catalina/ha/deploy/FarmWarDeployer.java java/org/apache/catalina/ha/deploy/FileMessageFactory.java java/org/apache/catalina/ha/deploy/mbeans-de

2013-05-07 Thread kfujino
Author: kfujino Date: Tue May 7 08:26:30 2013 New Revision: 1479805 URL: http://svn.apache.org/r1479805 Log: Avoid FileMessageFactory leak. FileMessageFactory will be removed immediately after receiving the complete WAR file but when failing to receive a FileMessage which was sent dividing, Fil