Re: cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote Response.java

2003-10-13 Thread Bill Barker
> @@ -510,14 +509,19 @@ >} > >this.contentType = contentType.substring(0, beginCharsetParam); > -String tail = contentType.substring(beginCharsetParam + 1); > +// Trim the semicolon preceding the charset > +int charsetSemi = this.contentType.l

RE: Problems during 5.0.13 startup

2003-10-13 Thread Lenny Karpel
Title: RE: Problems during 5.0.13 startup Enclosed is the server.xml and web.xml files. Let me know if you need anything else. -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 12, 2003 3:01 PM To: Tomcat Developers List Subject: Re: Problems d

DNS name changes to Machine name with Tomcat 4.1.27 - Reason?

2003-10-13 Thread Sridhar R
Hi there, We are facing a problem of Tomcat changing the DNS name (xyz.abc.com) to the internal machine name (machine1.Company.com:). This peculiar behaviour happens only when we do not give index.jsp at the end of the URL. (i.e.) https://xyz.abc.com/context/ - This gets changed to https://machi

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote Response.java

2003-10-13 Thread luehe
luehe 2003/10/13 16:36:23 Modified:coyote/src/java/org/apache/coyote Response.java Log: Support separators other than space preceding "charset=" Revision ChangesPath 1.28 +13 -9 jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/Response.java Ind

Re: cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote Response.java

2003-10-13 Thread Bill Barker
> +/* > + * Remove the charset param (if any) from the Content-Type, and use it > + * to set the response encoding. > + * The most recent response encoding setting will be appended to the > + * response Content-Type (as its charset param) by getCont

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote Response.java

2003-10-13 Thread luehe
luehe 2003/10/13 14:53:45 Modified:coyote/src/java/org/apache/coyote Response.java Log: Fixed Bugtraq 4934442 ("Response Content-Type has no charset even though setCharacterEncoding was called") This fixes the problem where a response char setting via

[ANNOUNCE][DBCP][Pool] Second set of Release Candidates available for the 1.1 releases of Commons DBCP & Pool

2003-10-13 Thread Dirk Verbeeck
There are no significant changes for the commons-pool component. Only the license was updated (apache 1.1 license). The commons-DBCP component had the same license update and also an ant build file correction. Also the following issues were resolved since v1.1RC1: 22776 2003-09-30 NorFIX

DO NOT REPLY [Bug 23766] - cannot configure SSL for form-based authentication

2003-10-13 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

Re: Important requirement : Re: [next] What's next ?

2003-10-13 Thread Craig R. McClanahan
Henri Gomez wrote: CF w3c.org ... relative URIs are relative to the location of the resource within which the entity declaration occurs. http://www.w3.org/TR/REC-xml#sec-external-ent As long as Tomcat uses the Digester.parse() entry point that takes an InputSource, and properly specifies the s

DO NOT REPLY [Bug 23751] - Error with Saving Configuration

2003-10-13 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 23764] - logout in SSO from sessions in 2 or more webapps not working

2003-10-13 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 9340] - Tomcat Service problem

2003-10-13 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_bug

Re: Important requirement : Re: [next] What's next ?

2003-10-13 Thread Henri Gomez
The base should be the location of web.xml (la prochaine fois j'envoie un mail en français :---) +1 ;-) Time for a Tomcat Dev French Forum, to fix these language problems ? ;) - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Important requirement : Re: [next] What's next ?

2003-10-13 Thread Jean-Francois Arcand
Henri Gomez wrote: Remy Maucherat a écrit : Glenn Nielsen wrote: Henri Gomez wrote: Remy Maucherat a écrit : Henri Gomez wrote: No reply for this request ? Should I assume I could start to work on settings the currentWorking dir at web.xml dir location at web.xml parsing time ? I lik

DO NOT REPLY [Bug 9340] - Tomcat Service problem

2003-10-13 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_bug

Re: Important requirement : Re: [next] What's next ?

2003-10-13 Thread Henri Gomez
CF w3c.org ... relative URIs are relative to the location of the resource within which the entity declaration occurs. http://www.w3.org/TR/REC-xml#sec-external-ent - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re: Important requirement : Re: [next] What's next ?

2003-10-13 Thread Henri Gomez
Remy Maucherat a écrit : Glenn Nielsen wrote: Henri Gomez wrote: Remy Maucherat a écrit : Henri Gomez wrote: No reply for this request ? Should I assume I could start to work on settings the currentWorking dir at web.xml dir location at web.xml parsing time ? I like basing the resolution

DO NOT REPLY [Bug 23751] - Error with Saving Configuration

2003-10-13 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 23764] - logout in SSO from sessions in 2 or more webapps not working

2003-10-13 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 23767] - initial location of manager.xml context file not documented

2003-10-13 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 23767] - initial location of manager.xml context file not documented

2003-10-13 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/docs manager-howto.xml

2003-10-13 Thread remm
remm2003/10/13 06:21:20 Modified:webapps/docs manager-howto.xml Log: - Fixed bad location, submitted by Adam Hardy. - Bug 23767. Revision ChangesPath 1.10 +2 -1 jakarta-tomcat-catalina/webapps/docs/manager-howto.xml Index: manager-howto.xml

DO NOT REPLY [Bug 23767] - initial location of manager.xml context file not documented

2003-10-13 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

Re: Important requirement : Re: [next] What's next ?

2003-10-13 Thread Remy Maucherat
Glenn Nielsen wrote: Henri Gomez wrote: Remy Maucherat a écrit : Henri Gomez wrote: No reply for this request ? Should I assume I could start to work on settings the currentWorking dir at web.xml dir location at web.xml parsing time ? I like basing the resolution on the host appBase a lot

Re: Important requirement : Re: [next] What's next ?

2003-10-13 Thread Glenn Nielsen
Henri Gomez wrote: Remy Maucherat a écrit : Henri Gomez wrote: No reply for this request ? Should I assume I could start to work on settings the currentWorking dir at web.xml dir location at web.xml parsing time ? I like basing the resolution on the host appBase a lot more. Well it will be p

Re: Important requirement : Re: [next] What's next ?

2003-10-13 Thread Henri Gomez
Remy Maucherat a écrit : Henri Gomez wrote: Remy Maucherat a écrit : Henri Gomez wrote: No reply for this request ? Should I assume I could start to work on settings the currentWorking dir at web.xml dir location at web.xml parsing time ? I like basing the resolution on the host appBase a

Re: Important requirement : Re: [next] What's next ?

2003-10-13 Thread Remy Maucherat
Henri Gomez wrote: Remy Maucherat a écrit : Henri Gomez wrote: No reply for this request ? Should I assume I could start to work on settings the currentWorking dir at web.xml dir location at web.xml parsing time ? I like basing the resolution on the host appBase a lot more. Well it will be

Re: Important requirement : Re: [next] What's next ?

2003-10-13 Thread Henri Gomez
Remy Maucherat a écrit : Henri Gomez wrote: No reply for this request ? Should I assume I could start to work on settings the currentWorking dir at web.xml dir location at web.xml parsing time ? I like basing the resolution on the host appBase a lot more. Well it will be problematic for all TC

DO NOT REPLY [Bug 23767] - initial location of manager.xml context file not documented

2003-10-13 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 23766] - cannot configure SSL for form-based authentication

2003-10-13 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

Re: Important requirement : Re: [next] What's next ?

2003-10-13 Thread Remy Maucherat
Henri Gomez wrote: No reply for this request ? Should I assume I could start to work on settings the currentWorking dir at web.xml dir location at web.xml parsing time ? I like basing the resolution on the host appBase a lot more. Remy --

DO NOT REPLY [Bug 23767] New: - initial location of manager.xml context file not documented

2003-10-13 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 23764] - logout in SSO from sessions in 2 or more webapps not working

2003-10-13 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 23766] New: - cannot configure SSL for form-based authentication

2003-10-13 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 23764] New: - logout in SSO from sessions in 2 or more webapps not working

2003-10-13 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/src/shell tomcat.sh tomcat.bat

2003-10-13 Thread hgomez
hgomez 2003/10/13 02:45:41 Modified:src/shell tomcat.sh tomcat.bat Log: Add use of endorsed lib in run scripts Revision ChangesPath 1.38 +14 -11jakarta-tomcat/src/shell/tomcat.sh Index: tomcat.sh ===

cvs commit: jakarta-tomcat/proposals/JmxSupport/WEB-INF interceptors.xml

2003-10-13 Thread hgomez
hgomez 2003/10/13 02:45:14 Modified:proposals/JmxSupport/WEB-INF interceptors.xml Log: Fix doc Revision ChangesPath 1.2 +3 -1 jakarta-tomcat/proposals/JmxSupport/WEB-INF/interceptors.xml Index: interceptors.xml ==

cvs commit: jakarta-tomcat/proposals/JmxSupport build.xml

2003-10-13 Thread hgomez
hgomez 2003/10/13 02:45:05 Modified:proposals/JmxSupport build.xml Log: Fix mx4j jar name (1.1.1) Revision ChangesPath 1.2 +1 -1 jakarta-tomcat/proposals/JmxSupport/build.xml Index: build.xml =

cvs commit: jakarta-tomcat/src/build/readme readme.endorsed

2003-10-13 Thread hgomez
hgomez 2003/10/13 02:44:36 Added: src/build/readme readme.endorsed Log: Add comments on endorsed dir Revision ChangesPath 1.1 jakarta-tomcat/src/build/readme/readme.endorsed Index: readme.endorsed

cvs commit: jakarta-tomcat build.xml

2003-10-13 Thread hgomez
hgomez 2003/10/13 02:44:16 Modified:.build.xml Log: Create an empty endorsed directory in lib/ Revision ChangesPath 1.198 +5 -1 jakarta-tomcat/build.xml Index: build.xml === RCS fil

Re: TC 3.3.2-dev and endorsed lib

2003-10-13 Thread Henri Gomez
Bill Barker a écrit : - Original Message - From: "Henri Gomez" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Monday, October 13, 2003 2:09 AM Subject: Re: TC 3.3.2-dev and endorsed lib Bill Barker a écrit : - Original Message - From: "Henri Gomez

Re: TC 3.3.2-dev and endorsed lib

2003-10-13 Thread Bill Barker
- Original Message - From: "Henri Gomez" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Monday, October 13, 2003 2:09 AM Subject: Re: TC 3.3.2-dev and endorsed lib > Bill Barker a écrit : > > > - Original Message - > > From: "Henri Gomez" <[EMAIL PRO

Re: TC 3.3.2-dev and endorsed lib

2003-10-13 Thread Henri Gomez
Bill Barker a écrit : - Original Message - From: "Henri Gomez" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Monday, October 13, 2003 1:28 AM Subject: TC 3.3.2-dev and endorsed lib In TC 4.1.x and 5.0.x there is support for endorsed lib but nothing like thi

Re: TC 3.3.2-dev and endorsed lib

2003-10-13 Thread Bill Barker
- Original Message - From: "Henri Gomez" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Monday, October 13, 2003 1:28 AM Subject: TC 3.3.2-dev and endorsed lib > In TC 4.1.x and 5.0.x there is support for endorsed lib but > nothing like this in tc 3.3.2-dev.

DO NOT REPLY [Bug 23759] - allow web.xml security-constraint to restrict by request-origin-host or used-port

2003-10-13 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 23763] New: - This bugzilla: create a "Documentation" or "website" component

2003-10-13 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 23762] New: - FAIL - Application at context path / could not be started

2003-10-13 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 9362] - compiilation of JSP that includes a non-existant file dies without error message

2003-10-13 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_bug

Re: Important requirement : Re: [next] What's next ?

2003-10-13 Thread Henri Gomez
Henri Gomez a écrit : Remy Maucherat a écrit : Henri Gomez wrote: Henri Gomez a écrit : Note: I really love Xerces' error messages. Great it seems to works with : http://java.sun.com/dtd/web-app_2_3.dtd"; [ %appconf; ] > Servlet 2.4 Examples Servlet 2.4 Examples.

TC 3.3.2-dev and endorsed lib

2003-10-13 Thread Henri Gomez
In TC 4.1.x and 5.0.x there is support for endorsed lib but nothing like this in tc 3.3.2-dev. Since we may have people (including myself), who will have to use SDK 1.4.x with Tomcat 3.3.2, I like to add such feature to Tomcat 3.3.2-dev. I was thinking put the endorsed in lib/endorsed, ie next to l