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

2014-08-28 Thread markt
Author: markt Date: Thu Aug 28 08:03:23 2014 New Revision: 1621087 URL: http://svn.apache.org/r1621087 Log: Increase size of response that is written and reduce data read before client drops the connection in an attempt to get this test passing with APR in Gump. Currently the entire reponse is wri

[Bug 56896] if the url contains %, Tomcat connot receive the request.

2014-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56896 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Bug 56896] if the url contains %2F, Tomcat cannot receive the request.

2014-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56896 Konstantin Kolinko changed: What|Removed |Added Summary|if the url contains %, |if the url contains %2F,

Re: Coverity static analysis scanning

2014-08-28 Thread Freddy Mallet
Hi Guys, I'm the leading the development of the SonarQube platform. If you want any personal login/password to http://nemo.sonarqube.org/ and/or if you want us to tune the set of coding rules used to analyze the Tomcat project, feel free to ping me or Obviously, if you're getting some false-posit

[Bug 56896] if the url contains %2F, Tomcat cannot receive the request.

2014-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56896 chdyan <380994...@qq.com> changed: What|Removed |Added Status|RESOLVED|REOPENED Resolu

[Bug 56896] if the url contains %2F, Tomcat cannot receive the request.

2014-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56896 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

Re: Coverity static analysis scanning

2014-08-28 Thread Felix Schumacher
I'd like to have a look. Am 26.08.2014 um 11:20 schrieb Mark Thomas: All, I have been pinged off-list by Coverity to say that they have set up Tomcat with a free account with their static code analysis service. I think I have the ability to send invitations so if anyone wants to take a look at

Re: Coverity static analysis scanning

2014-08-28 Thread Rainer Jung
Am 28.08.2014 um 21:44 schrieb Felix Schumacher: I'd like to have a look. Invitation sent out. Rainer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[Bug 56890] getRealPath returns null

2014-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56890 --- Comment #3 from f.bant...@axon-e.de --- I have no strong opinion on this. Just a few thoughts: 1. getResource() is fundamental different to getRealPath(). Above all getResource( "/in_war/something" ) would return data whereas getRealPat

[Bug 56890] getRealPath returns null

2014-08-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56890 --- Comment #4 from Remy Maucherat --- +1 for invalid. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr..

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

2014-08-28 Thread Mark Thomas
On 28/08/2014 09:03, ma...@apache.org wrote: > Author: markt > Date: Thu Aug 28 08:03:23 2014 > New Revision: 1621087 > > URL: http://svn.apache.org/r1621087 > Log: > Increase size of response that is written and reduce data read before > client drops the connection in an attempt to get this test