Re: [VOTE] 4.1.31 maintenance release

2004-08-24 Thread Rainer Jung
I think there is no clear explanation of the TC4 support situation on the tomcat web site. Maybe to be fair to users you should start by adding statements, that TC 5 is the preferred version and TC 4 is soon to be supported only for major bugs and security patches. Furthermore you could

[5.5] Release plan

2004-08-24 Thread Remy Maucherat
Hi, I have posted a draft release plan for HEAD, with a proposed version number of 5.5. As with 5.0.x, features will of course continue being added after the initial 5.5.0 tag. Feel free to add stuff to the release plan (maybe I did forget stuff). Yoav, will you do the releases for that branch

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/util ServerInfo.java

2004-08-24 Thread funkman
funkman 2004/08/24 05:25:03 Modified:catalina/src/share/org/apache/catalina/util Tag: TOMCAT_5_0 ServerInfo.java Log: Backport support for version.sh and version.bat to 5.0 Revision ChangesPath No revision No

cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml

2004-08-24 Thread funkman
funkman 2004/08/24 05:30:03 Modified:webapps/docs changelog.xml Log: add version.sh to changelog Revision ChangesPath 1.92 +389 -385 jakarta-tomcat-catalina/webapps/docs/changelog.xml

cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml

2004-08-24 Thread funkman
funkman 2004/08/24 05:31:40 Modified:webapps/docs Tag: TOMCAT_5_0 changelog.xml Log: add version.sh to changelog [backport] Revision ChangesPath No revision No revision 1.70.2.10 +389 -385

RE: [5.5] Release plan

2004-08-24 Thread Shapira, Yoav
Hola, I'll gladly do the releases for the branch. The release plan looks reasonable, I'd +1 it. We'll probably add some text on the goals (more on refactored deployer, enhanced i18n support in Admin, easier build because of refactored dependencies, JDK 1.5 vs. JDK 1.4, etc.), but we can do

cvs commit: jakarta-tomcat-site/xdocs index.xml

2004-08-24 Thread yoavs
yoavs 2004/08/24 05:40:09 Modified:docs index.html xdocsindex.xml Log: Site update to encourage users to upgrade. Revision ChangesPath 1.63 +14 -0 jakarta-tomcat-site/docs/index.html Index: index.html

RE: [VOTE] 4.1.31 maintenance release

2004-08-24 Thread Shapira, Yoav
Hi, You're absolutely right. I've updated the site. I had already updated the STATUS and RELEASE-PLAN pages for the upcoming 5.0.28, so that will show up soon as well. Yoav Shapira Millennium Research Informatics -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent:

Re: [5.5] Release plan

2004-08-24 Thread Remy Maucherat
Shapira, Yoav wrote: Hola, I'll gladly do the releases for the branch. The release plan looks reasonable, I'd +1 it. We'll probably add some text on the goals (more on refactored deployer, enhanced i18n support in Admin, easier build because of refactored dependencies, JDK 1.5 vs. JDK 1.4,

[OT] - anyone wants a gmail invite

2004-08-24 Thread Peter Lin
I normally don't like to post off topic things, but I have a gmail invite. if any of the tomcat-developers want a gmail account, email me directly. peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

DO NOT REPLY [Bug 30814] - Management of the principal in the function org.apache.catalina.security.SecurityUtil.execute()

2004-08-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30814. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

AJP reorganizing sources

2004-08-24 Thread Mladen Turk
Hi, I'd like to reorganize the source code in the j-t-c/ajp. Something like ajp/src and ajp/include seems reasonable to me. Also what to do with the proxy code? It is in the httpd tree now, so we don't need them any more. I was thinking to remove all the sources and make a note that the files are

Re: endorsed directory (WAS: 5.0.28 next week?)

2004-08-24 Thread Jess Holle
Agreed. Isn't the issue that the JAXP in Tomcat's endorsed is incompatible with 1.5? Joseph Shraibman wrote: I don't know why you want to get rid of endorsed. Sure java 5.0 will have an up to date xerces, but it will get out of date in the future, so you might as well keep the endorsed

DO NOT REPLY [Bug 30813] - HTTP POST does not translate URI but GET does

2004-08-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30813. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

startup/Bootstrap.java not loading catalina.properties on shutdown

2004-08-24 Thread Tim Funk
In startup/Bootstrap.java there is: (line 110 in createClassLoader(..)) String value = CatalinaProperties.getProperty(name + .loader); CatalinaProperties is only initialized once, but isn't used on shutdown. This would be a problem, if I try: Server port=${shutdown.port} shutdown=SHUTDOWN

cvs commit: jakarta-servletapi-5/jsr154/src/share/dtd web-app_2_4.xsd

2004-08-24 Thread jfarcand
jfarcand2004/08/24 10:01:34 Modified:jsr154/src/share/dtd web-app_2_4.xsd Log: Update the web-app_2_4.xsd according to the JSR154 maintenance release. o The restriction facet of mime-typeType should be updated from:- xsd:pattern

Re: cvs commit: jakarta-servletapi-5/jsr154/src/share/dtd web-app_2_4.xsd

2004-08-24 Thread Petr Jiricka
Hi, I remember there was an issue that the default DD in conf/web.xml was not valid by the schema - is this change related to that issue? Thanks Petr [EMAIL PROTECTED] wrote: jfarcand2004/08/24 10:01:34 Modified:jsr154/src/share/dtd web-app_2_4.xsd Log: Update the web-app_2_4.xsd

DO NOT REPLY [Bug 30832] New: - Loading resources from a .jar-file requires file-write permission if SecurityManager is installed

2004-08-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30832. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: cvs commit: jakarta-servletapi-5/jsr154/src/share/dtd web-app_2_4.xsd

2004-08-24 Thread Jeanfrancois Arcand
Petr Jiricka wrote: Hi, I remember there was an issue that the default DD in conf/web.xml was not valid by the schema - is this change related to that issue? Yes, this should fix the issue. -- Jeanfrancois Thanks Petr [EMAIL PROTECTED] wrote: jfarcand2004/08/24 10:01:34 Modified:

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup ClassLoaderFactory.java

2004-08-24 Thread amyroh
amyroh 2004/08/24 10:53:52 Modified:catalina/src/share/org/apache/catalina/startup Tag: TOMCAT_5_0 ClassLoaderFactory.java Log: Do not load outdated xml-apis.jar xercesImpl.jar from endorsed if JDK 5.0 is used. Revision ChangesPath No

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup ClassLoaderFactory.java

2004-08-24 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: amyroh 2004/08/24 10:53:52 Modified:catalina/src/share/org/apache/catalina/startup Tag: TOMCAT_5_0 ClassLoaderFactory.java Log: Do not load outdated xml-apis.jar xercesImpl.jar from endorsed if JDK 5.0 is used. I doubt you can use the

cvs commit: jakarta-tomcat-catalina/catalina/src/bin catalina.50.bat catalina.50.sh

2004-08-24 Thread amyroh
amyroh 2004/08/24 10:57:58 Added: catalina/src/bin Tag: TOMCAT_5_0 catalina.50.bat catalina.50.sh Log: Add optional startup scripts to Tomcat_5_0 branch for not loading from endorsed on JDK 5.0. Revision ChangesPath No

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup ClassLoaderFactory.java

2004-08-24 Thread Amy Roh
[EMAIL PROTECTED] wrote: amyroh 2004/08/24 10:53:52 Modified:catalina/src/share/org/apache/catalina/startup Tag: TOMCAT_5_0 ClassLoaderFactory.java Log: Do not load outdated xml-apis.jar xercesImpl.jar from endorsed if JDK 5.0 is used. I doubt

[5.5] Packaging

2004-08-24 Thread Remy Maucherat
I'm planning to do the following changes to packaging: - removing commons-launcher from the final distribution (I see little use of it, since we have good scripts and native wrappers available); it will stay as a dependency to launch stuff during the build process - new release archives based on

RE: [5.5] Packaging

2004-08-24 Thread Shapira, Yoav
Hola, I'm planning to do the following changes to packaging: - removing commons-launcher from the final distribution (I see little use of it, since we have good scripts and native wrappers available); it will stay as a dependency to launch stuff during the build process - new release archives

DO NOT REPLY [Bug 30814] - Management of the principal in the function org.apache.catalina.security.SecurityUtil.execute()

2004-08-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30814. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Someone with karma for JSR154...

2004-08-24 Thread Shapira, Yoav
... please commit http://issues.apache.org/bugzilla/show_bug.cgi?id=29923. It's just a resources file for the examples, a trivial commit, and I'd like to have it on the TOMCAT_5_0 branch (as well as CVS HEAD) for inclusion in 5.0.28. Thanks, Yoav Shapira Millennium Research Informatics

Re: [5.5] Packaging

2004-08-24 Thread Remy Maucherat
Shapira, Yoav wrote: Hola, I'm planning to do the following changes to packaging: - removing commons-launcher from the final distribution (I see little use of it, since we have good scripts and native wrappers available); it will stay as a dependency to launch stuff during the build

cvs commit: jakarta-servletapi-5/jsr154/examples/WEB-INF/classes LocalStrings_pt.properties

2004-08-24 Thread jfarcand
jfarcand2004/08/24 11:38:35 Added: jsr154/examples/WEB-INF/classes LocalStrings_pt.properties Log: Fix for 29923 (added a localized Portuguese version) Submitted by Joao Medeiros (jmedeiros at freenet.co.uk) Revision ChangesPath 1.1

DO NOT REPLY [Bug 29923] - localized resources for example servlets in Portuguese

2004-08-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=29923. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [5.5] Packaging

2004-08-24 Thread Mladen Turk
Shapira, Yoav wrote: What about dropping .tar.gz distros? I realize its files are smaller than zip, but every platform has zip support and I doubt many of our users (who are mostly developers for companies or open-source afficionadoes) are on dialup connections. Alternatively (this is what JonAS

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup ClassLoaderFactory.java

2004-08-24 Thread Remy Maucherat
Amy Roh wrote: [EMAIL PROTECTED] wrote: amyroh 2004/08/24 10:53:52 Modified:catalina/src/share/org/apache/catalina/startup Tag: TOMCAT_5_0 ClassLoaderFactory.java Log: Do not load outdated xml-apis.jar xercesImpl.jar from endorsed if JDK 5.0 is used.

DO NOT REPLY [Bug 30833] New: - response.sendRedirect() does not include port

2004-08-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30833. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: [RESULT] 4.1.31 maintenance release

2004-08-24 Thread Mark Thomas
As I see it there are two largish tasks to be performed before the tag can be added: 1. Convert to the Apache 2 license 2. Update the change log I haven't looked at 1 but there are scripts available so that should be OK. I have played a little with CVS to generate lists of commit comments since

DO NOT REPLY [Bug 30813] - HTTP POST does not translate URI but GET does

2004-08-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30813. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 30833] - request.getServerPort() returns wrong port (WAS: response.sendRedirect() does not include port)

2004-08-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30833. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 30833] - request.getServerPort() returns wrong port (WAS: response.sendRedirect() does not include port)

2004-08-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30833. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 30833] - request.getServerPort() returns wrong port (WAS: response.sendRedirect() does not include port)

2004-08-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30833. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [5.5] Packaging

2004-08-24 Thread Costin Manolache
Remy Maucherat wrote: I'm planning to do the following changes to packaging: - removing commons-launcher from the final distribution (I see little use of it, since we have good scripts and native wrappers available); it will stay as a dependency to launch stuff during the build process - new

Re: [5.5] Packaging

2004-08-24 Thread Costin Manolache
What does that leave us with in terms of distros? Let me try: [Source distros, same as today] - jakarta-tomcat-5.5.0-src.zip - jakarta-tomcat-5.5.0-src.tar.gz [Binary distros] - jakarta-tomcat-5.5.0.zip - for JRE 5.0, no Admin - jakarta-tomcat-5.5.0.tar.gz - for JRE 5.0, no Admin -

Re: [5.5] Packaging

2004-08-24 Thread Costin Manolache
Remy Maucherat wrote: No, you misunderstood. - jakarta-tomcat-5.5.0.zip - for JRE 5.0, no Admin - jakarta-tomcat-5.5.0.tar.gz - for JRE 5.0, no Admin - jakarta-tomcat-5.5.0.exe - for Windows, everything - jakarta-tomcat-5.5.0-compat.zip - for JRE 1.4 (a few additional JARs, not the whole thing)

cvs commit: jakarta-tomcat-catalina/catalina/src/conf web.xml

2004-08-24 Thread luehe
luehe 2004/08/24 15:59:28 Modified:catalina/src/conf web.xml Log: Upgrade to Servlet 2.4 schema Revision ChangesPath 1.42 +4 -4 jakarta-tomcat-catalina/catalina/src/conf/web.xml Index: web.xml

Thomas Kaeslin/Cementia-Trading/Ch/Cement/Lafarge is out of the office.

2004-08-24 Thread thomas . kaeslin
I will be out of the office starting 19.08.2004 and will not return until 30.08.2004. This e-mail is confidential and may contain legally privileged information. If you are not the intended recipient, you should not copy, distribute, disclose or use the information it contains. Please e-mail

Re: cvs commit: jakarta-servletapi-5/jsr154/src/share/dtd web-app_2_4.xsd

2004-08-24 Thread Jan Luehe
Jeanfrancois Arcand wrote: Petr Jiricka wrote: Hi, I remember there was an issue that the default DD in conf/web.xml was not valid by the schema - is this change related to that issue? Yes, this should fix the issue. Also, with the updated schema, it is now possible to upgrade the default

cvs commit: jakarta-tomcat-catalina/catalina/src/conf web.xml

2004-08-24 Thread luehe
luehe 2004/08/24 16:14:51 Modified:catalina/src/conf Tag: TOMCAT_5_0 web.xml Log: Upgrade to Servlet 2.4 schema Revision ChangesPath No revision No revision 1.39.2.1 +4 -4 jakarta-tomcat-catalina/catalina/src/conf/web.xml

Important

2004-08-24 Thread hgomez
-- Virus Warning Message (on uusnwa0p) -- Found virus WORM_NETSKY.Z in file Notice.txt .exe (in Notice.zip) The uncleanable file

DO NOT REPLY [Bug 30684] - jasper2(org.apache.jasper.JspC) requires commos-logging.jar

2004-08-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30684. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: 5.0.28 next week?

2004-08-24 Thread Jan Luehe
Shapira, Yoav wrote: Hola, I'm ready to cut 5.0.28 once the JSP folks are done with their work. I think you guys are actually all done and waiting for me, right? Shall we say this weekend with Friday as the deadline for committing any code on the TOMCAT_5_0 branch? +1. All Jasper critical bugs,