svn commit: r446486 - in /tomcat: container/tc5.5.x/webapps/docs/changelog.xml jasper/tc5.5.x/src/share/org/apache/jasper/compiler/Generator.java

2006-09-14 Thread markt
Author: markt Date: Thu Sep 14 19:58:40 2006 New Revision: 446486 URL: http://svn.apache.org/viewvc?view=rev&rev=446486 Log: Fix bug 34509. Allow tag names to use full range of characters as defined by the spec. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml tomcat/jasper/

DO NOT REPLY [Bug 34509] - tag names that are xml:Name but not java identifier are not accepted

2006-09-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 34399] - Undeploying fails when context defined in server.xml & server fails to stop

2006-09-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r446457 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/startup/ webapps/docs/ webapps/manager/WEB-INF/classes/org/apache/catalina/manager/

2006-09-14 Thread markt
Author: markt Date: Thu Sep 14 19:01:03 2006 New Revision: 446457 URL: http://svn.apache.org/viewvc?view=rev&rev=446457 Log: Fix bug 34399 - disable the undeploy option if the webapp has not been 'deployed' This occurs, for example, if the webapp is defined in server.xml Modified: tomcat/co

svn commit: r446455 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/session/StoreBase.java

2006-09-14 Thread markt
Author: markt Date: Thu Sep 14 18:59:03 2006 New Revision: 446455 URL: http://svn.apache.org/viewvc?view=rev&rev=446455 Log: Code clean up. No functional change. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/session/StoreBase.java Modified: tomcat/container/tc5.

svn commit: r443470 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-09-14 Thread rjung
Author: rjung Date: Thu Sep 14 14:07:14 2006 New Revision: 443470 URL: http://svn.apache.org/viewvc?view=rev&rev=443470 Log: Add (very) short explanation of activation and error status abbreviations. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/t

Re: Releasing JK 1.2.19

2006-09-14 Thread Rainer Jung
Please open a Bugzilla for an enhancement request. Thanks for pointing it out. David Rees wrote: On 9/14/06, Mladen Turk <[EMAIL PROTECTED]> wrote: > So what do you do when you have multiple virtualhosts mapped to > different workers? Please don't split hair :) In that case use the JkMount/J

Re: Releasing JK 1.2.19

2006-09-14 Thread David Rees
On 9/14/06, Mladen Turk <[EMAIL PROTECTED]> wrote: > So what do you do when you have multiple virtualhosts mapped to > different workers? Please don't split hair :) In that case use the JkMount/JkUnMount combinations to separate the resources served by Httpd. Less than ideal, but this whole i

svn commit: r443436 - /tomcat/connectors/trunk/jk/xdocs/config/workers.xml

2006-09-14 Thread rjung
Author: rjung Date: Thu Sep 14 11:34:08 2006 New Revision: 443436 URL: http://svn.apache.org/viewvc?view=rev&rev=443436 Log: Clarify meaning of default values zero for timeout. Modified: tomcat/connectors/trunk/jk/xdocs/config/workers.xml Modified: tomcat/connectors/trunk/jk/xdocs/config/wor

DO NOT REPLY [Bug 40151] - mod_jk with Apache doesn't handle jsessionid encoded directory URLs

2006-09-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40498] - connection_pool_timeout is not really respected

2006-09-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40151] - mod_jk with Apache doesn't handle jsessionid encoded directory URLs

2006-09-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

PersistentValve and PersistentManager inTomcat 5.5

2006-09-14 Thread Mukesh Punhani
Hello, I was wondering if Dev team could comment on state of PersistentValve and PersistentManager in Tomcat 5.5. Specifically, is it in a stable usable state (discouting for lack of thorugh testing). Also, are we moving in a direction where it might get more attention in future (e.g. more thoroug

Changes to service.bat tomcat 4.1.34

2006-09-14 Thread Peter Rossbach
Hi Mark, I have tested Tomcat 4.1.34 at windows with jdk 1.4.2_12. The service.bat script don't add the %JAVA_HOME%/lib/tools.jar. L80 set PR_CLASSPATH=%CATALINA_HOME%\bin\bootstrap.jar -- set PR_CLASSPATH=%CATALINA_HOME%\bin\bootstrap.jar;%JAVA_HOME%/lib/ tools.jar Can we also change the lin

DO NOT REPLY [Bug 40316] - apachectl -k graceful causes segmentation fault

2006-09-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Releasing JK 1.2.19

2006-09-14 Thread Mladen Turk
David Rees wrote: Have you tried? SetHandler jakarta-servlet The worker used will be the first one in worker.list if you explicitly set the handler. So what do you do when you have multiple virtualhosts mapped to different workers? Please don't split hair :) In that case use the JkM

DO NOT REPLY [Bug 40510] New: - installer does not create shortcuts for all users

2006-09-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40509] New: - Jasper strips off the host part of the file name

2006-09-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37882] - ClassCircularityError when principal included in security policy

2006-09-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40507] - XML validation fails when xmlValidation="true"

2006-09-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40507] New: - XML validation fails when

2006-09-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu