cvs commit: jakarta-tomcat-connectors/jk/native/netscape nsapi.dsp

2005-01-03 Thread mturk
mturk 2005/01/03 00:31:37 Modified:jk/native/netscape nsapi.dsp Log: Update build files for SunONE/iPlanet Revision ChangesPath 1.9 +18 -9 jakarta-tomcat-connectors/jk/native/netscape/nsapi.dsp Index: nsapi.dsp

cvs commit: jakarta-tomcat-connectors/jk/native/netscape jk_nsapi_plugin.c

2005-01-03 Thread mturk
mturk 2005/01/03 00:32:54 Modified:jk/native/netscape jk_nsapi_plugin.c Log: Set retries config value before calling service Revision ChangesPath 1.16 +3 -2 jakarta-tomcat-connectors/jk/native/netscape/jk_nsapi_plugin.c Index: jk_nsapi_plugin.c

[GUMP@brutus]: Project jakarta-tomcat-jk-native (in module jakarta-tomcat-connectors) failed

2005-01-03 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-jk-native has an issue affecting its community integration. This

Re: adding features to Status servlet

2005-01-03 Thread Peter Lin
that sounds great. does it have support for sysinfo? if it does, I'll try using your apr-java package. peter On Sat, 01 Jan 2005 15:18:39 +0100, Mladen Turk [EMAIL PROTECTED] wrote: Costin Manolache wrote: Well, I'm working over a year now on a project that I've called apr-java. This is

Re: adding features to Status servlet

2005-01-03 Thread Mladen Turk
Peter Lin wrote: that sounds great. does it have support for sysinfo? if it does, I'll try using your apr-java package. No, but it's up to us to decide what will go inside. APR is included, but I wish to leave that as open as it could be. It already have win32.c,unix.c and netware.c files for

Re: adding features to Status servlet

2005-01-03 Thread Peter Lin
sysinfo on unix/linux should be pretty easy. I've used windows performance stats before when i tried to write the equivalent of the status servlet for IIS. I will try to write an exe named sysinfo that spits out similar performance stats. how can I help mladen? peter On Mon, 03 Jan 2005

RE: adding features to Status servlet

2005-01-03 Thread Benson Margulies
For systems with a /proc file system with these statistics, this doesn't require any JNI ... -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Monday, January 03, 2005 10:04 AM To: Tomcat Developers List Subject: Re: adding features to Status servlet sysinfo on

[Q] TC 5.5.x/TC 5.0.x

2005-01-03 Thread Stephane Bailliez
Could you guys clarify a bit the development effort on TC 5 ? (Note: i'm asking the question since I was unable to find such info on the ml archive despite the TC5.5 thread many moons ago) I'd appreciate to know what I can recommend as a Servlet 2.4/ JSP 2.0 production ready container. AFAIK

Re: [Q] TC 5.5.x/TC 5.0.x

2005-01-03 Thread Remy Maucherat
Stephane Bailliez wrote: Could you guys clarify a bit the development effort on TC 5 ? (Note: i'm asking the question since I was unable to find such info on the ml archive despite the TC5.5 thread many moons ago) I'd appreciate to know what I can recommend as a Servlet 2.4/ JSP 2.0 production

DO NOT REPLY [Bug 32811] - sendRedirect does not commit

2005-01-03 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=32811. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: Fwd: XSS in Jakarta Tomcat 5.5.6

2005-01-03 Thread Remy Maucherat
Erik Abele wrote: not acked, just fwd'ing... The issues mentioned in this email are very minor so - tomcat-dev. Begin forwarded message: From: Oliver Karow [EMAIL PROTECTED] Date: 3. Januar 2005 12:29:12 MEZ To: [EMAIL PROTECTED] Subject: XSS in Jakarta Tomcat 5.5.6 Hello and a happy new year,

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

2005-01-03 Thread remm
remm2005/01/03 08:09:26 Modified:webapps/manager/WEB-INF/classes/org/apache/catalina/manager LocalStrings.properties ManagerServlet.java Log: - 32777: Fail if application isn't configured properly. - Submitted by Gabriele Garuglieri. Revision

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup HostConfig.java LocalStrings.properties

2005-01-03 Thread remm
remm2005/01/03 08:10:19 Modified:catalina/src/share/org/apache/catalina/startup HostConfig.java LocalStrings.properties Log: - 32771: Cannot undeploy/deploy misconfigured app after tomcat startup. - Submitted by Gabriele Garuglieri. Revision

DO NOT REPLY [Bug 32771] - Cannot undeploy/deploy misconfigured app after tomcat startup

2005-01-03 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=32771. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 32777] - ManagerServlet returns OK also when deploy fails

2005-01-03 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=32777. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: Fwd: XSS in Jakarta Tomcat 5.5.6

2005-01-03 Thread Mark Thomas
Remy Maucherat wrote: Erik Abele wrote: not acked, just fwd'ing... The issues mentioned in this email are very minor so - tomcat-dev. Begin forwarded message: From: Oliver Karow [EMAIL PROTECTED] Date: 3. Januar 2005 12:29:12 MEZ To: [EMAIL PROTECTED] Subject: XSS in Jakarta Tomcat 5.5.6 Hello

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/ant BaseRedirectorHelperTask.java UndeployTask.java AbstractCatalinaTask.java ValidatorTask.java

2005-01-03 Thread remm
remm2005/01/03 08:21:21 Modified:catalina/src/share/org/apache/catalina/ant UndeployTask.java AbstractCatalinaTask.java ValidatorTask.java Added: catalina/src/share/org/apache/catalina/ant BaseRedirectorHelperTask.java Log:

DO NOT REPLY [Bug 32800] - Add Redirector and failOnError support for Catalina Ant tasks

2005-01-03 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=32800. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: adding features to Status servlet

2005-01-03 Thread Remy Maucherat
Mladen Turk wrote: Peter Lin wrote: I'm thinking of adding system load stats to the status servlet. What do other's think about it? It would use JNI to call a native lib and it would only work on unix, but it would be good to have. Well, I'm working over a year now on a project that I've called

DO NOT REPLY [Bug 32519] - Processing of multipart/form-data request failed

2005-01-03 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=32519. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 32519] - Processing of multipart/form-data request failed

2005-01-03 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=32519. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

[PATCH jakarta-servletapi-5] Re: Fwd: XSS in Jakarta Tomcat 5.5.6

2005-01-03 Thread Mark Thomas
Patches to fix the minor XSS issues in the examples are below. I would be grateful if someone with jakarta-servletapi-5 karama could commit these. Cheers, Mark Index: jsr152/examples/jsp2/el/functions.jsp === RCS file:

Re: [Q] TC 5.5.x/TC 5.0.x

2005-01-03 Thread Stephane Bailliez
Remy Maucherat wrote: Stephane Bailliez wrote: AFAIK development effort is focused on 5.5.x and some stuff backported in 5.0.x. Until what point is it reasonable to expect something on the 5.0.x branch ? Did you agree on a pseudo milestone to drop support ? Branches are supported as long as

Next release?

2005-01-03 Thread Yoav Shapira
Hi, Happy new year everyone ;) I just got back from vacation and don't have time to read all the archives. What's the feeling as to a good time for the next 5.5 release? Yoav - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: adding features to Status servlet

2005-01-03 Thread Peter Lin
hey mladen, is apr-java available in the normal APR distribution? peter On Mon, 03 Jan 2005 15:55:44 +0100, Mladen Turk [EMAIL PROTECTED] wrote: Peter Lin wrote: that sounds great. does it have support for sysinfo? if it does, I'll try using your apr-java package. No, but it's up

DO NOT REPLY [Bug 32834] - Tomcat 5.0.28 shows a Blank Page

2005-01-03 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=32834. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 32811] - sendRedirect does not commit

2005-01-03 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=32811. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 32814] - Tomcat 5.0.27 refuses connection if secure cookie in session?

2005-01-03 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=32814. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 32828] - Untidy undeploy - needs a restart to fix

2005-01-03 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=32828. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 32854] - CGIServlet waits for child process to be finished. (using fork in perl cgi)

2005-01-03 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=32854. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 32589] - getter Exception where setter has the wrong signature

2005-01-03 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=32589. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: Next release?

2005-01-03 Thread Remy Maucherat
Yoav Shapira wrote: Hi, Happy new year everyone ;) I just got back from vacation and don't have time to read all the archives. What's the feeling as to a good time for the next 5.5 release? I know there's still some deployer related troubles with 5.5.6. That should be ok now. Rémy

DO NOT REPLY [Bug 32883] - order of Resource/ResourceParams in server.xml matters, shouldn't

2005-01-03 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=32883. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: adding features to Status servlet

2005-01-03 Thread Costin Manolache
Why don't you check in some of this to j-t-c or some 'proposal' area ? AFAIK apr has a lot of functionality, but not everything is included. It would be nice if it is not limited to apr. Usually with JNI the hardest part is to build, distribute and then set it up and debug ld_library_path issues.

Re: adding features to Status servlet

2005-01-03 Thread Costin Manolache
Benson Margulies wrote: For systems with a /proc file system with these statistics, this doesn't require any JNI ... Yes, there are a lot of ways to workaround java limitations. /proc is one. But even on linux, a lot is not exposed via /proc, but ioctl. I guess the goal is not to implement

DO NOT REPLY [Bug 32926] New: - Disable HTTP methods PUT and DELETE

2005-01-03 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=32926. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: adding features to Status servlet

2005-01-03 Thread Peter Lin
So which way would be best/better to proceed? Since mladen has his apr-java stuff, would it make sense to do this? 1. write native windows dll 2. write apr component 3. use apr-java to wrap apr 4. wrap apr-java with mbeans or 1. write apr component to call system level API 2. use apr-java to

cvs commit: jakarta-tomcat-site

2005-01-03 Thread Mark Thomas
Second and final part 1.27 +199 -184 jakarta-tomcat-site/docs/irc.html Index: irc.html === RCS file: /home/cvs/jakarta-tomcat-site/docs/irc.html,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26

DO NOT REPLY [Bug 30135] - Chunked Transfer Encoding should ignore Content Length

2005-01-03 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=30135. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 30135] - Chunked Transfer Encoding should ignore Content Length

2005-01-03 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=30135. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Doc update to remove references to nagoya and jakarta website spring clean

2005-01-03 Thread Mark Thomas
All, I plan to do the following to remove the remaining references to nagoya in various urls throughout the Tomcat documentation. For 5.5.x, 5.0.x, 4.1.x and 3.3.x - Update the html directly to fix the urls in the current documentation - Update CVS so any future releases will also be correct For

cvs commit: jakarta-tomcat-catalina/webapps/docs tomcat-docs.xsl

2005-01-03 Thread markt
markt 2005/01/03 14:37:38 Modified:webapps/docs tomcat-docs.xsl Log: Remove references to nagoya from 5.5.x branch documentation Revision ChangesPath 1.10 +2 -2 jakarta-tomcat-catalina/webapps/docs/tomcat-docs.xsl Index: tomcat-docs.xsl

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

2005-01-03 Thread markt
markt 2005/01/03 14:59:26 Modified:catalina/src/share/org/apache/catalina/realm Tag: TOMCAT_5_0 JNDIRealm.java webapps/docs Tag: TOMCAT_5_0 introduction.xml tomcat-docs.xsl Log: Remove references to nagoya from 5.0.x

cvs commit: jakarta-tomcat-connectors/webapp README.txt

2005-01-03 Thread markt
markt 2005/01/03 15:20:05 Modified:jk/xdocs/howto doccontrib.xml jk/xdocs style.xsl webapp README.txt Log: Remove references to nagoya from connector documentation. Revision ChangesPath 1.3 +5 -5

cvs commit: jakarta-tomcat/src/doc NT-Service-howto.html

2005-01-03 Thread markt
markt 2005/01/03 15:24:35 Modified:src/doc NT-Service-howto.html Log: Remove references to nagoya from 3.3.x branch documentation Revision ChangesPath 1.8 +3 -3 jakarta-tomcat/src/doc/NT-Service-howto.html Index: NT-Service-howto.html

Re: Please remove ALL REFERENCES to nagoya

2005-01-03 Thread Mark Thomas
Tomcat done. Mark Noel J. Bergman wrote: Folks, Please review your site materials and fix any references ASAP. As previously indicated, the machine name nagoya is going away in very short order. Projects should not have any references on their web sites to any Apache machine names, only to

Re: adding features to Status servlet

2005-01-03 Thread Costin Manolache
Or: 1. Wait for Mladen to check in the code 2. figure out how to build it and how to install it easily in tomcat ( and other java applications ). 3. probably add one native method. I don't think wrapping it as apr component makes sense ( apr is not a component system like xpcom ). 4. write the

Re: adding features to Status servlet

2005-01-03 Thread Peter Lin
that sounds like a good idea :) look forward to trying it out once mladen checks in the code. peter On Mon, 03 Jan 2005 18:44:15 -0800, Costin Manolache [EMAIL PROTECTED] wrote: Or: 1. Wait for Mladen to check in the code 2. figure out how to build it and how to install it easily in

Re: adding features to Status servlet

2005-01-03 Thread Kevin Offet
Peter Lin woolfel at gmail.com writes: that sounds like a good idea :) look forward to trying it out once mladen checks in the code. peter isn't what you are looking to do already available through the new 5.0 version jvm itself? startup tomcat with the additional jvm switch

Re: adding features to Status servlet

2005-01-03 Thread Peter Lin
right it is available in JDK5, but not everyone can use jdk5 :( I know plenty of people who are still using jdk1.3.1 and plenty are just moving to jdk1.4.2 now. many of the features are available in jdk5, but I believe what mladen is working on is beyond what jdk5 provides. I've only looked at

Re: adding features to Status servlet

2005-01-03 Thread Kevin Offet
Peter Lin woolfel at gmail.com writes: right it is available in JDK5, but not everyone can use jdk5 :( I know plenty of people who are still using jdk1.3.1 and plenty are just moving to jdk1.4.2 now. many of the features are available in jdk5, but I believe what mladen is working on is

DO NOT REPLY [Bug 32931] New: - cannot start tomcat after it has crashed

2005-01-03 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=32931. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: adding features to Status servlet

2005-01-03 Thread Peter Lin
hehe, well if it was just a simple JNI calling sysinfo, I would agree it would have limited lifespan. But considering how slow some people move, it would last atleast 3-4 years, which is still useful in my mind. given that mladen is working on apr-java, I would say it is more useful and would