svn commit: r955920 - in /tomcat/trunk/webapps/docs: changelog.xml jndi-resources-howto.xml

2010-06-18 Thread markt
Author: markt Date: Fri Jun 18 10:18:09 2010 New Revision: 955920 URL: http://svn.apache.org/viewvc?rev=955920view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49436 Correct default for UserDatabase's readonly attribute Modified: tomcat/trunk/webapps/docs/changelog.xml

svn commit: r955925 - in /tomcat/tc6.0.x/trunk/webapps/docs: changelog.xml jndi-resources-howto.xml

2010-06-18 Thread markt
Author: markt Date: Fri Jun 18 10:37:16 2010 New Revision: 955925 URL: http://svn.apache.org/viewvc?rev=955925view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49436 Correct default for UserDatabase's readonly attribute Modified:

DO NOT REPLY [Bug 49436] Documented default for UserDatabase readonly attribute wrong

2010-06-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49436 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

svn commit: r955937 - in /tomcat/trunk: java/org/apache/catalina/filters/RemoteIpFilter.java java/org/apache/catalina/valves/RemoteIpValve.java webapps/docs/config/filter.xml webapps/docs/config/valve

2010-06-18 Thread markt
Author: markt Date: Fri Jun 18 11:19:38 2010 New Revision: 955937 URL: http://svn.apache.org/viewvc?rev=955937view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49443 Use remoteIp... rather then remoteIP... consistently Modified:

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

2010-06-18 Thread markt
Author: markt Date: Fri Jun 18 11:31:53 2010 New Revision: 955945 URL: http://svn.apache.org/viewvc?rev=955945view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 49443] RemoteIpValve : remoteIpHeader vs remoteIPHeader

2010-06-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49443 --- Comment #1 from Mark Thomas ma...@apache.org 2010-06-18 07:33:22 EDT --- Thanks for the report. I've cleaned the code and the docs up for 7.0.x and that will be in 7.0.1 onwards. I have also proposed a patch to clean up 6.0.x. --

DO NOT REPLY [Bug 49464] New: DefaultServlet and CharacterEncoding

2010-06-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49464 Summary: DefaultServlet and CharacterEncoding Product: Tomcat 6 Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement

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

2010-06-18 Thread kkolinko
Author: kkolinko Date: Fri Jun 18 12:38:53 2010 New Revision: 955982 URL: http://svn.apache.org/viewvc?rev=955982view=rev Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r956082 - /tomcat/sandbox/tomcat-oacc/trunk/test/build.xml

2010-06-18 Thread rjung
Author: rjung Date: Fri Jun 18 18:30:17 2010 New Revision: 956082 URL: http://svn.apache.org/viewvc?rev=956082view=rev Log: Let's stick to ISO-8859-1 encoded sources as Tomcat main line does. Actual files are ASCII at the moment. Modified: tomcat/sandbox/tomcat-oacc/trunk/test/build.xml

How can I fetch the web application (context) at runtime?

2010-06-18 Thread dB .
I am trying to write a log4j appender that can put the application name in the log filename (I want a log per web application, without knowing the names of all the web applications upfront). Is there a way to access the context / container / some variable that can give me the name of the web

Re: How can I fetch the web application (context) at runtime?

2010-06-18 Thread Mark Thomas
On 18/06/2010 19:45, dB. wrote: I am trying to write a log4j appender that can put the application name in the log filename (I want a log per web application, without knowing the names of all the web applications upfront). Is there a way to access the context / container / some variable

svn commit: r956143 - in /tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster: MembershipListener.java io/ListenCallback.java

2010-06-18 Thread rjung
Author: rjung Date: Fri Jun 18 23:02:40 2010 New Revision: 956143 URL: http://svn.apache.org/viewvc?rev=956143view=rev Log: Fix missing last lines removed in r956142 due to sed script that didn't handle incomplete lines correctly. Modified:

svn commit: r956144 - /tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/session/DeltaSession.java

2010-06-18 Thread rjung
Author: rjung Date: Fri Jun 18 23:04:46 2010 New Revision: 956144 URL: http://svn.apache.org/viewvc?rev=956144view=rev Log: Fix javadoc. Modified: tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/session/DeltaSession.java Modified:

svn commit: r956145 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session/DeltaSession.java

2010-06-18 Thread rjung
Author: rjung Date: Fri Jun 18 23:10:54 2010 New Revision: 956145 URL: http://svn.apache.org/viewvc?rev=956145view=rev Log: Fix Javadoc. CTR Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session/DeltaSession.java Modified:

svn commit: r956146 - /tomcat/tc5.5.x/trunk/container/modules/ha/src/share/org/apache/catalina/ha/session/DeltaSession.java

2010-06-18 Thread rjung
Author: rjung Date: Fri Jun 18 23:12:58 2010 New Revision: 956146 URL: http://svn.apache.org/viewvc?rev=956146view=rev Log: Fix Javadoc. CTR Modified: tomcat/tc5.5.x/trunk/container/modules/ha/src/share/org/apache/catalina/ha/session/DeltaSession.java Modified:

svn commit: r956147 - /tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/session/DeltaSession.java

2010-06-18 Thread rjung
Author: rjung Date: Fri Jun 18 23:14:46 2010 New Revision: 956147 URL: http://svn.apache.org/viewvc?rev=956147view=rev Log: Javadoc fix. Addition to r956144. Modified: tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/session/DeltaSession.java Modified:

svn commit: r956148 - /tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/session/DeltaManager.java

2010-06-18 Thread rjung
Author: rjung Date: Fri Jun 18 23:18:18 2010 New Revision: 956148 URL: http://svn.apache.org/viewvc?rev=956148view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49170 Do not send duplicated session. Backport of r936777 (trunk), r942701 (TC6) and r942703 (TC 5.5). Modified:

svn commit: r956153 - /tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/session/DeltaManager.java

2010-06-18 Thread rjung
Author: rjung Date: Fri Jun 18 23:24:33 2010 New Revision: 956153 URL: http://svn.apache.org/viewvc?rev=956153view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48717 When a node joins a cluster and it receives all the current sessions, ensure the sessionCreated event is fired

DO NOT REPLY [Bug 49466] New: When boot tomcat in eclipse , the console standard out is red color

2010-06-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49466 Summary: When boot tomcat in eclipse , the console standard out is red color Product: Tomcat 6 Version: 6.0.26 Platform: PC OS/Version: Windows Vista Status:

DO NOT REPLY [Bug 49466] When boot tomcat in eclipse , the console standard out is red color

2010-06-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49466 --- Comment #1 from daizhongde qq413881...@hotmail.com 2010-06-18 21:03:15 EDT --- Created an attachment (id=25616) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=25616) eclipse windows-preferences-run/debug-console eclipse

DO NOT REPLY [Bug 49466] When boot tomcat in eclipse , the console standard out is red color

2010-06-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49466 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|NEW