[PATCH] Update Tomcat version to 5 in documents

2003-09-19 Thread Kazuhiro Kazama
Hi, This is a patch which changes Tomcat version strings from "Tomcat 4" to "Tomcat 5" in documents (html-manager-howto.xml, manager-howto.xml and mbeans-descriptor-howto.xml). Could anyone apply this patch to CVS? Kazuhiro Kazama ([EMAIL PROTECTED]) NTT Network Innovation Laboratories

RE: Newbie: minor submission - 4.1.27 admin webapp

2003-09-19 Thread SANTOS, DANIEL (SBCSI)
I finally figured out how to build tomcat (which was a lot of fun :) so I could test my change and it worked great. I did not find a bug in the tomcat admin however, only my config files. A fat-fingered entry cause an exception in the admin tool, the problem was that I couldn't see the root excepti

Re: [VOTE] 5.0.12 stability rating

2003-09-19 Thread Bill Barker
- Original Message - From: "Hans Bergsten" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, September 17, 2003 8:18 PM Subject: Re: [VOTE] 5.0.12 stability rating Remy Maucherat wrote: > > [ ] Alpha > [x] Beta > I've lost the original message

Newbie: minor submission - 4.1.27 admin webapp

2003-09-19 Thread SANTOS, DANIEL (SBCSI)
Hi guys, I'm new here, sorry I haven't gone through all the guidelines and such, just flame me if I'm out of place... I'm working on tracking down an annoying bug that is causing an administrative page to error out when attempting to view the database properties of a data source in a specific cont

DO NOT REPLY [Bug 22833] - Generated SMAP looks wrong

2003-09-19 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://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Generator.java

2003-09-19 Thread kinman
kinman 2003/09/19 16:38:09 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java Log: - Make sure scriptlet declarations get properly mapped. This fixes 22833 Revision ChangesPath 1.211 +7 -6 jakarta-tomcat-jasper/jasper2/src/share/org/apache/ja

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/security SecurityClassLoad.java

2003-09-19 Thread jfarcand
jfarcand2003/09/19 15:03:35 Modified:catalina/src/share/org/apache/catalina/security SecurityClassLoad.java Log: Add missing doPrivileged block Revision ChangesPath 1.10 +13 -4 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalin

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteResponse.java

2003-09-19 Thread jfarcand
jfarcand2003/09/19 15:03:07 Modified:catalina/src/share/org/apache/coyote/tomcat5 CoyoteResponse.java Log: Add missing doPrivileged block Revision ChangesPath 1.9 +45 -13 jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat

Re: Manager deploy when unpackWARs = false

2003-09-19 Thread Amy Roh
> Local deploys do not copy the WAR over. So local deploy is *not* persistant until we implement to save config. This is what I was referring to. > I'm talking about the "Upload a WAR" which will copy the WAR to the appBase. I know this one works. :-) > (please, don't always try to use the on

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/security SecurityClassLoad.java

2003-09-19 Thread jfarcand
jfarcand2003/09/19 14:24:48 Modified:jasper2/src/share/org/apache/jasper/runtime PageContextImpl.java jasper2/src/share/org/apache/jasper/security SecurityClassLoad.java Log: Package protect the class properly. Revis

Re: Manager deploy when unpackWARs = false

2003-09-19 Thread Remy Maucherat
Amy Roh wrote: Of course. It corresponds to using the deploy task. After deploying, the WAR should be in the host appBase. I might be on crack again but my WAR doesn't get copied over to the host appBase (webapps). If I set unpackWARs to true the war gets unpacked into its directory under webap

Re: Manager deploy when unpackWARs = false

2003-09-19 Thread Amy Roh
> Of course. It corresponds to using the deploy task. > After deploying, the WAR should be in the host appBase. I might be on crack again but my WAR doesn't get copied over to the host appBase (webapps). If I set unpackWARs to true the war gets unpacked into its directory under webapps. Amy -

Re: Manager deploy when unpackWARs = false

2003-09-19 Thread Remy Maucherat
Amy Roh wrote: Amy Roh wrote: Deployed webapps don't survive restart if Host unpackWARs is set to false. Is this expected behavior? It works fine for me. Are you using HTMLManager? Of course. It corresponds to using the deploy task. After deploying, the WAR should be in the host appBase. Remy

Re: Manager deploy when unpackWARs = false

2003-09-19 Thread Amy Roh
> Amy Roh wrote: > > Deployed webapps don't survive restart if Host unpackWARs is set to false. > > Is this expected behavior? > > It works fine for me. Are you using HTMLManager? Amy > > If you're using "install" then don't, I've deprecated it (it's been > confusing people), and "deploy" should

Re: Manager deploy when unpackWARs = false

2003-09-19 Thread Remy Maucherat
Amy Roh wrote: Deployed webapps don't survive restart if Host unpackWARs is set to false. Is this expected behavior? It works fine for me. If you're using "install" then don't, I've deprecated it (it's been confusing people), and "deploy" should be used instead. If you want to "save" after an in

Manager deploy when unpackWARs = false

2003-09-19 Thread Amy Roh
Deployed webapps don't survive restart if Host unpackWARs is set to false. Is this expected behavior? Thanks, Amy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/runtime PageContextImpl.java

2003-09-19 Thread jfarcand
jfarcand2003/09/19 12:29:15 Modified:jasper2/src/share/org/apache/jasper/runtime PageContextImpl.java Log: Add missing doPrivileged block. Revision ChangesPath 1.53 +21 -8 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/runtime/

DO NOT REPLY [Bug 18902] - Content Type set to "text/plain" when none explicitly assigned in the servlet

2003-09-19 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 18902] - Content Type set to "text/plain" when none explicitly assigned in the servlet

2003-09-19 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 22867] - Tag handlers can't be inner/nested classes

2003-09-19 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://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Generator.java JspUtil.java

2003-09-19 Thread kinman
kinman 2003/09/19 11:30:10 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java JspUtil.java Log: - When a tag handler class is an inner class, it is specified in the TLD in binary form (Outer$Inner). It needs to be converted to canonical

DO NOT REPLY [Bug 23277] New: - webDAV doesn't install when examples are deselected from installer

2003-09-19 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://nagoya.apache.org/bugzilla/show_bu

[5.0.12] Monday

2003-09-19 Thread Remy Maucherat
As there has been the legal minimum of binding votes, I will announce 5.0.12 beta on Monday, unless the voting goes bad or a major regression is found in the build. Remy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

DO NOT REPLY [Bug 23276] - Coyote Connector Compression does not work under JDK 1.4.0_01

2003-09-19 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 23276] - Coyote Connector Compression does not work under JDK 1.4.0_01

2003-09-19 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 23276] New: - Coyote Connector Compression does not work under JDK 1.4.0_01

2003-09-19 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://nagoya.apache.org/bugzilla/show_bu

error pages

2003-09-19 Thread Arjan Gerritsen
Hi , the next question is bothering me: I want to have custom error pages for my webapp. Well this works: (web.xml of Tomcat) 500 /server_error.html 404 /file_not_found.html But this is for all the webapps on that Tomcat server. I want to specify a spefic one for one application. Whene

DO NOT REPLY [Bug 19312] - Bug in log() of StandardWrapperValve.java in Tomcat 4.1.24

2003-09-19 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21834] - Endless recursion in log() method if Logger is not set

2003-09-19 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://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-catalina/webapps/manager/WEB-INF/classes/org/apache/catalina/manager ManagerServlet.java

2003-09-19 Thread remm
remm2003/09/19 07:17:24 Modified:webapps/manager/WEB-INF/classes/org/apache/catalina/manager ManagerServlet.java Log: - Allow undeploying webapps when docBase isn't in the host appBase: their context file will be removed, but the docBase will not be re

RE: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt

2003-09-19 Thread Larry Isaacs
+1, Thanks. Larry -Original Message- From: Henri Gomez [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 4:49 AM To: Tomcat Developers List Subject: Re: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.2.txt Larry Isaacs a écrit : > Hi Henri, > > The software I work on in my

DO NOT REPLY [Bug 23192] - getRemoteUser() returns null with Authorization header

2003-09-19 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 23267] New: - Manger remove of context deployed as defult webapp gets NPE

2003-09-19 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://nagoya.apache.org/bugzilla/show_bu