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
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.
> -
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=51323
Konstantin Kolinko changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
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
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
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.
--
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
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
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
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
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
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
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:
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
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
> 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
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
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
-
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
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
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
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
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
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
26 matches
Mail list logo