svn commit: r667429 - in /tomcat/connectors/trunk/jk/xdocs: miscellaneous/changelog.xml reference/status.xml

2008-06-13 Thread rjung
Author: rjung Date: Fri Jun 13 01:58:37 2008 New Revision: 667429 URL: http://svn.apache.org/viewvc?rev=667429&view=rev Log: "val" attribute numbering in status worker documentation needs to start with 0 instead of 1. Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml

DO NOT REPLY [Bug 45191] Cookie.getValue() returns wrong value

2008-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45191 Filip Hanik <[EMAIL PROTECTED]> changed: What|Removed |Added Resolution|DUPLICATE |INVALID --- C

svn commit: r667604 - /tomcat/trunk/java/org/apache/catalina/session/StandardSession.java

2008-06-13 Thread markt
Author: markt Date: Fri Jun 13 10:43:51 2008 New Revision: 667604 URL: http://svn.apache.org/viewvc?rev=667604&view=rev Log: Fix bug 45195. NPE when calling getAttribute(null). The spec is unclear but this is a regression from 5.0.x Modified: tomcat/trunk/java/org/apache/catalina/session/Stan

Re: svn commit: r667604 - /tomcat/trunk/java/org/apache/catalina/session/StandardSession.java

2008-06-13 Thread Filip Hanik - Dev Lists
hi Mark, can you please update the changelog thanks Filip [EMAIL PROTECTED] wrote: Author: markt Date: Fri Jun 13 10:43:51 2008 New Revision: 667604 URL: http://svn.apache.org/viewvc?rev=667604&view=rev Log: Fix bug 45195. NPE when calling getAttribute(null). The spec is unclear but this is a

DO NOT REPLY [Bug 45202] New: context.xml used from conf/ Catalina and not from deployed web-app

2008-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45202 Summary: context.xml used from conf/Catalina and not from deployed web-app Product: Tomcat 6 Version: 6.0.16 Platform: PC OS/Version: Windows XP Status: NEW

Re: svn commit: r667604 - /tomcat/trunk/java/org/apache/catalina/session/StandardSession.java

2008-06-13 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: hi Mark, can you please update the changelog For trunk? The changelog for trunk hasn't been been kept up to date since it was created. I don't see the point of keeping the trunk changelog updated for changes that will be in 6.0.x. There is some merit if the

DO NOT REPLY [Bug 45202] context.xml used from conf/ Catalina and not from deployed web-app

2008-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45202 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r667622 - in /tomcat: current/tc5.5.x/STATUS.txt tc6.0.x/trunk/STATUS.txt

2008-06-13 Thread markt
Author: markt Date: Fri Jun 13 12:06:13 2008 New Revision: 667622 URL: http://svn.apache.org/viewvc?rev=667622&view=rev Log: Propose fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=45195 Modified: tomcat/current/tc5.5.x/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomc

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

2008-06-13 Thread markt
Author: markt Date: Fri Jun 13 12:07:56 2008 New Revision: 667623 URL: http://svn.apache.org/viewvc?rev=667623&view=rev Log: Comment 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=6676

Re: svn commit: r667604 - /tomcat/trunk/java/org/apache/catalina/session/StandardSession.java

2008-06-13 Thread Filip Hanik - Dev Lists
Mark Thomas wrote: Filip Hanik - Dev Lists wrote: hi Mark, can you please update the changelog For trunk? The changelog for trunk hasn't been been kept up to date since it was created. then we should bring it up to date, and keep it up to date. trunk is no different in terms of changelog,

DO NOT REPLY [Bug 45195] Possible regression issue with HttpSession. getAtttribute()

2008-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45195 --- Comment #2 from Mark Thomas <[EMAIL PROTECTED]> 2008-06-13 12:26:48 PST --- This has been fixed in trunk and proposed for 6.0.x and 5.5.x Thanks for the report. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.

context.xml, hotdeploy

2008-06-13 Thread Fu-Tung Cheng
Hi Mark, Yeah I don't think the cleanup for 42747 will help with this issue. The other thing that I forgot to mention is that the behavior is inconsistent between exploded deployment and war deployment. In war deployment the file will be copied to the conf/Catalina location. In exploded depl

svn commit: r667644 - /tomcat/trunk/java/org/apache/catalina/connector/MapperListener.java

2008-06-13 Thread markt
Author: markt Date: Fri Jun 13 13:40:27 2008 New Revision: 667644 URL: http://svn.apache.org/viewvc?rev=667644&view=rev Log: Another fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=43683 There was a short period where the context didn't appear in the mapper that resulted in some more 4

Re: context.xml, hotdeploy

2008-06-13 Thread Mark Thomas
Fu-Tung Cheng wrote: Would you not consider the inconsistent behavior to be a bug? I do. The clean-up as part of 42747 should take care of that. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

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

2008-06-13 Thread markt
Author: markt Date: Fri Jun 13 13:43:26 2008 New Revision: 667645 URL: http://svn.apache.org/viewvc?rev=667645&view=rev Log: Propose another patch for 43683. 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/

DO NOT REPLY [Bug 43683] Accessing Servlet while Reloading context gives 404 error

2008-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43683 --- Comment #14 from Mark Thomas <[EMAIL PROTECTED]> 2008-06-13 13:44:28 PST --- I have committed another patch to trunk and proposed it for 6.0.x that fixes another source of 404s on reload. The patch is: http://svn.apache.org/viewvc

DO NOT REPLY [Bug 43683] Accessing Servlet while Reloading context gives 404 error

2008-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43683 --- Comment #15 from Mark Thomas <[EMAIL PROTECTED]> 2008-06-13 14:03:11 PST --- I can't reproduce the problem you had with case 3. Have you set the unloadDelay on the context? I have set mine to 2 (20 seconds) for this bug to mak

[Tomcat Wiki] Update of "PoweredBy" by JohnDale

2008-06-13 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 JohnDale: http://wiki.apache.org/tomcat/PoweredBy The comment on the change is: Added RedEndo BMX site to the listing, which uses Tomcat 5.0.28 -

[Tomcat Wiki] Update of "PoweredBy" by JohnDale

2008-06-13 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 JohnDale: http://wiki.apache.org/tomcat/PoweredBy The comment on the change is: Uses tomcat 5.0.28 --

[Tomcat Wiki] Update of "PoweredBy" by JohnDale

2008-06-13 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 JohnDale: http://wiki.apache.org/tomcat/PoweredBy -- http://www.etoo

Re: svn commit: r667604 - /tomcat/trunk/java/org/apache/catalina/session/StandardSession.java

2008-06-13 Thread Tim Funk
Since there was never a release from trunk - there really isn't a change log. When trunk is released as a new branch it should have a RELEASE-NOTES which highlight why its a different branch but maintaining change log for an unreleased version doesn't make much sense to me. -Tim Filip Hanik -

Re: svn commit: r667604 - /tomcat/trunk/java/org/apache/catalina/session/StandardSession.java

2008-06-13 Thread William A. Rowe, Jr.
Tim Funk wrote: Since there was never a release from trunk - there really isn't a change log. When trunk is released as a new branch it should have a RELEASE-NOTES which highlight why its a different branch but maintaining change log for an unreleased version doesn't make much sense to me. Hm