On 02/01/2013 09:47 PM, Remy Maucherat wrote:
On Fri, 2012-12-14 at 17:26 +, Mark Thomas wrote:
One issue I'm wondering about is the build system. After all that time,
I've starting using Maven instead of Ant (unbelievable, I know ...), and
while I am fine continuing using existing Ant build
https://issues.apache.org/bugzilla/show_bug.cgi?id=54521
Bug ID: 54521
Summary: DigestAuthenticator: nonceCountValid() fails in case
of simultaneous asynchronous requests of the same
client
Product: Tomcat 7
Versi
https://issues.apache.org/bugzilla/show_bug.cgi?id=51497
--- Comment #3 from Sebb ---
Minor nit: the tests use "assertTrue(result.equals(expected))" throughout.
This will detect errors, but won't show what any detail if anything goes wrong.
It would be better to use "assertEquals(expected, resul
https://issues.apache.org/bugzilla/show_bug.cgi?id=51497
--- Comment #4 from Sebb ---
The private method mayBeIPv6Address counts colons, but fails to check the
value.
Also, there's no need to continue checking characters once an invalid char has
been found.
--
You are receiving this mail becau
https://issues.apache.org/bugzilla/show_bug.cgi?id=54522
Bug ID: 54522
Summary: Add patch binary as prerequisite in BUILDING.txt
Product: Tomcat 8
Version: trunk
Hardware: PC
OS: Windows XP
Status: NEW
Sev
https://issues.apache.org/bugzilla/show_bug.cgi?id=54522
--- Comment #1 from Ognjen Blagojevic ---
Created attachment 29918
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29918&action=edit
Patch
--
You are receiving this mail because:
You are the assignee for the bug.
-
https://issues.apache.org/bugzilla/show_bug.cgi?id=51497
--- Comment #5 from Sebb ---
(In reply to comment #4)
> The private method mayBeIPv6Address counts colons, but fails to check the
> value.
Which means that abcdef:80 is treated as an IPv6 address, and results in a call
to DNS to resolve th
Added: tomcat/trunk/java/org/apache/catalina/storeconfig/StoreLoader.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/storeconfig/StoreLoader.java?rev=1442161&view=auto
==
--- tomcat/trunk/java/
https://issues.apache.org/bugzilla/show_bug.cgi?id=51497
--- Comment #6 from Sebb ---
Also mayBeIPv6Address does not recognise IPv6 scoped addresses (%scope) or IPv4
mapped addresses (e.g. :::d.d.d.d).
--
You are receiving this mail because:
You are the assignee for the bug.
--
https://issues.apache.org/bugzilla/show_bug.cgi?id=51497
--- Comment #7 from Ognjen Blagojevic ---
Sebb,
I will fix problems you noticed, and upload new patch.
--
You are receiving this mail because:
You are the assignee for the bug.
---
Author: kkolinko
Date: Mon Feb 4 20:40:28 2013
New Revision: 1442343
URL: http://svn.apache.org/viewvc?rev=1442343&view=rev
Log:
Followup to r1441889: correct a typo (missing quote)
Modified:
tomcat/native/branches/1.1.x/README.txt
Modified: tomcat/native/branches/1.1.x/README.txt
URL:
htt
Author: kkolinko
Date: Mon Feb 4 20:55:27 2013
New Revision: 1442350
URL: http://svn.apache.org/viewvc?rev=1442350&view=rev
Log:
Catching up with tc6.0.x/trunk
Merged revisions 1408231-141 from tc6.0.x/trunk.
Modified:
tomcat/tc6.0.x/branches/tomcat6-testing/ (props changed)
tomcat
Author: kkolinko
Date: Mon Feb 4 21:05:44 2013
New Revision: 1442355
URL: http://svn.apache.org/viewvc?rev=1442355&view=rev
Log:
Catching up with tc6.0.x/trunk
Merged revisions 1410001-1417000 from tc6.0.x/trunk.
Modified:
tomcat/tc6.0.x/branches/tomcat6-testing/ (props changed)
tomcat
Author: kkolinko
Date: Mon Feb 4 21:10:57 2013
New Revision: 1442360
URL: http://svn.apache.org/viewvc?rev=1442360&view=rev
Log:
Catching up with tc6.0.x/trunk
Merged revisions 1417001-1417825 from tc6.0.x/trunk.
Modified:
tomcat/tc6.0.x/branches/tomcat6-testing/ (props changed)
tomcat
Author: kkolinko
Date: Mon Feb 4 21:22:48 2013
New Revision: 1442369
URL: http://svn.apache.org/viewvc?rev=1442369&view=rev
Log:
Catching up with tc6.0.x/trunk
Merged revisions 1417827-142 from tc6.0.x/trunk.
I am skipping r1417826.
Modified:
tomcat/tc6.0.x/branches/tomcat6-testing/ (p
Author: kkolinko
Date: Mon Feb 4 21:26:36 2013
New Revision: 1442371
URL: http://svn.apache.org/viewvc?rev=1442371&view=rev
Log:
Catching up with tc6.0.x/trunk
Merged revisions 1420001-144 from tc6.0.x/trunk.
Modified:
tomcat/tc6.0.x/branches/tomcat6-testing/ (props changed)
tomcat
Author: kkolinko
Date: Mon Feb 4 21:30:17 2013
New Revision: 1442376
URL: http://svn.apache.org/viewvc?rev=1442376&view=rev
Log:
Catching up with tc6.0.x/trunk
Merged revisions 1440001-1442373 from tc6.0.x/trunk.
Modified:
tomcat/tc6.0.x/branches/tomcat6-testing/ (props changed)
tomcat
Author: kkolinko
Date: Mon Feb 4 21:33:18 2013
New Revision: 1442379
URL: http://svn.apache.org/viewvc?rev=1442379&view=rev
Log:
Update BRANCH-README.txt
Modified:
tomcat/tc6.0.x/branches/tomcat6-testing/BRANCH-README.txt
Modified: tomcat/tc6.0.x/branches/tomcat6-testing/BRANCH-README.txt
U
2013/2/4 Mark Thomas :
> The proposed Apache Tomcat 7.0.36 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.36/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-194/
> The
On 02/05/2013 02:02 AM, Konstantin Kolinko wrote:
2013/2/4 Mark Thomas :
The proposed Apache Tomcat 7.0.36 release is now available for voting.
Tested on WinXP using JDK 6u39 32-bit,
Could you test on some other XP.
I've tested 7.0.36 on Win7/x64 and XPSP3/x86 and everything works fine
Tri
20 matches
Mail list logo