Author: rjung
Date: Fri Jul 24 12:14:05 2009
New Revision: 797425
URL: http://svn.apache.org/viewvc?rev=797425&view=rev
Log:
Correct build.properties.default file name in
more build files and explain more explicit how
the customization files work.
Modified:
tomcat/trunk/build.xml
tomcat/t
On 23.07.2009 20:43, sebb wrote:
> On 23/07/2009, ma...@apache.org wrote:
>> Author: markt
>> Date: Thu Jul 23 17:15:55 2009
>> New Revision: 797151
>>
>> URL: http://svn.apache.org/viewvc?rev=797151&view=rev
>> Log:
>> Correct the file name
>>
>> Modified:
>> tomcat/trunk/build.xml
>>
>
On 24/07/2009, Rainer Jung wrote:
> On 23.07.2009 20:43, sebb wrote:
> > On 23/07/2009, ma...@apache.org wrote:
> >> Author: markt
> >> Date: Thu Jul 23 17:15:55 2009
> >> New Revision: 797151
> >>
> >> URL: http://svn.apache.org/viewvc?rev=797151&view=rev
> >> Log:
> >> Correct the
Author: fhanik
Date: Fri Jul 24 15:24:52 2009
New Revision: 797528
URL: http://svn.apache.org/viewvc?rev=797528&view=rev
Log:
Add in Linux special case for performance optimization around locking.
Set default queue to be the fair one
Remove unused code
Modified:
tomcat/trunk/modules/jdbc-poo
Author: fhanik
Date: Fri Jul 24 15:25:17 2009
New Revision: 797529
URL: http://svn.apache.org/viewvc?rev=797529&view=rev
Log:
update test cases
Modified:
tomcat/trunk/modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/AbandonPercentageTest.java
tomcat/trunk/modules/jdbc-pool/test/org/ap
On 24/07/2009, fha...@apache.org wrote:
> Author: fhanik
> Date: Fri Jul 24 15:25:17 2009
> New Revision: 797529
>
> URL: http://svn.apache.org/viewvc?rev=797529&view=rev
> Log:
> update test cases
>
> Modified:
>
> tomcat/trunk/modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/Abandon
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996
--- Comment #19 from Jerome Louvel 2009-07-24
10:00:31 PST ---
Some Restlet users encountered a very similar issue: their sometimes get
requests with an empty content (the POST/PUT entity is somehow lost).
I was able to reproduce the
https://issues.apache.org/bugzilla/show_bug.cgi?id=47566
--- Comment #1 from Konstantin Kolinko 2009-07-24
10:51:34 PST ---
Thank you for the reminder.
By the way, Ant downloads from downloads.sourceforge.net are currently broken,
because their site does not properly encode URL in Location
Author: kkolinko
Date: Fri Jul 24 18:31:58 2009
New Revision: 797596
URL: http://svn.apache.org/viewvc?rev=797596&view=rev
Log:
Update to NSIS 2.45
https://issues.apache.org/bugzilla/show_bug.cgi?id=47566
This version adds support for the upcoming release of Microsoft Windows 7
Release notes: htt
Author: kkolinko
Date: Fri Jul 24 18:40:55 2009
New Revision: 797600
URL: http://svn.apache.org/viewvc?rev=797600&view=rev
Log:
Temporarily use a mirror, while there is a problem with
downloads.sourceforge.net
https://sourceforge.net/apps/trac/sourceforge/ticket/2628
Modified:
tomcat/trunk/b
On 24/07/2009, fha...@apache.org wrote:
> Author: fhanik
> Date: Fri Jul 24 15:24:52 2009
> New Revision: 797528
>
> URL: http://svn.apache.org/viewvc?rev=797528&view=rev
> Log:
> Add in Linux special case for performance optimization around locking.
> Set default queue to be the fair one
>
Author: kkolinko
Date: Fri Jul 24 18:54:12 2009
New Revision: 797602
URL: http://svn.apache.org/viewvc?rev=797602&view=rev
Log:
proposal
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=
Author: kkolinko
Date: Fri Jul 24 19:00:30 2009
New Revision: 797604
URL: http://svn.apache.org/viewvc?rev=797604&view=rev
Log:
proposal
Modified:
tomcat/current/tc5.5.x/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.tx
https://issues.apache.org/bugzilla/show_bug.cgi?id=47566
--- Comment #2 from Konstantin Kolinko 2009-07-24
12:04:55 PST ---
Applied to trunk, proposed for 5.5 and 6.0.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail beca
Author: markt
Date: Fri Jul 24 19:06:54 2009
New Revision: 797607
URL: http://svn.apache.org/viewvc?rev=797607&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=41824
Need to use canonical rather than binary form when writing code
Modified:
tomcat/trunk/java/org/apache/jasp
Author: markt
Date: Fri Jul 24 19:10:17 2009
New Revision: 797611
URL: http://svn.apache.org/viewvc?rev=797611&view=rev
Log:
Propose fix for 41824
Modified:
tomcat/current/tc5.5.x/STATUS.txt
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apac
https://issues.apache.org/bugzilla/show_bug.cgi?id=41824
--- Comment #2 from Mark Thomas 2009-07-24 12:10:36 PST ---
This has been fixed in trunk and proposed for 5.5.x and 6.0.x
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this
Author: fhanik
Date: Fri Jul 24 19:13:44 2009
New Revision: 797615
URL: http://svn.apache.org/viewvc?rev=797615&view=rev
Log:
Remove a non occuring condition
Modified:
tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/FairBlockingQueue.java
Modified:
tomcat/trunk/modules/jdbc
Author: fhanik
Date: Fri Jul 24 19:15:31 2009
New Revision: 797616
URL: http://svn.apache.org/viewvc?rev=797616&view=rev
Log:
up the version
Modified:
tomcat/trunk/modules/jdbc-pool/build.properties.default
tomcat/trunk/modules/jdbc-pool/sign.sh
Modified: tomcat/trunk/modules/jdbc-pool/b
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996
Filip Hanik changed:
What|Removed |Added
Status|REOPENED|NEEDINFO
--- Comment #20 from Fi
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996
--- Comment #21 from Filip Hanik 2009-07-24 12:52:43 PST
---
Created an attachment (id=24034)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24034)
Output from wireshark, shows no body
Same with an example from Wireshark,
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996
--- Comment #22 from Filip Hanik 2009-07-24 12:54:06 PST
---
(In reply to comment #19)
> Some Restlet users encountered a very similar issue: their sometimes get
> requests with an empty content (the POST/PUT entity is somehow lost).
http://people.apache.org/~fhanik/tomcat/tomcat-5.5/v5.5.28/
I have not run the TCK on this yet
Plan on vote mid to late next week
Filip
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail
Author: fhanik
Date: Fri Jul 24 23:08:32 2009
New Revision: 797686
URL: http://svn.apache.org/viewvc?rev=797686&view=rev
Log:
Add missing files to distribution
Modified:
tomcat/trunk/modules/jdbc-pool/build.xml
Modified: tomcat/trunk/modules/jdbc-pool/build.xml
URL:
http://svn.apache.org/vi
http://people.apache.org/~fhanik/jdbc-pool/v1.0.7/
Same thing here, if all checks out well, plan a vote mid next week
Filip
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...
On 24/07/2009, Filip Hanik - Dev Lists wrote:
> http://people.apache.org/~fhanik/tomcat/tomcat-5.5/v5.5.28/
There is no .zip version of apache-tomcat-5.5.28-fulldocs.tar.gz
The source archives contain the file
container/webapps/admin/images/Thumbs.db
which does not belong in the archive.
Also
how much of that is different from 5.5.27?
Filip
On 07/24/2009 05:44 PM, sebb wrote:
On 24/07/2009, Filip Hanik - Dev Lists wrote:
http://people.apache.org/~fhanik/tomcat/tomcat-5.5/v5.5.28/
There is no .zip version of apache-tomcat-5.5.28-fulldocs.tar.gz
The source archives cont
https://issues.apache.org/bugzilla/show_bug.cgi?id=47576
Summary: Javadoc errors - Exception name misspelt
Product: Tomcat 7
Version: trunk
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority:
https://issues.apache.org/bugzilla/show_bug.cgi?id=47577
Summary: Unused imports and other compilation warnings
Product: Tomcat 7
Version: trunk
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: minor
Priori
https://issues.apache.org/bugzilla/show_bug.cgi?id=47576
--- Comment #1 from Sebb 2009-07-24 17:40:06 PST ---
Created an attachment (id=24036)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24036)
Patch to fix Exception names
--
Configure bugmail: https://issues.apache.org/bugz
30 matches
Mail list logo