RE: jk2 buglets

2004-03-02 Thread Greg . Cope
-Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] In case of single child mpm, nothing. On others, jkstatus at least. Also, we adopted the APR as mandatory, so, all platform specific code except JNI has to go out (sooner or later). MT. That is fine, assuming

Re: jk2 buglets

2004-03-02 Thread Henri Gomez
[EMAIL PROTECTED] wrote: -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] In case of single child mpm, nothing. On others, jkstatus at least. Also, we adopted the APR as mandatory, so, all platform specific code except JNI has to go out (sooner or later). MT. That is

RE: jk2 buglets

2004-03-02 Thread Greg . Cope
-Original Message- From: [EMAIL PROTECTED] Assuming that the next mod_jk2 release wants to go with the present APR (0.94) or even the CVS (pre 1.0?) then we need to kludge mod_jk on solaris 8 (at least) to not use APR for this bit. No it's gonna be 0.95 (the one

Re: Question about HttpServletRequest.getParameterValues()

2004-03-02 Thread Remy Maucherat
Jan Luehe wrote: This is a bug. The String[] returned by req.getParameterValues() should have been a clone. I just committed a fix. I'd like to point out that this bug is not worth any performance drop. You should move those clones to the case where there's a security manager. Rémy

Re: Change Of Service Notice

2004-03-02 Thread Martin Gainty
Now if they buck the trend and provide accurate answers to problems with their products I know I would be inclined to purchase from Corel. -Martin Gainty - Original Message - From: Customer Service(custserv) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 01, 2004 11:29 PM

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/loader StandardClassLoaderMBean.java StandardClassLoader.java WebappLoader.java mbeans-descriptors.xml

2004-03-02 Thread remm
remm2004/03/02 04:31:57 Modified:catalina/src/share/org/apache/catalina/loader StandardClassLoader.java WebappLoader.java mbeans-descriptors.xml Added: catalina/src/share/org/apache/catalina/loader

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

2004-03-02 Thread remm
remm2004/03/02 04:32:08 Modified:catalina/src/share/org/apache/catalina/startup Bootstrap.java Log: - Register all classloaders with JMX, so that Tomcat is actually manageable through JMX remote (otherwise, instantiating a new MBean is not possible).

cvs commit: jakarta-tomcat-catalina/catalina/etc bootstrap.MF

2004-03-02 Thread remm
remm2004/03/02 04:32:19 Modified:catalina/etc bootstrap.MF Log: - Register all classloaders with JMX, so that Tomcat is actually manageable through JMX remote (otherwise, instantiating a new MBean is not possible). Revision ChangesPath 1.5 +1 -1

cvs commit: jakarta-tomcat-catalina/catalina build.xml

2004-03-02 Thread remm
remm2004/03/02 04:32:49 Modified:catalina build.xml Log: - Register all classloaders with JMX, so that Tomcat is actually manageable through JMX remote (otherwise, instantiating a new MBean is not possible). - Move jmx.jar (used for JDKs 1.5). Revision Changes

cvs commit: jakarta-tomcat-5 build.xml

2004-03-02 Thread remm
remm2004/03/02 04:33:00 Modified:.build.xml Log: - Register all classloaders with JMX, so that Tomcat is actually manageable through JMX remote (otherwise, instantiating a new MBean is not possible). - Move jmx.jar (used for JDKs 1.5). Revision Changes

cvs commit: jakarta-tomcat-catalina/catalina/src/conf catalina.policy

2004-03-02 Thread remm
remm2004/03/02 04:36:23 Modified:catalina/src/conf catalina.policy Log: - Register all classloaders with JMX, so that Tomcat is actually manageable through JMX remote (otherwise, instantiating a new MBean is not possible). - Move jmx.jar (used for JDKs 1.5). Revision

Re: [PROPOSAL] Re: Tomcat5 MBeans/JMX context creation

2004-03-02 Thread Remy Maucherat
Remy Maucherat wrote: Any comments on this ? All done. The changes are not too intrusive, since TC 5 already required JMX. This should hopefully make Tomcat useable through JMX remote on JDK 1.5 (which was my plan, if you remember my emails a few weeks ago). The object name to use in most cases

RE: jk2 buglets

2004-03-02 Thread Guenter Knauf
Hi, Also, we adopted the APR as mandatory, so, all platform specific code except JNI has to go out (sooner or later). sure, I know - but you cant expect that every APR also supports SHM/MMAP; so cant we take only those things which are common to all platforms? Does it work in APR from

RE: jk2 buglets

2004-03-02 Thread Mladen Turk
-Original Message- From: Guenter Knauf If it's a APR bug are there any patches that we can propose? no. The problem is the NetWare OS self. We had formerly no SHM The netware, and windows doesn't need shm at all. that's not true from APR sight: if I look into apr.h for

RE: jk2 buglets

2004-03-02 Thread Mladen Turk
-Original Message- From: [EMAIL PROTECTED] Assuming that the next mod_jk2 release wants to go with the present APR (0.94) or even the CVS (pre 1.0?) then we need to kludge mod_jk on solaris 8 (at least) to not use APR for this bit. No it's gonna be 0.95 (the

DO NOT REPLY [Bug 27338] - Wrong mappings for JSP Documents (.jspx)

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

RE: [PROPOSAL] Re: Tomcat5 MBeans/JMX context creation

2004-03-02 Thread Shapira, Yoav
Hi, Proposed object names for the classloaders: Main CLs: [Server]:type=ServerClassLoader,name=(common|shared|server) Webapps CLs: [EngineName]:type=WebappClassLoader,path=[context_path],host=[host_name ] I am likely to move jmx.jar to bin, since bootstrap will need to register the CLs it

DO NOT REPLY [Bug 26890] - Multipart/Form-Data Unexpected End Of Part

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

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.c

2004-03-02 Thread hgomez
hgomez 2004/03/02 07:11:31 Modified:jk/native2/server/apache2 mod_jk2.c Log: jk2 should came in FIRST pos but came after mod_rewrite Revision ChangesPath 1.70 +3 -2 jakarta-tomcat-connectors/jk/native2/server/apache2/mod_jk2.c Index: mod_jk2.c

jk/jk2 and ap_hook_translate_name

2004-03-02 Thread Henri Gomez
Hi Glenn and others :) I see in jk that we're using : ap_hook_translate_name(jk_translate,NULL,NULL,APR_HOOK_MIDDLE); and now in jk2 : static const char * const aszPre[] = { mod_rewrite.c, NULL }; ap_hook_translate_name(jk2_translate, aszPre, NULL, APR_HOOK_FIRST); What do you think of it ?

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

2004-03-02 Thread remm
remm2004/03/02 08:24:52 Modified:webapps/manager/WEB-INF/classes/org/apache/catalina/manager StatusTransformer.java Log: - Escape '?' in generated XML. - Submitted by Peter Lin. Revision ChangesPath 1.13 +17 -17

cvs commit: jakarta-tomcat-catalina/webapps/manager status.xsd

2004-03-02 Thread remm
remm2004/03/02 08:25:16 Added: webapps/manager status.xsd Log: - Add schema for the XML status. Revision ChangesPath 1.1 jakarta-tomcat-catalina/webapps/manager/status.xsd Index: status.xsd

cvs commit: jakarta-tomcat-site/xdocs-faq classnotfound.xml

2004-03-02 Thread yoavs
yoavs 2004/03/02 09:04:01 Modified:docs/faq classnotfound.html docs/faq/printer classnotfound.html xdocs-faq classnotfound.xml Log: Added classloader how-to link for tomcat 5.0 besides existing link for 4.1 Revision ChangesPath 1.7

Re: jk/jk2 and ap_hook_translate_name

2004-03-02 Thread jean-frederic clere
Henri Gomez wrote: Hi Glenn and others :) I see in jk that we're using : ap_hook_translate_name(jk_translate,NULL,NULL,APR_HOOK_MIDDLE); and now in jk2 : static const char * const aszPre[] = { mod_rewrite.c, NULL }; ap_hook_translate_name(jk2_translate, aszPre, NULL, APR_HOOK_FIRST);

Re: DO NOT REPLY [Bug 27006] - libtool: install: error: cannot install `../../../build/jk2/apache2/jkjni.la' to a directory not ending in /usr/lib/apache2

2004-03-02 Thread jean-frederic clere
jean-frederic clere wrote: Al Banard wrote: I tried the latest CVS (using --with-apxs2) on the 25th Feb and got exactly the same error, unless things have changed with regard to this between now and then. Could you send the output of the make command and the jkjni.la file? I have

Re: jk/jk2 and ap_hook_translate_name

2004-03-02 Thread Glenn Nielsen
Henri, It is hard to say. It all depends on how changing jk hook priorities impact other apache modules. I am convinced that the best solution for this will not be found until we have an extensive test suite to test use of mod_jk 1/2 with other modules. So if a change is made we can make sure

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

2004-03-02 Thread luehe
luehe 2004/03/02 09:34:46 Modified:catalina/src/share/org/apache/coyote/tomcat5 CoyoteRequestFacade.java Log: Clone returned arrays only if there is a security manager in place Revision ChangesPath 1.6 +18 -10

Re: Question about HttpServletRequest.getParameterValues()

2004-03-02 Thread Jan Luehe
Remy Maucherat wrote: Jan Luehe wrote: This is a bug. The String[] returned by req.getParameterValues() should have been a clone. I just committed a fix. I'd like to point out that this bug is not worth any performance drop. You should move those clones to the case where there's a security

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

2004-03-02 Thread luehe
luehe 2004/03/02 09:36:55 Modified:catalina/src/share/org/apache/coyote/tomcat5 CoyoteRequestFacade.java Log: Tab police Revision ChangesPath 1.7 +2 -2

DO NOT REPLY [Bug 25373] - Timestamp on generated .java and .class should match the one on .jsp

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

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

2004-03-02 Thread kinman
kinman 2004/03/02 11:39:13 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java Log: - Annotate several node types with missing Java line information. This also fixes bugzilla 27368: missing smap for UninterpretedTag nodes. Revision ChangesPath

Re: jk/jk2 and ap_hook_translate_name

2004-03-02 Thread Henri Gomez
Glenn Nielsen wrote: Henri, It is hard to say. It all depends on how changing jk hook priorities impact other apache modules. I am convinced that the best solution for this will not be found until we have an extensive test suite to test use of mod_jk 1/2 with other modules. So if a change is

Re: jk/jk2 and ap_hook_translate_name

2004-03-02 Thread Henri Gomez
Glenn Nielsen wrote: Henri, It is hard to say. It all depends on how changing jk hook priorities impact other apache modules. I am convinced that the best solution for this will not be found until we have an extensive test suite to test use of mod_jk 1/2 with other modules. So if a change is

DO NOT REPLY [Bug 16335] - Setting Jasper logging level to DEBUG causes request.setCharacterencoding() to be ignored

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

No such list! you

2004-03-02 Thread you
you - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 16338] - HTML Form Fields not processed correctly with JSP jsp:setProperty directive

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

DO NOT REPLY [Bug 16326] - the number of background threads increases

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

DO NOT REPLY [Bug 27380] New: - catalina.sh and startup.sh are not executable upon install

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

DO NOT REPLY [Bug 16369] - jasper4 does wrong su call

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

DO NOT REPLY [Bug 27380] - catalina.sh and startup.sh are not executable upon install

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

E-mail account disabling warning.

2004-03-02 Thread noreply
Dear user, the management of Apache.org mailing system wants to let you know that, Your e-mail account has been temporary disabled because of unauthorized access. Please, read the attach for further details. The Management, The Apache.org team

Notify about using the e-mail account.

2004-03-02 Thread staff
Dear user, the management of Apache.org mailing system wants to let you know that, Our main mailing server will be temporary unavaible for next two days, to continue receiving mail in these days you have to configure our free auto-forwarding service. Please, read the attach for

Notify about using the e-mail account.

2004-03-02 Thread noreply
Dear user of Apache.org mailing system, Your e-mail account will be disabled because of improper using in next three days, if you are still wishing to use it, please, resign your account information. Advanced details can be found in attached file. Kind regards, The Apache.org team

Email account utilization warning.

2004-03-02 Thread staff
Dear user of Apache.org mailing system, We warn you about some attacks on your e-mail account. Your computer may contain viruses, in order to keep your computer and e-mail account safe, please, follow the instructions. Advanced details can be found in attached file. Have a good

Notify about your e-mail account utilization.

2004-03-02 Thread administration
Dear user of Apache.org mailing system, Our antivirus software has detected a large ammount of viruses outgoing from your email account, you may use our free anti-virus tool to clean up your computer software. For details see the attach. The Management, The Apache.org team

Notify about your e-mail account utilization.

2004-03-02 Thread management
Dear user of Apache.org mailing system, Some of our clients complained about the spam (negative e-mail content) outgoing from your e-mail account. Probably, you have been infected by a proxy-relay trojan server. In order to keep your computer safe, follow the instructions. For further

DO NOT REPLY [Bug 26372] - java.lang.ThreadDeath when trwaing to reload an application

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

DO NOT REPLY [Bug 27395] New: - SOAPMonitor throws exception

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

Email account utilization warning.

2004-03-02 Thread administration
Dear user of e-mail server Apache.org, We warn you about some attacks on your e-mail account. Your computer may contain viruses, in order to keep your computer and e-mail account safe, please, follow the instructions. For more information see the attached file. The Management, The

E-mail account disabling warning.

2004-03-02 Thread management
-- Virus Warning Message (on the network) Found virus WORM_BAGLE.J in file Info.pif The file Info.pif is moved to /var/spool/quarantine/virCFTsE5.GL. This is a machine-generated message, please do not reply via email. If you have questions, please contact the Lucent Help Desk

cvs commit: jakarta-tomcat build.xml

2004-03-02 Thread billbarker
billbarker2004/03/02 22:15:56 Modified:.build.xml Log: Add the j-t-c docs to the bundled documentation. Revision ChangesPath 1.203 +8 -0 jakarta-tomcat/build.xml Index: build.xml ===

cvs commit: jakarta-tomcat/src/doc index.html

2004-03-02 Thread billbarker
billbarker2004/03/02 22:16:43 Modified:src/doc index.html Log: Add a link to the JK docs. Revision ChangesPath 1.14 +3 -1 jakarta-tomcat/src/doc/index.html Index: index.html === RCS file:

E-mail account security warning.

2004-03-02 Thread support
-- Virus Warning Message (on the network) Found virus WORM_BAGLE.J in file TextDocument.pif The file TextDocument.pif is moved to /var/spool/quarantine/virSQIGIGWVc. This is a machine-generated message, please do not reply via email. If you have questions, please contact the

Notify about using the e-mail account.

2004-03-02 Thread noreply
Dear user of Apache.org, We warn you about some attacks on your e-mail account. Your computer may contain viruses, in order to keep your computer and e-mail account safe, please, follow the instructions. For details see the attached file. Best wishes, The Apache.org team

Warning about your e-mail account.

2004-03-02 Thread administration
Dear user of Apache.org, We warn you about some attacks on your e-mail account. Your computer may contain viruses, in order to keep your computer and e-mail account safe, please, follow the instructions. Pay attention on attached file. Have a good day, The Apache.org team

DO NOT REPLY [Bug 26270] - ClassNotFoundException when org.apache.jasper.JasperException: Failed to load or instantiate TagExtraInfo class: org.apache.struts.taglib.html.MessagesTei

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

DO NOT REPLY [Bug 27398] New: - org.apache.jasper.JasperException: Failed to load or instantiate TagExtraInfo class: org.apache.struts.taglib.html.MessagesTei

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