DO NOT REPLY [Bug 51276] Startup time is too high if there are few JARs in "lib/" and a few webapps.

2011-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51276 --- Comment #9 from Alex Dupre 2011-06-06 07:04:32 UTC --- Is there an ETA for tomcat 7.0.15? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are th

Re: svn commit: r1132367 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11AprProcessor.java webapps/docs/changelog.xml

2011-06-06 Thread Remy Maucherat
On Sun, 2011-06-05 at 10:21 +, ma...@apache.org wrote: > Author: markt > Date: Sun Jun 5 10:21:25 2011 > New Revision: 1132367 > > URL: http://svn.apache.org/viewvc?rev=1132367&view=rev > Log: > Correctly handle range requests when using sendfile and the APR/native HTTP > connector. > -

svn commit: r1132569 - /tomcat/trunk/test/org/apache/catalina/valves/TesterAccessLogValve.java

2011-06-06 Thread kkolinko
Author: kkolinko Date: Mon Jun 6 10:05:11 2011 New Revision: 1132569 URL: http://svn.apache.org/viewvc?rev=1132569&view=rev Log: Set svn:eol-style=native Fixes bug 51323 reported by sebb Modified: tomcat/trunk/test/org/apache/catalina/valves/TesterAccessLogValve.java (props changed) Prop

DO NOT REPLY [Bug 51323] Svn property fixes

2011-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51323 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Travel Assistance applications now open for ApacheCon NA 2011

2011-06-06 Thread Mladen Turk
The Apache Software Foundation (ASF)'s Travel Assistance Committee (TAC) is now accepting applications for ApacheCon North America 2011, 7-11 November in Vancouver BC, Canada. The TAC is seeking individuals from the Apache community at-large --users, developers, educators, students, Committers, a

Re: svn commit: r1131263 - in /tomcat/trunk: java/org/apache/catalina/session/JDBCStore.java java/org/apache/catalina/session/LocalStrings.properties webapps/docs/changelog.xml webapps/docs/config/man

2011-06-06 Thread Keiichi Fujino
When jdbc-pool or DBCP is used as DB connection pool and removeAbandoned is "true", dbConnection is closed because dbConnection is not returned to the connection pool. And then, dbConnection is acquired again because dbConnection has been already closed. Should I return the connection to the conne

Re: svn commit: r1132487 - in /tomcat/trunk: java/org/apache/coyote/http11/AbstractHttp11Processor.java webapps/docs/changelog.xml

2011-06-06 Thread Tim Funk
Ascii.parseInt can throw a NumberFormatException which should probably be caught and a 400 returned. -Tim On Sun, Jun 5, 2011 at 4:26 PM, wrote: > Author: markt > Date: Sun Jun 5 20:26:37 2011 > New Revision: 1132487 > > URL: http://svn.apache.org/viewvc?rev=1132487&view=rev > Log: > Parse por

DO NOT REPLY [Bug 51283] Session Fixation is solved without an invalidating of an existing HTTP session

2011-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51283 --- Comment #6 from Christopher Schultz 2011-06-06 13:48:07 UTC --- (In reply to comment #5) > I tend to agree: if the users cannot trust the webapp, they should be using > it. Umm... I meant "...should NOT be using it", of course. --

DO NOT REPLY [Bug 51323] Svn property fixes

2011-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51323 --- Comment #2 from Sebb 2011-06-06 14:37:06 UTC --- My checking script detected that the wrong syntax was used for the svn:keywords. The keywords are currently set to "Author Date Id Revision" rather than the correct Author Date Id Rev

Re: svn commit: r1132362 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractHttp11Processor.java Http11AprProcessor.java Http11NioProcessor.java Http11Processor.java

2011-06-06 Thread Mark Thomas
On 06/06/2011 06:54, Konstantin Kolinko wrote: > 2011/6/6 Mark Thomas : >> On 05/06/2011 17:47, Rainer Jung wrote: >> +for (int i = valueL - 1; i > colonPos; i--) { >> +int charValue = HexUtils.getDec(valueB[i + valueS]); > > Any idea, why hex digits (inc

svn commit: r1132700 - in /tomcat/trunk: java/org/apache/coyote/http11/AbstractHttp11Processor.java webapps/docs/changelog.xml

2011-06-06 Thread markt
Author: markt Date: Mon Jun 6 16:53:37 2011 New Revision: 1132700 URL: http://svn.apache.org/viewvc?rev=1132700&view=rev Log: Revert r1132487 and use Konstantin's suggested fix. Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java tomcat/trunk/webapps/docs/ch

svn commit: r1132702 - in /tomcat/trunk/java/org/apache/catalina: realm/RealmBase.java util/HexUtils.java

2011-06-06 Thread markt
Author: markt Date: Mon Jun 6 16:53:58 2011 New Revision: 1132702 URL: http://svn.apache.org/viewvc?rev=1132702&view=rev Log: Only need 1 HexUtils class Removed: tomcat/trunk/java/org/apache/catalina/util/HexUtils.java Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java

Re: svn commit: r1132367 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11AprProcessor.java webapps/docs/changelog.xml

2011-06-06 Thread Mark Thomas
On 06/06/2011 09:01, Remy Maucherat wrote: > On Sun, 2011-06-05 at 10:21 +, ma...@apache.org wrote: >> Author: markt >> Date: Sun Jun 5 10:21:25 2011 >> New Revision: 1132367 >> >> URL: http://svn.apache.org/viewvc?rev=1132367&view=rev >> Log: >> Correctly handle range requests when using send

Re: svn commit: r1131263 - in /tomcat/trunk: java/org/apache/catalina/session/JDBCStore.java java/org/apache/catalina/session/LocalStrings.properties webapps/docs/changelog.xml webapps/docs/config/man

2011-06-06 Thread Mark Thomas
On 06/06/2011 11:59, Keiichi Fujino wrote: > When jdbc-pool or DBCP is used as DB connection pool and > removeAbandoned is "true", > dbConnection is closed because dbConnection is not returned to the > connection pool. > And then, dbConnection is acquired again because dbConnection has been > alrea

Re: svn commit: r1132487 - in /tomcat/trunk: java/org/apache/coyote/http11/AbstractHttp11Processor.java webapps/docs/changelog.xml

2011-06-06 Thread Mark Thomas
On 06/06/2011 13:04, Tim Funk wrote: > Ascii.parseInt can throw a NumberFormatException which should probably be > caught and a 400 returned. Yep. Konstantin pointed out the same issue. Shoudl be fixed now. Mark > > -Tim > > On Sun, Jun 5, 2011 at 4:26 PM, wrote: > >> Author: markt >> Date:

svn commit: r1132703 - in /tomcat/trunk/webapps/docs: changelog.xml logging.xml

2011-06-06 Thread markt
Author: markt Date: Mon Jun 6 17:07:49 2011 New Revision: 1132703 URL: http://svn.apache.org/viewvc?rev=1132703&view=rev Log: Correct doc error reported on users list Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/logging.xml Modified: tomcat/trunk/webapps/d

svn commit: r1132705 - in /tomcat/tc6.0.x/trunk/webapps/docs: changelog.xml logging.xml

2011-06-06 Thread markt
Author: markt Date: Mon Jun 6 17:08:11 2011 New Revision: 1132705 URL: http://svn.apache.org/viewvc?rev=1132705&view=rev Log: CTR Correct doc error reported on users list Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml tomcat/tc6.0.x/trunk/webapps/docs/logging.xml Modified: to

RE: svn commit: r1132367 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11AprProcessor.java webapps/docs/changelog.xml

2011-06-06 Thread Caldarale, Charles R
> From: Mark Thomas [mailto:ma...@apache.org] > Subject: Re: svn commit: r1132367 - in /tomcat/trunk: > java/org/apache/coyote/http11/Http11AprProcessor.java > webapps/docs/changelog.xml > On 06/06/2011 09:01, Remy Maucherat wrote: > > I don't understand, the code reads: > > sendfileData = new

Re: svn commit: r1132367 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11AprProcessor.java webapps/docs/changelog.xml

2011-06-06 Thread Mark Thomas
On 06/06/2011 18:43, Caldarale, Charles R wrote: >> From: Mark Thomas [mailto:ma...@apache.org] >> Subject: Re: svn commit: r1132367 - in /tomcat/trunk: >> java/org/apache/coyote/http11/Http11AprProcessor.java >> webapps/docs/changelog.xml > >> On 06/06/2011 09:01, Remy Maucherat wrote: >>> I d

Re: svn commit: r1132367 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11AprProcessor.java webapps/docs/changelog.xml

2011-06-06 Thread Remy Maucherat
On Mon, 2011-06-06 at 19:15 +0100, Mark Thomas wrote: > Doh. Got it. We do need to modify the length to handle range requests, > but not like that. What's the issue exactly ? When actually sending data, "pos" is set to "start" and the length is used as the usual "end - pos". Rémy -

DO NOT REPLY [Bug 51328] New: StringManager/ResourceBundle parsing error causes webapp deployment to fail on ppc64 gcj

2011-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51328 Bug #: 51328 Summary: StringManager/ResourceBundle parsing error causes webapp deployment to fail on ppc64 gcj Product: Tomcat 6 Version: 6.0.32 Platform: All

Re: svn commit: r1131263 - in /tomcat/trunk: java/org/apache/catalina/session/JDBCStore.java java/org/apache/catalina/session/LocalStrings.properties webapps/docs/changelog.xml webapps/docs/config/man

2011-06-06 Thread Felix Schumacher
Am Montag, den 06.06.2011, 17:56 +0100 schrieb Mark Thomas: > On 06/06/2011 11:59, Keiichi Fujino wrote: > > When jdbc-pool or DBCP is used as DB connection pool and > > removeAbandoned is "true", > > dbConnection is closed because dbConnection is not returned to the > > connection pool. > > And th

DO NOT REPLY [Bug 51328] StringManager/ResourceBundle parsing error causes webapp deployment to fail on ppc64 gcj

2011-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51328 --- Comment #1 from Konstantin Kolinko 2011-06-06 21:01:15 UTC --- What exactly error and stacktrace you are observing? I do not quite get it where invalid values can come from. It it a real use case? Why there is no MissingResourceExcept

DO NOT REPLY [Bug 51324] When OutputBuffer.doFlush gets Exception, doFlush gets stuck to true

2011-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51324 --- Comment #1 from Jeremy Norris 2011-06-07 06:12:53 UTC --- Created attachment 27122 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27122 Patch -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=emai

DO NOT REPLY [Bug 51324] When OutputBuffer.doFlush gets Exception, doFlush gets stuck to true

2011-06-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51324 --- Comment #2 from Jeremy Norris 2011-06-07 06:14:27 UTC --- I'm also experiencing this problem. Attached is a patch implementing both of Bow's suggestions. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=ema

Passive Requestor Profile WS-Federation contribution

2011-06-06 Thread Oliver Wulff
http://zdownload.zurich.com/mailimages/ZHP_MailHeader.gif"; /> Hi there I'd like to extend Tomcat to support the Passive Requestor Profile of WS-Federation and contribute this to the community. What is the approach I should proceed? Shall I log JIRA and apply the "patch" there? Thanks Oliver