Re: svn commit: r790809 - /tomcat/trunk/webapps/docs/developers.xml

2009-07-06 Thread Rainer Jung
On 03.07.2009 08:55, ma...@apache.org wrote: > Modified: > tomcat/trunk/webapps/docs/developers.xml > + Rainer Jung (rjung): Catalina, Clustering, Connectors Thanks Mark! - To unsubscribe, e-mail: dev-unsubscr...@tomcat

DO NOT REPLY [Bug 47478] New: DeltaSession ignores notifyListenersOnReplication when BackupManager is used.

2009-07-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47478 Summary: DeltaSession ignores notifyListenersOnReplication when BackupManager is used. Product: Tomcat 6 Version: 6.0.20 Platform: All OS/Version: All Status:

[Tomcat Wiki] Update of "SummerOfCode2009" by xxd82329

2009-07-06 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by xxd82329: http://wiki.apache.org/tomcat/SummerOfCode2009 -- 5. Va

svn commit: r791524 - /tomcat/trunk/java/org/apache/catalina/ha/session/DeltaSession.java

2009-07-06 Thread fhanik
Author: fhanik Date: Mon Jul 6 15:45:32 2009 New Revision: 791524 URL: http://svn.apache.org/viewvc?rev=791524&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47478 Patch provided by Keiichi Fujino Modified: tomcat/trunk/java/org/apache/catalina/ha/session/DeltaSession

DO NOT REPLY [Bug 47478] DeltaSession ignores notifyListenersOnReplication when BackupManager is used.

2009-07-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47478 Filip Hanik changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r791526 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-07-06 Thread fhanik
Author: fhanik Date: Mon Jul 6 15:49:29 2009 New Revision: 791526 URL: http://svn.apache.org/viewvc?rev=791526&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=79

Session replication without Apache

2009-07-06 Thread Manu_SF
Hi, I have a working "prototype" tomcat cluster with 2 worker nodes connected to Apache webserver as the Loadbalancer with mod_jk connectors. The session replication works like a charm with these 2 nodes. However, my ultimate goal is to deploy it over a system that does NOT have Apache (Instead

Re: Session replication without Apache

2009-07-06 Thread Mark Thomas
Manu_SF wrote: > Hi, > > I have a working "prototype" tomcat cluster with 2 worker nodes connected to > Apache webserver as the Loadbalancer with mod_jk connectors. The session > replication works like a charm with these 2 nodes. > > However, my ultimate goal is to deploy it over a system that do

Re: Session replication without Apache

2009-07-06 Thread Manu_SF
Oh... Thanks, Mark. markt-2 wrote: > > Manu_SF wrote: >> Hi, >> >> I have a working "prototype" tomcat cluster with 2 worker nodes connected >> to >> Apache webserver as the Loadbalancer with mod_jk connectors. The session >> replication works like a charm with these 2 nodes. >> >> However, m

DO NOT REPLY [Bug 47482] New: HttpServletResponse.sendError( int, String ) does not use the message argument in the Reason-Phrase

2009-07-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47482 Summary: HttpServletResponse.sendError( int, String ) does not use the message argument in the Reason-Phrase Product: Tomcat 5 Version: 5.5.27 Platform: All OS/Version: A

DO NOT REPLY [Bug 47482] HttpServletResponse.sendError( int, String ) does not use the message argument in the Reason-Phrase

2009-07-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47482 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 47482] HttpServletResponse.sendError( int, String ) does not use the message argument in the Reason-Phrase

2009-07-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47482 --- Comment #2 from James Velasco 2009-07-06 12:48:21 PST --- I got it, this is a security fix. Thanks for the response. James -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receivi

svn commit: r791616 - in /tomcat/trunk: java/org/apache/catalina/filters/WebdavFixFilter.java java/org/apache/catalina/valves/WebdavFixValve.java webapps/docs/config/filter.xml webapps/docs/config/val

2009-07-06 Thread markt
Author: markt Date: Mon Jul 6 21:06:13 2009 New Revision: 791616 URL: http://svn.apache.org/viewvc?rev=791616&view=rev Log: Convert the WebDAV fix valve to a filter. Based on a patch provided by Xie Xiaodong as part of GSOC 2009 Added: tomcat/trunk/java/org/apache/catalina/filters/WebdavFixF

svn commit: r791619 - /tomcat/trunk/webapps/docs/config/filter.xml

2009-07-06 Thread markt
Author: markt Date: Mon Jul 6 21:19:39 2009 New Revision: 791619 URL: http://svn.apache.org/viewvc?rev=791619&view=rev Log: Fix copy and paste error Modified: tomcat/trunk/webapps/docs/config/filter.xml Modified: tomcat/trunk/webapps/docs/config/filter.xml URL: http://svn.apache.org/viewvc

DO NOT REPLY [Bug 46085] Session are incorrectly expired due to thread unsafe code

2009-07-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46085 Daniel changed: What|Removed |Added CC||daniel.beier.b...@gmail.com --- Comme

DO NOT REPLY [Bug 46085] Session are incorrectly expired due to thread unsafe code

2009-07-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46085 --- Comment #4 from Mark Thomas 2009-07-06 15:15:42 PST --- Looking at the code, I can't see why syncs shouldn't be necessary. Does this still happen with a Sun JVM? Additionally, if you are worried about correct session expiration yo

svn commit: r791634 - /tomcat/trunk/java/org/apache/catalina/filters/WebdavFixFilter.java

2009-07-06 Thread markt
Author: markt Date: Mon Jul 6 22:20:11 2009 New Revision: 791634 URL: http://svn.apache.org/viewvc?rev=791634&view=rev Log: Make webDAV fix filter more sophisticated. Eventual aim is to provide fixes tailored to whichever broken client is trying to connect. Once I figure out how the client is b

svn commit: r791640 - /tomcat/trunk/java/org/apache/catalina/filters/WebdavFixFilter.java

2009-07-06 Thread markt
Author: markt Date: Mon Jul 6 22:41:38 2009 New Revision: 791640 URL: http://svn.apache.org/viewvc?rev=791640&view=rev Log: XP 32-bit SP3 works with the re-direct Modified: tomcat/trunk/java/org/apache/catalina/filters/WebdavFixFilter.java Modified: tomcat/trunk/java/org/apache/catalina/fil

svn commit: r791641 - /tomcat/trunk/java/org/apache/catalina/filters/WebdavFixFilter.java

2009-07-06 Thread markt
Author: markt Date: Mon Jul 6 22:42:10 2009 New Revision: 791641 URL: http://svn.apache.org/viewvc?rev=791641&view=rev Log: Typo Modified: tomcat/trunk/java/org/apache/catalina/filters/WebdavFixFilter.java Modified: tomcat/trunk/java/org/apache/catalina/filters/WebdavFixFilter.java URL: ht

svn commit: r791643 - /tomcat/trunk/java/org/apache/catalina/filters/WebdavFixFilter.java

2009-07-06 Thread markt
Author: markt Date: Mon Jul 6 22:52:31 2009 New Revision: 791643 URL: http://svn.apache.org/viewvc?rev=791643&view=rev Log: Upper case was a red herring. Thanks to http://greenbytes.de/tech/webdav/webdav-redirector-list.html Modified: tomcat/trunk/java/org/apache/catalina/filters/WebdavFixFi

[PROPOSAL] Remove SVN keywords from JavaDoc

2009-07-06 Thread Konstantin Kolinko
As was written early in this my thread: http://www.nabble.com/Coding-Guidelines%2C-encodings%2C-keywords-td23662661.html (http://markmail.org/thread/d6dsgrsfvnuzclt7) there are problems with Subversion $Date$ keyword: 1. It uses localized names for the month and the day of the week 2. It writes th

Re: [PROPOSAL] Remove SVN keywords from JavaDoc

2009-07-06 Thread Rainer Jung
On 07.07.2009 02:01, Konstantin Kolinko wrote: > As was written early in this my thread: > http://www.nabble.com/Coding-Guidelines%2C-encodings%2C-keywords-td23662661.html > (http://markmail.org/thread/d6dsgrsfvnuzclt7) > > there are problems with Subversion $Date$ keyword: > 1. It uses localized

svn commit: r791666 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-07-06 Thread rjung
Author: rjung Date: Tue Jul 7 01:15:25 2009 New Revision: 791666 URL: http://svn.apache.org/viewvc?rev=791666&view=rev Log: Vote. 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=791666

svn commit: r791670 - /tomcat/current/tc5.5.x/STATUS.txt

2009-07-06 Thread rjung
Author: rjung Date: Tue Jul 7 01:41:55 2009 New Revision: 791670 URL: http://svn.apache.org/viewvc?rev=791670&view=rev Log: Vote. 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.txt?rev=

svn commit: r791671 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/ha/tcp/ java/org/apache/catalina/tribes/transport/

2009-07-06 Thread rjung
Author: rjung Date: Tue Jul 7 01:47:49 2009 New Revision: 791671 URL: http://svn.apache.org/viewvc?rev=791671&view=rev Log: Remove some obsolete (and partially broken) message strings. Backport of r789944 from trunk. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/or

Re: svn commit: r791670 - /tomcat/current/tc5.5.x/STATUS.txt

2009-07-06 Thread Konstantin Kolinko
2009/7/7 : > Author: rjung > Date: Tue Jul  7 01:41:55 2009 > New Revision: 791670 > > URL: http://svn.apache.org/viewvc?rev=791670&view=rev > Log: > Vote. > > Modified: >    tomcat/current/tc5.5.x/STATUS.txt > > @@ -101,8 +101,9 @@ >   Also, I limited the scope of fixcrlf task in package-src-tgz

Re: [PROPOSAL] Remove SVN keywords from JavaDoc

2009-07-06 Thread William A. Rowe, Jr.
Rainer Jung wrote: > > So I like the idea of using Id, but I am open to arguments for dropping it. In httpd, we use; in the reference file, and the tag which is updated in order to determine how far out of sync translations have fallen. So there is one argument for at least one embedded svn pr

svn commit: r791690 - /tomcat/current/tc5.5.x/STATUS.txt

2009-07-06 Thread kkolinko
Author: kkolinko Date: Tue Jul 7 03:29:14 2009 New Revision: 791690 URL: http://svn.apache.org/viewvc?rev=791690&view=rev Log: vote 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.txt?re

svn commit: r791699 - in /tomcat/tc6.0.x/trunk: STATUS.txt build.xml dist.xml res/tomcat.nsi

2009-07-06 Thread mturk
Author: mturk Date: Tue Jul 7 04:51:34 2009 New Revision: 791699 URL: http://svn.apache.org/viewvc?rev=791699&view=rev Log: Backport the new dist patch from trunk Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/build.xml tomcat/tc6.0.x/trunk/dist.xml tomcat/tc6.0.x

svn commit: r791706 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-07-06 Thread mturk
Author: mturk Date: Tue Jul 7 05:14:28 2009 New Revision: 791706 URL: http://svn.apache.org/viewvc?rev=791706&view=rev Log: Update the patch so it includes the new native2ascii Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/vi

Re: svn commit: r788077 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-07-06 Thread Mladen Turk
kkoli...@apache.org wrote: Author: kkolinko * When throwing Non-serializable exception, mark which argument was @@ -163,6 +163,13 @@ 6.0.x version of the patch: http://people.apache.org/~mturk/tomcat/setAttribute.iae.patch +1: mturk + -1: kkolinko: ( + good in general, but +