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

2004-04-05 Thread hgomez
hgomez 2004/04/05 23:59:54 Modified:coyote/src/java/org/apache/coyote RequestInfo.java Log: Avoid NPE. It appears at the end of some stress tests. Revision ChangesPath 1.9 +4 -2 jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/RequestInfo.j

Re: Problems with stress tested apps

2004-04-05 Thread Henri Gomez
Henri Gomez wrote: Hi to all, I've got problems with some highly stressed applications using jk or jk2 and tomcat 3.3.2 (same thing with TC 5.0.x). I see many errors like these in log : in TC 3.3.2 and 5.0.19 : Mar 19, 2004 1:47:51 PM org.apache.jk.common.HandlerRequest invoke INFO: Unknown mes

TC Cluster: does SmartQueue fit into DeltaManager

2004-04-05 Thread Rainer Jung
Hi, I opened Bug 28161 last week. I found out yesterday, that the problem comes from using the SmartQueue together with DeltaManager and asynchronous replication (see Bug-Report for details). What are the plans now? If I knew, that a fix will take several days I might substitute the SmartQueue by

Problems with stress tested apps

2004-04-05 Thread Henri Gomez
Hi to all, I've got problems with some highly stressed applications using jk or jk2 and tomcat 3.3.2 (same thing with TC 5.0.x). I see many errors like these in log : in TC 3.3.2 and 5.0.19 : Mar 19, 2004 1:47:51 PM org.apache.jk.common.HandlerRequest invoke INFO: Unknown message 0 in 5.0.19 I'v

RE: TC evolment

2004-04-05 Thread Mladen Turk
> From Costin Manolache > Sent: Tuesday, April 06, 2004 7:38 AM > To: [EMAIL PROTECTED] > Subject: Re: TC evolment > > That's probably why I tought "let's integrate PHP" was an > April 1 joke :-). > You were wrong. I thought that MS-Sun agreement was a April fools joke too :). > If Mladen is

DO NOT REPLY [Bug 28196] - forEach throws with arrays (${header}, ${param}, etc.)

2004-04-05 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 28196] - forEach throws with arrays (${header}, ${param}, etc.)

2004-04-05 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://issues.apache.org/bugzilla/show_bu

RE: TC evolment

2004-04-05 Thread Mladen Turk
> From Costin Manolache > > We also know that IIS or iPlanet may sometimes be faster than > apache or tomcat. > So what ? As we used to say on tomcat-dev when we were slower > than apache - performance is not the only thing that matters. > I would bet resin is still a bit faster ( probably n

Re: TC evolment

2004-04-05 Thread Costin Manolache
Shapira, Yoav wrote: Hi, Fact is Java ( or at least the current JVMs) is among the worse languages when it comes to integration with other systems. "Connectors" are attempts to solve this. Whoa there ;) Maybe if you're talking about JNI, but not integration in general ;) It's a very broad ter

Re: TC evolment

2004-04-05 Thread Costin Manolache
Henri Gomez wrote: Remy Maucherat wrote: Costin Manolache wrote: If you're worried about risk, then probably glueing PHP with tomcat will be a bad choice. Tomcat is limited by Java's bad support for integration with native code. Apache will have no problem running Php, perl, python, .net or

[GUMP@lsd]: jakarta-tomcat-5/jakarta-tomcat-5 failed

2004-04-05 Thread bobh
To whom it may engage... This is an automated request, but not an unsolicited one. For help understanding the request please visit http://gump.apache.org/nagged.html, and/or contact [EMAIL PROTECTED] Project jakarta-tomcat-5 has an issue affecting its community integration, and has be

DO NOT REPLY [Bug 28207] - Internal Entity Declarations

2004-04-05 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 28222] New: - getRequestURL() in forwarded jsp/servlet doesn't return new url

2004-04-05 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 28221] New: - "scratchdir" Can Break Virtual Hosts

2004-04-05 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://issues.apache.org/bugzilla/show_bu

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteAdapter.java CoyoteOutputStream.java CoyoteReader.java CoyoteRequest.java CoyoteWriter.java

2004-04-05 Thread Bill Barker
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 05, 2004 5:55 PM Subject: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteAdapter.java CoyoteOutputStream.java CoyoteReader.java CoyoteRequest.java CoyoteWriter

DO NOT REPLY [Bug 28219] New: - Dolar sign in password of JNDI-Datasource disappears

2004-04-05 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://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteAdapter.java CoyoteOutputStream.java CoyoteReader.java CoyoteRequest.java CoyoteWriter.java

2004-04-05 Thread jfarcand
jfarcand2004/04/05 17:55:07 Modified:catalina/src/share/org/apache/coyote/tomcat5 CoyoteAdapter.java CoyoteOutputStream.java CoyoteReader.java CoyoteRequest.java CoyoteWriter.java Log: Add public method consisten

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardContext.java

2004-04-05 Thread luehe
luehe 2004/04/05 15:40:07 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: Allow webapp to override JspServlet (settings) inherited from global web.xml Revision ChangesPath 1.123 +21 -2 jakarta-tomcat-catali

Re: jk2 and debug on specials uri

2004-04-05 Thread NormW
Good morning Henri, Being 'in between employment' as they say, I do have some hours, but my first step would be to buy a 'small' book to see what it is all about. Beyond general browsing of the Tomcat xdocs I have little experience with the technology and no experience creating an xml document. Pro

DO NOT REPLY [Bug 28196] - forEach throws with arrays (${header}, ${param}, etc.)

2004-04-05 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://issues.apache.org/bugzilla/show_bu

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

2004-04-05 Thread remm
remm2004/04/05 13:32:34 Modified:catalina/src/share/org/apache/catalina/util ExtensionValidator.java LocalStrings.properties Log: - Refactor the Extension validator without using a singleton pattern (since all the methods are static, and getInstance ne

DO NOT REPLY [Bug 28154] - setting of mappedfile in web.xml doesn't work

2004-04-05 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 28161] - Replication messages get lost with AsyncSocketSender

2004-04-05 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 28170] - PDF content through JSP fails in Tomocat 4.1.30, Windows IE and Acrobat Reader 6.0.1

2004-04-05 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 28207] - Internal Entity Declarations

2004-04-05 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://issues.apache.org/bugzilla/show_bu

How to go about updating the JK docs on jakarta.apache.org

2004-04-05 Thread Shapira, Yoav
Hi, I've added a link to jakarta-tomcat-connectors/jk/xdocs/index.xml to the wiki page where we list the external documents on using/configuring the connectors. Now I'd like to update the jakarta.apache.org web site. The files are in /www/jakarta.apache.org/tomcat-4.1-doc/jk2. I ran 'ant docs'

DO NOT REPLY [Bug 28161] - Replication messages get lost with AsyncSocketSender

2004-04-05 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://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-connectors/jk/xdocs index.xml

2004-04-05 Thread yoavs
yoavs 2004/04/05 10:17:57 Modified:jk/xdocs index.xml Log: Fixed typo. Revision ChangesPath 1.16 +2 -2 jakarta-tomcat-connectors/jk/xdocs/index.xml Index: index.xml === RCS file: /home/cv

cvs commit: jakarta-tomcat-connectors/jk/xdocs index.xml

2004-04-05 Thread yoavs
yoavs 2004/04/05 10:14:19 Modified:jk/xdocs index.xml Log: Added a little section with link to wiki UsefulLinks page. Revision ChangesPath 1.15 +10 -1 jakarta-tomcat-connectors/jk/xdocs/index.xml Index: index.xml =

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

2004-04-05 Thread yoavs
yoavs 2004/04/05 10:06:13 Modified:docs resources.html xdocsresources.xml Log: Added wiki useful links page link for connector documentation. Revision ChangesPath 1.25 +3 -1 jakarta-tomcat-site/docs/resources.html Index: resources.h

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

2004-04-05 Thread yoavs
yoavs 2004/04/05 10:01:20 Modified:docs/faq connectors.html docs/faq/printer connectors.html xdocs-faq connectors.xml Log: Added jpackage.org link. Revision ChangesPath 1.11 +2 -0 jakarta-tomcat-site/docs/faq/connectors.html

RE: [ANNOUNCE] Procrun 2

2004-04-05 Thread Mladen Turk
> -Original Message- > From: Remy Maucherat > > > > Since it has lot's of extra features, it cannot be used in place of > > existing procrun. > > The TC service has to be reinstalled. > > And the parameters and everything else is the same ? > > (if yes, then you can add the binaries

DO NOT REPLY [Bug 28161] - Replication messages get lost with AsyncSocketSender

2004-04-05 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://issues.apache.org/bugzilla/show_bu

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

2004-04-05 Thread luehe
luehe 2004/04/05 09:07:41 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java Log: Moved initialization of 'varName' to where it is needed Revision ChangesPath 1.231 +1 -1 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/Gene

DO NOT REPLY [Bug 28210] - Sometimes after restarts Tomcat writes compliled JSP to wrong location

2004-04-05 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 28129] - Classloading for the security-constraint / Realm

2004-04-05 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 28210] New: - Sometimes after restarts Tomcat writes compliled JSP to wrong location

2004-04-05 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://issues.apache.org/bugzilla/show_bu

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

2004-04-05 Thread yoavs
yoavs 2004/04/05 08:37:57 Modified:docs/faq connectors.html docs/faq/printer connectors.html xdocs-faq connectors.xml Log: Added question to connectors about binary download. Revision ChangesPath 1.10 +282 -265 jakarta-tomcat-site/doc

Re: [ANNOUNCE] Procrun 2

2004-04-05 Thread Remy Maucherat
Mladen Turk wrote: Hi, After a long time here is the preview: http://jakarta.apache.org/~mturk/procrun2M3.zip This is a totally rewritten version of a procrun with couple of significant changes. It finally doesn't need the java.exe to redirect TC's stdout/stderr. Those can be redirected to the sam

RE: [ANNOUNCE] Procrun 2

2004-04-05 Thread Shapira, Yoav
Hi, Cool, good job, and thanks ;) Adopting the Eclipse milestone release numbering now? ;) Yoav Shapira Millennium Research Informatics >-Original Message- >From: Mladen Turk [mailto:[EMAIL PROTECTED] >Sent: Monday, April 05, 2004 10:15 AM >To: 'Tomcat Developers List' >Subject: [ANNOU

DO NOT REPLY [Bug 28129] - Classloading for the security-constraint / Realm

2004-04-05 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 28170] - PDF content through JSP fails in Tomocat 4.1.30, Windows IE and Acrobat Reader 6.0.1

2004-04-05 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://issues.apache.org/bugzilla/show_bu

[ANNOUNCE] Procrun 2

2004-04-05 Thread Mladen Turk
Hi, After a long time here is the preview: http://jakarta.apache.org/~mturk/procrun2M3.zip This is a totally rewritten version of a procrun with couple of significant changes. It finally doesn't need the java.exe to redirect TC's stdout/stderr. Those can be redirected to the same or separate fi

Status (tomcat-dev@jakarta.apache.org)

2004-04-05 Thread kief
Mail Delivery System - This mail contains binary characters - failed message - ZiUöl?a-;:a$:?UV&O8gBn$;C6L58f2vS8fjC&o*KywX2 A8n|$z-_JemHToG&j1_'go4o5du~2pp>BpDte1wG_3)B tUe2;mlr7LYl76OrXBe*8z2ö_R$;l<:.VM+$)Aä(%zwQ. vr'z-

RE: deployment problems moving from tomcat 5.0.18 to 5.0.19

2004-04-05 Thread Matt Smith
I summed both jars and they are the same. m. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 8:47 AM To: Tomcat Developers List Subject: RE: deployment problems moving from tomcat 5.0.18 to 5.0.19 Howdy, Do tomcat 5.0.18 and 5.0.19 contain

DO NOT REPLY [Bug 28207] New: - Internal Entity Declarations

2004-04-05 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://issues.apache.org/bugzilla/show_bu

RE: cvs commit: jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/session DeltaSession.java

2004-04-05 Thread Filip Hanik \(lists\)
for the longest time the standard session wasn't extendable. I would have loved to do that a long time ago, now it is just a matter of time before I will do it. 5.0.22 would be good :) thanks Filip -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: Friday, April 02, 2

RE: deployment problems moving from tomcat 5.0.18 to 5.0.19

2004-04-05 Thread Shapira, Yoav
Howdy, Do tomcat 5.0.18 and 5.0.19 contain different versions of commons-digester? Yoav Shapira Millennium Research Informatics >-Original Message- >From: Matt Smith [mailto:[EMAIL PROTECTED] >Sent: Monday, April 05, 2004 9:46 AM >To: 'Tomcat Developers List' >Subject: RE: deployment pr

RE: deployment problems moving from tomcat 5.0.18 to 5.0.19

2004-04-05 Thread Matt Smith
That's what I thought as well, so I swapped the jars in common/endorsed with those for 5.0.18 and same problem. My webapp does not include any jars for XML/XSL processing. My context file was located in conf/Catalina/localhost each time for 5.0.18 and 5.0.19. I thought maybe it was my installa

DO NOT REPLY [Bug 15278] - [PATCH] mod_jk2 for IIS, Bugfix corrupted data ]

2004-04-05 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://issues.apache.org/bugzilla/show_bu

Error (tomcat-dev@jakarta.apache.org)

2004-04-05 Thread nacho
Mail Delivery Failed - This mail couldn't be represented- failed message -QCtBogbj1kyBHä?a83S3ä-u.wößI!ü15%(:ZlU?W7Vöev,fIA2DC|G;mf(1:LnX2xß(:M$PKr+$MR)GLpqfAvpEQv~&visyKWNVDyYjc|bs~jU3L24_äP--Zü!rj4ß~ßös5;mhXGrßrT5jjXW?7edWl(|yi$$XMüMessage has been sent as a binary attac

RE: TC evolment

2004-04-05 Thread Shapira, Yoav
Hi, >Fact is Java ( or at least the current JVMs) is among the worse >languages when it comes to integration with other systems. "Connectors" >are attempts to solve this. Whoa there ;) Maybe if you're talking about JNI, but not integration in general ;) It's a very broad term. Yoav Shapira

Mail System (tomcat-dev@jakarta.apache.org)

2004-04-05 Thread ccain
Mail Delivery Error - This mail contains unicode characters - failed message - Pe4fGi5~C,_nX9eti06E$h6l~yTfRß$QüX::üEZ*B::#X3Ly 93eö9'L.(TXäoC!!1(q_m4)_B'f;ü!7KPXrW2&?-lC39: f&u|YCw?e:+n|Ywc&oLa7?(OW0N0ö:HxqIZmuLßL(*3 ;3UkB27(g$*dQixt+,Wm,.&)Oö(UaR*ctö>?q.or& Modified mes

Re: jk2 and debug on specials uri

2004-04-05 Thread Henri Gomez
NormW wrote: Good evening Henri, Thanks for taking the patch. The pseudo-code (now below) is mostly an 'analysis' of what I would expect JkUriSet to do based on understanding of the process. From this it is mostly a check list of what to expect to find when looking at what the code actually does.

DO NOT REPLY [Bug 28158] - Context reloadable="true" not working if autodeploy="false"

2004-04-05 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://issues.apache.org/bugzilla/show_bu

Re: jk2 and debug on specials uri

2004-04-05 Thread NormW
Good evening Henri, Thanks for taking the patch. The pseudo-code (now below) is mostly an 'analysis' of what I would expect JkUriSet to do based on understanding of the process. From this it is mostly a check list of what to expect to find when looking at what the code actually does. In looking at

Two KEYS files for Tomcat-5?

2004-04-05 Thread Stefan Bodewig
Hi, we've recently had a mail to [EMAIL PROTECTED] by a user who claimed he couldn't verify Remy's signature for the latest Tomcat-5 release, even after importing the KEYS file. I went to the distribution area in order to reproduce the problem and found that there are two different KEYS files, on

DO NOT REPLY [Bug 28129] - Classloading for the security-constraint / Realm

2004-04-05 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 28129] - Classloading for the security-constraint / Realm

2004-04-05 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 27830] - 'null' string in output for JSP documents when EL variable not set

2004-04-05 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://issues.apache.org/bugzilla/show_bu

Re: deployment problems moving from tomcat 5.0.18 to 5.0.19

2004-04-05 Thread Adam Hardy
Looks like it's something to do with the xml parser. Is it a standard install of tomcat 5? Have you included a xerces jar with your webapp? Also put your context in a my-context-name.xml file in conf/Catalina/localhost Adam On 04/05/2004 08:58 AM Matt Smith wrote: Actually this is a problem b

DO NOT REPLY [Bug 28196] New: - forEach throws with arrays (${header}, ${param}, etc.)

2004-04-05 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://issues.apache.org/bugzilla/show_bu