DO NOT REPLY [Bug 49165] Enhancement - Allow %{TIME_FORMAT}t As Configuration for AccessLogValve

2010-07-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49165 Alexander Shirkov changed: What|Removed |Added AssignedTo|dev@tomcat.apache.org |sgdr...@gmail.com --- Comment

DO NOT REPLY [Bug 49565] Findbugs: Util.specialCharactersRepresentation should be both final and package protected

2010-07-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49565 Jeremy Boynes changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 48967] Externalize Strings "catalina.base" and "catalina.home"

2010-07-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48967 --- Comment #1 from Rainer Jung 2010-07-16 11:32:32 EDT --- Possible patch available for review under http://people.apache.org/~rjung/patches/trunk-catalina_home_base.patch -- Configure bugmail: https://issues.apache.org/bugzilla/userpr

svn commit: r964816 - /tomcat/trunk/webapps/examples/WEB-INF/classes/num/NumberGuessBean.java

2010-07-16 Thread markt
Author: markt Date: Fri Jul 16 14:55:01 2010 New Revision: 964816 URL: http://svn.apache.org/viewvc?rev=964816&view=rev Log: Make the bean Serializable so I can use the example to test/demo session persistence on restart Add required getters/setters Indent using 4 spaces Fix FindBugs warning Mod

Re: Heads up - might need 6.0.29 soon

2010-07-16 Thread jean-frederic clere
On 07/16/2010 01:15 PM, Rainer Jung wrote: > On 16.07.2010 12:30, Mark Thomas wrote: >> On 16/07/2010 08:20, jean-frederic clere wrote: >>> On 07/15/2010 11:10 PM, Mark Thomas wrote: Folks, It looks like we have a regression in the cookie handling. Invalidating the session and t

Re: [PROPOSAL] Change the name of the default host in server.xml

2010-07-16 Thread Pid
On 15 Jul 2010, at 16:32, Tim Funk wrote: > IIRC, there is no requirement. But from a mapping point of view, the name > used should match what the browser is sending in the "Host:" field. Except when the request is deliberately being directed to the defaultHost - which is frequently the case.

Re: Using svn bugtraq?

2010-07-16 Thread Rainer Jung
On 14.07.2010 19:14, Rainer Jung wrote: On 13.07.2010 22:11, Mark Thomas wrote: On 13/07/2010 19:57, Rainer Jung wrote: I had a look at BZ46451. It suggests adding subversion properties to enable the use of subversion bugtraq. This allows a better integration of BZ into subversion commit messag

DO NOT REPLY [Bug 49428] Fix WebDAV mounts from Windows Mini-Redirector clients

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

svn commit: r964780 - in /tomcat/trunk: java/org/apache/catalina/servlets/WebdavServlet.java webapps/docs/changelog.xml

2010-07-16 Thread markt
Author: markt Date: Fri Jul 16 11:59:57 2010 New Revision: 964780 URL: http://svn.apache.org/viewvc?rev=964780&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49428 Add a work-around for the known namespace issues for some Microsoft WebDAV clients. Patch provided by Panagioti

svn commit: r964778 - /tomcat/sandbox/bz-svn/.project

2010-07-16 Thread rjung
Author: rjung Date: Fri Jul 16 11:51:48 2010 New Revision: 964778 URL: http://svn.apache.org/viewvc?rev=964778&view=rev Log: Remove .project. Removed: tomcat/sandbox/bz-svn/.project - To unsubscribe, e-mail: dev-unsubscr...

svn commit: r964777 - /tomcat/sandbox/bz-svn/

2010-07-16 Thread rjung
Author: rjung Date: Fri Jul 16 11:49:10 2010 New Revision: 964777 URL: http://svn.apache.org/viewvc?rev=964777&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=98765 Set svn:ignore Modified: tomcat/sandbox/bz-svn/ (props changed) Propchange: tomcat/sandbox/bz-svn/ -

Re: Heads up - might need 6.0.29 soon

2010-07-16 Thread Rainer Jung
On 16.07.2010 12:30, Mark Thomas wrote: On 16/07/2010 08:20, jean-frederic clere wrote: On 07/15/2010 11:10 PM, Mark Thomas wrote: Folks, It looks like we have a regression in the cookie handling. Invalidating the session and then requesting a new session results in a mal-formed header (in tru

svn commit: r964763 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/loader/LocalStrings.properties java/org/apache/catalina/loader/VirtualWebappLoader.java webapps/docs/changelog.xml

2010-07-16 Thread rjung
Author: rjung Date: Fri Jul 16 11:13:37 2010 New Revision: 964763 URL: http://svn.apache.org/viewvc?rev=964763&view=rev Log: Add support for *.jar pattern in VirtualWebappLoader. Also perform trimming of the tokens. Backport of r958615 except for the removal of the "not for production" warning i

DO NOT REPLY [Bug 49234] JMX Descriptor Modifications

2010-07-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234 --- Comment #63 from chamith buddhika 2010-07-16 06:58:14 EDT --- (In reply to comment #10) > It seems that o.a.Catalina.Core descriptor has got operations containing POJO > objects instead of primitive types which make them inaccessible v

svn commit: r964751 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2010-07-16 Thread rjung
Author: rjung Date: Fri Jul 16 10:58:47 2010 New Revision: 964751 URL: http://svn.apache.org/viewvc?rev=964751&view=rev Log: Fix order when listing Webapp loader search URLs. Backport of r936892 from trunk. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/ca

Re: Heads up - might need 6.0.29 soon

2010-07-16 Thread Mark Thomas
On 16/07/2010 08:20, jean-frederic clere wrote: On 07/15/2010 11:10 PM, Mark Thomas wrote: Folks, It looks like we have a regression in the cookie handling. Invalidating the session and then requesting a new session results in a mal-formed header (in trunk) and I have seen similar reports from

DO NOT REPLY [Bug 49598] Session update fails and adds second cookie header without header name

2010-07-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49598 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Component|Catalina

svn commit: r964733 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/connector/Response.java webapps/docs/changelog.xml

2010-07-16 Thread markt
Author: markt Date: Fri Jul 16 10:26:09 2010 New Revision: 964733 URL: http://svn.apache.org/viewvc?rev=964733&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49598 When updating the session cookie, correctly replace the Set-Cookie header This was a regression in 6.0.28 in the

DO NOT REPLY [Bug 48960] SSI Servlet should support safe configuration

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

svn commit: r964732 - in /tomcat/tc6.0.x/trunk: ./ conf/ java/org/apache/catalina/ssi/ webapps/docs/

2010-07-16 Thread markt
Author: markt Date: Fri Jul 16 10:23:04 2010 New Revision: 964732 URL: http://svn.apache.org/viewvc?rev=964732&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48960 Disable exec in SSI by default and provide new option to enable it Modified: tomcat/tc6.0.x/trunk/ (props

DO NOT REPLY [Bug 49551] When setting absolute path to default context.xml, in ContextConfig.contextConfig() it cannot be found

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

svn commit: r964731 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/startup/ContextConfig.java webapps/docs/changelog.xml

2010-07-16 Thread markt
Author: markt Date: Fri Jul 16 10:12:01 2010 New Revision: 964731 URL: http://svn.apache.org/viewvc?rev=964731&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49551 Allow default context.xml file to be specified using an absolute path Modified: tomcat/tc6.0.x/trunk/ (pr

DO NOT REPLY [Bug 49600] New: Bad exception thrown by ProxyDirContext.lookup

2010-07-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49600 Summary: Bad exception thrown by ProxyDirContext.lookup Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority:

svn commit: r964722 - in /tomcat/trunk/webapps: docs/changelog.xml host-manager/WEB-INF/web.xml host-manager/index.jsp manager/WEB-INF/web.xml manager/index.jsp

2010-07-16 Thread markt
Author: markt Date: Fri Jul 16 09:09:44 2010 New Revision: 964722 URL: http://svn.apache.org/viewvc?rev=964722&view=rev Log: As suggested on the users list, add redirects to the HTML interface to the root of the host-manager and manager applications Added: tomcat/trunk/webapps/host-manager/i

Re: Heads up - might need 6.0.29 soon

2010-07-16 Thread jean-frederic clere
On 07/15/2010 11:10 PM, Mark Thomas wrote: > Folks, > > It looks like we have a regression in the cookie handling. Invalidating > the session and then requesting a new session results in a mal-formed > header (in trunk) and I have seen similar reports from one of our > support customers on 6.0.28.