DO NOT REPLY [Bug 9829] New: - HotSpot Virtual Machine Error with jsp includes jstl

2002-06-13 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=9829. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Help..Tomcat4x+jdk1.3+FreeBSD..Hang Why...

2002-06-13 Thread jean-frederic clere
sonam singh wrote: hi I installed the linux-jdk1.3 and linux-ibm-jdk1.3.1 using ports in the FreeBSD. When i tried to run tomcat4+with mentioned JVM machine gets hang...Below is some of the parameter which i tried .. OsJdk TomcatRun/Or Not FreeBSD

DO NOT REPLY [Bug 9772] - RequestDispatcher.forward(resource) does not perform necessary checks

2002-06-13 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=9772. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [PROPOSAL] When Session Max reached, throw out oldest session

2002-06-13 Thread Kief Morris
[EMAIL PROTECTED] typed the following on 05:22 PM 6/12/2002 -0400 PROPOSAL: When Session Max reached, throw out oldest session ... 1. When the maximum number of sessions is reached, change StandardManager from throwing an IllegalStateException exception, to expiring the Least Recently Used

Digest Authentication

2002-06-13 Thread Kevin Jones
I can't get Tomcat 4.1.x to authenticate a Mozilla client when using DIGEST authentication, although it works fine with IE6. The only difference I can see is that IE6 sends an extra algorithm=MD5 attribute in the Authorization header. Has anybody else seen this? Should I enter it as bug?

Digest again

2002-06-13 Thread Kevin Jones
This is a weird one. I'm using Tomcat 4.1.x. If I use BASIC authentication everything works OK If I use DIGEST authentication and I use the memory realm i.e. I have Realm className=org.apache.catalina.realm.MemoryRealm/ and !-- not used Realm

DO NOT REPLY [Bug 9832] New: - Tomcat 4 IIS redirector cannot cope with POST in SSL

2002-06-13 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=9832. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/webapp/lib pr_info.c pr_warp.c wa_request.c

2002-06-13 Thread pier
pier2002/06/13 04:06:48 Modified:webapp/apache-1.3 mod_webapp.c webapp/apache-2.0 mod_webapp.c webapp/include wa_request.h webapp/lib pr_info.c pr_warp.c wa_request.c Log: Fixed problem with disappearing HTTP response status code.

Re: [PROPOSAL] When Session Max reached, throw out oldest session

2002-06-13 Thread Bob Herrmann
On Thu, 2002-06-13 at 03:43, Kief Morris wrote: [EMAIL PROTECTED] typed the following on 05:22 PM 6/12/2002 -0400 PROPOSAL: When Session Max reached, throw out oldest session ... 1. When the maximum number of sessions is reached, change StandardManager from throwing an IllegalStateException

Re: JNDI with a custom factory not working

2002-06-13 Thread Arshad Mahmood
- Original Message - From: Ian Darwin [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED]; Arshad Mahmood [EMAIL PROTECTED] Sent: Thursday, June 13, 2002 1:48 AM Subject: Re: JNDI with a custom factory not working On June 12, 2002 07:45 am, Arshad Mahmood wrote: I am

DO NOT REPLY [Bug 8013] - DefaultServlet Throws NumberFormatException

2002-06-13 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=8013. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Error 500, mod_jk issues

2002-06-13 Thread Nick Wesselman
We're running Tomcat 4.0.3 on RedHat w/ Apache 1.3 via the mod_jk connector. We received an Error 500, which usually indicates that Tomcat is no longer running. However in this case it was, it hadn't crashed. A quick survey of the logs found these... In catalina.out: Ajp13Connector[8011] No

DO NOT REPLY [Bug 6068] - AJP13 bad read, IOException

2002-06-13 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=6068. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets HTMLManagerServlet.java LocalStrings.properties

2002-06-13 Thread glenn
glenn 2002/06/13 07:58:01 Modified:catalina/src/share/org/apache/catalina/servlets HTMLManagerServlet.java LocalStrings.properties Log: More improvements to HTMLManagerServlet, thanks to Malcolm Edgar Revision ChangesPath 1.8 +166 -144

DO NOT REPLY [Bug 9772] - RequestDispatcher.forward(resource) does not perform necessary checks

2002-06-13 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=9772. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Bug #8013

2002-06-13 Thread James Carman
Could someone please take a look at this bug? There is an obvious with the DefaultServlet, but it has not been resolved. I have posted a patch (which may need a try/catch block, by the way) and a test case that illustrates the problem, but it has yet to be fixed. -- To unsubscribe, e-mail:

Re: Jasper2: jspc and JspCompilationContext

2002-06-13 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: There are few bugs in jspc, mostly related with the generation of the class name and the mangling. Ooops, sorry, I thought I got it right. At least for the examples webapp, it did appear to work good. It is quite hard to un-spaghetti the code without beaking

DO NOT REPLY [Bug 8013] - DefaultServlet Throws NumberFormatException

2002-06-13 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=8013. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2002-06-13 Thread remm
remm2002/06/13 09:27:24 Modified:catalina/src/share/org/apache/catalina/core StandardWrapper.java Log: - Do not wait forever if a servlet doesn't want to shut itself down. - Now the wait is 10 * 50ms. - Fixes bug 8935, and probably a few others.

DO NOT REPLY [Bug 8935] - Deadlock with reload in manager

2002-06-13 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=8935. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: JNDI with a custom factory not working

2002-06-13 Thread Remy Maucherat
Arshad Mahmood wrote: - Original Message - From: Ian Darwin [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED]; Arshad Mahmood [EMAIL PROTECTED] Sent: Thursday, June 13, 2002 1:48 AM Subject: Re: JNDI with a custom factory not working On June 12, 2002 07:45 am,

DO NOT REPLY [Bug 9846] New: - sendRedirect using FTP

2002-06-13 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=9846. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

tomcat 4.0 nightly builds broken since 5/30

2002-06-13 Thread tomcat-dev
The tomcat nightly builds are broken since 5/30. This is the last day before no good downloadable builds will be available. http://jakarta.apache.org/builds/jakarta-tomcat-4.0/ http://www.wiserlabz.com collaborative effort to promote Novell and Open Source Solutions -- To unsubscribe, e-mail:

Re: JNDIRealm maintenance

2002-06-13 Thread Remy Maucherat
John Holman wrote: Remy I wrote the original JNDIRealm which Craig committed with modifications, made major enhancements in March this year and submitted documentation updates a couple of times since (which have still not been committed). I'm prepared to maintain this component, but

Performance of JNI calls

2002-06-13 Thread Mladen Turk
Hi, I've seen in the JNI aprImpl the JK_DIRECT_BUFFER_NIO flag that is newer used. IMO the purpose would be to use the java.nio. Package available in the java 1.4 and JNI 1.4 specification. Now, I've done some testing and found couple of ineresting things that I would like to clear out. Don't

Re: tomcat 4.0 nightly builds broken since 5/30

2002-06-13 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: The tomcat nightly builds are broken since 5/30. This is the last day before no good downloadable builds will be available. http://jakarta.apache.org/builds/jakarta-tomcat-4.0/ The plan is to rely on Gump for the nightlies. There were some issues, which got fixed.

Re: JNDI with a custom factory not working

2002-06-13 Thread Arshad Mahmood
- Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Thursday, June 13, 2002 5:33 PM Subject: Re: JNDI with a custom factory not working Arshad Mahmood wrote: - Original Message - From: Ian Darwin [EMAIL PROTECTED]

Re: JNDI with a custom factory not working

2002-06-13 Thread Remy Maucherat
Arshad Mahmood wrote: Remy, Thanks for you response. I didn't make myself very clear, I'll try again. The Problem = In the server.xml have defined a global resourcce under the name rohas/filecache. The resource params defines a factory along with other attributes. In my

Re: Performance of JNI calls

2002-06-13 Thread costinm
I'm impressed ! Did I mentioned that I love working on tomcat ( even with all the flames and 'issues' and politics ) ? On Thu, 13 Jun 2002, Mladen Turk wrote: I've seen in the JNI aprImpl the JK_DIRECT_BUFFER_NIO flag that is newer used. What's missing ( the most ) is a MsgAjp and

Re: Performance of JNI calls

2002-06-13 Thread Pier Fumagalli
Mladen Turk [EMAIL PROTECTED] wrote: The most important thing that bothers me is that the java is more then 2 times slower then the GetByteArrayRegion version. Now, I allway tought that JNI calls imposes serious performance degradation, but I'm not so sure now. That was JDK 1.2... We've

cvs commit: jakarta-tomcat-4.0/webapps/manager/WEB-INF web.xml

2002-06-13 Thread remm
remm2002/06/13 10:38:01 Modified:webapps/manager/WEB-INF web.xml Log: - Map the HTML manager to /html/*. I couldn't find any problems this would create. Revision ChangesPath 1.6 +18 -0 jakarta-tomcat-4.0/webapps/manager/WEB-INF/web.xml Index:

cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.jsp

2002-06-13 Thread remm
remm2002/06/13 10:38:28 Modified:webapps/ROOT index.jsp Log: - Link HTML manager. Revision ChangesPath 1.5 +1 -0 jakarta-tomcat-4.0/webapps/ROOT/index.jsp Index: index.jsp === RCS

Re: JNDI with a custom factory not working

2002-06-13 Thread Remy Maucherat
Arshad Mahmood wrote: I do get the same context when I ask for it in my web application. The problem is that I can see from the debug that my Resource definitions in the global naming resources appear to be in one context, Indeed, the global resources go into a separate context. the

Re: JNDI with a custom factory not working

2002-06-13 Thread Arshad Mahmood
- Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Thursday, June 13, 2002 6:51 PM Subject: Re: JNDI with a custom factory not working Arshad Mahmood wrote: I do get the same context when I ask for it in my web application.

Re: JNDI with a custom factory not working

2002-06-13 Thread Remy Maucherat
Arshad Mahmood wrote: Hmm, I will investigate further. It seemed to be that ResourceLink in the server.xml Context entry was going into a naming context with name //Standard/myapp but the one which I retrieved from the servlet was called //Standard/localhost/webapp. I will debug this

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans MBeanUtils.java

2002-06-13 Thread amyroh
amyroh 2002/06/13 11:14:17 Modified:catalina/src/share/org/apache/catalina/mbeans MBeanUtils.java Log: Changed the MBean names for resources for easier query. Revision ChangesPath 1.41 +27 -27

RE: Performance of JNI calls

2002-06-13 Thread Mladen Turk
-Original Message- From: Pier Fumagalli [mailto:[EMAIL PROTECTED]] Sent: 13. lipanj 2002 19:35 To: Tomcat Developers List Cc: [EMAIL PROTECTED] Subject: Re: Performance of JNI calls Mladen Turk [EMAIL PROTECTED] wrote: The most important thing that bothers me is that the

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources DeleteResourceLinksAction.java ListResourceLinksAction.java ResourceLinkForm.java ResourceLinksForm.java SaveResourceLinkAction.java SetUpResourceLinkAction.java

2002-06-13 Thread amyroh
amyroh 2002/06/13 11:34:33 Added: webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources DeleteResourceLinksAction.java ListResourceLinksAction.java ResourceLinkForm.java ResourceLinksForm.java

cvs commit: jakarta-tomcat-4.0/webapps/admin/resources deleteResourceLinks.jsp listResourceLinks.jsp listResourceLinks.jspf resourceLink.jsp resourceLinks.jspf envEntries.jspf

2002-06-13 Thread amyroh
amyroh 2002/06/13 11:34:45 Modified:webapps/admin/resources envEntries.jspf Added: webapps/admin/resources deleteResourceLinks.jsp listResourceLinks.jsp listResourceLinks.jspf resourceLink.jsp resourceLinks.jspf Log: Add

RE: Performance of JNI calls

2002-06-13 Thread costinm
On Thu, 13 Jun 2002, Mladen Turk wrote: Throughput in rows per second (bigger is better) JavaRowConsumer 95556 FineGrainedJNIRowConsumer 64360 CoarseGrainedJNIRowConsumer 53946 BytePackedJNIRowConsumer56328 SocketRowConsumer 15635 Now I've changed the

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

2002-06-13 Thread kinman
kinman 2002/06/13 11:56:18 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java JspDocumentParser.java Node.java Parser.java Log: - Patch by Jan Luehe, to fix 2 problems related to scripting variables. 1. AT_BEGIN and AT_END variables

[VOTE] Jan Luehe

2002-06-13 Thread Kin-Man Chung
I'd like to nominate Jan Luehe as a committer to tomcat. Jan is currently a commiter for Jakarta taglib project, and has been active in implementing JSTL, the standard tag library. Jan was involved with jasper 2 from the beginning, and has contributed to writing a number of important modules in

DO NOT REPLY [Bug 5629] - web.xml is not re-read using manager reload

2002-06-13 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=5629. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: Performance of JNI calls

2002-06-13 Thread Mladen Turk
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 13. lipanj 2002 20:45 To: Mladen Turk Cc: List Tomcat-Dev Subject: Re: Performance of JNI calls Few comments on the code ( first look ): In many case there is no need to SetByteArrayRegion(), and

cvs commit: jakarta-tomcat-4.0/webapps/admin/resources listEnvEntries.jsp

2002-06-13 Thread manveen
manveen 2002/06/13 12:31:30 Modified:webapps/admin/resources listEnvEntries.jsp Log: envEntries.jspf should be included from within the html:form so that the value of defined beans are available to it. Revision ChangesPath 1.4 +1 -2

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources ResourcesTreeBuilder.java

2002-06-13 Thread manveen
manveen 2002/06/13 12:34:18 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources ResourcesTreeBuilder.java Log: Placeholders for parent and parentType added. these should be available as request parameters from ListEnvEntriesAction.java.

Re: [VOTE] Jan Luehe

2002-06-13 Thread Glenn Nielsen
+1, Keep the jasper performance patches rolling! Kin-Man Chung wrote: I'd like to nominate Jan Luehe as a committer to tomcat. Jan is currently a commiter for Jakarta taglib project, and has been active in implementing JSTL, the standard tag library. Jan was involved with jasper 2 from

cvs commit: jakarta-tomcat-4.0/webapps/admin/resources envEntries.jspf listEnvEntries.jspf

2002-06-13 Thread manveen
manveen 2002/06/13 12:44:42 Modified:webapps/admin/resources envEntries.jspf listEnvEntries.jspf Log: Adding parent info and pasing it to SetUpEnvEntry. Revision ChangesPath 1.6 +2 -1 jakarta-tomcat-4.0/webapps/admin/resources/envEntries.jspf Index:

Re: [VOTE] Jan Luehe

2002-06-13 Thread costinm
+1 Costin On Thu, 13 Jun 2002, Kin-Man Chung wrote: I'd like to nominate Jan Luehe as a committer to tomcat. Jan is currently a commiter for Jakarta taglib project, and has been active in implementing JSTL, the standard tag library. Jan was involved with jasper 2 from the beginning,

Re: [VOTE] Jan Luehe

2002-06-13 Thread Remy Maucherat
Kin-Man Chung wrote: I'd like to nominate Jan Luehe as a committer to tomcat. Jan is currently a commiter for Jakarta taglib project, and has been active in implementing JSTL, the standard tag library. Jan was involved with jasper 2 from the beginning, and has contributed to writing a

DO NOT REPLY [Bug 9851] New: - Digest Authentication Doesn't Work Properly with Mozilla

2002-06-13 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=9851. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 9852] New: - Odd Digest and Realm Behaviour

2002-06-13 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=9852. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 9852] - Odd Digest and Realm Behaviour

2002-06-13 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=9852. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [VOTE] Jan Luehe

2002-06-13 Thread Amy Roh
+1 Amy Kin-Man Chung wrote: I'd like to nominate Jan Luehe as a committer to tomcat. Jan is currently a commiter for Jakarta taglib project, and has been active in implementing JSTL, the standard tag library. Jan was involved with jasper 2 from the beginning, and has contributed to

testing a parameter's value does not work-pls help!

2002-06-13 Thread Shruti Selvaraj
Hi Everyone! Hello I am having a problem with testing the value of a parameter that a jsp page receives. Jsp page 1 displays a dropbox whose name is Decision and has an option All Types. But in jsp page 2 when i do String Decision = (String) request.getParameter(Decision);

Re: [PROPOSAL] Minor fix for servletapi-4 GenericServlet

2002-06-13 Thread Christopher K. St. John
Christopher K. St. John wrote: GOMEZ Henri wrote: I propose you to make a PROPOSAL for servletapi4 patch to tomcat-dev list. My proposal is ... [delete log() msgs in GenerisServlet] From my reading of the project guidelines, minor fixes like this normally go the commit-then-review

cvs commit: jakarta-tomcat-4.0/resources/confinstall server_2.xml

2002-06-13 Thread remm
remm2002/06/13 14:42:26 Modified:resources/confinstall server_2.xml Log: - Fix confusing version number. Revision ChangesPath 1.5 +1 -1 jakarta-tomcat-4.0/resources/confinstall/server_2.xml Index: server_2.xml

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

2002-06-13 Thread remm
remm2002/06/13 14:42:40 Modified:catalina/src/conf server.xml Log: - Fix confusing version number. Revision ChangesPath 1.60 +1 -1 jakarta-tomcat-4.0/catalina/src/conf/server.xml Index: server.xml

Re: [VOTE] Jan Luehe

2002-06-13 Thread Justyna Horwat
+1 Jan has done a great job on JSTL. He should continue to contribute many quality Jasper 2 patches. Justy - Original Message - From: Kin-Man Chung [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 13, 2002 12:09 PM Subject: [VOTE] Jan Luehe I'd like to nominate Jan Luehe

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets DefaultServlet.java

2002-06-13 Thread remm
remm2002/06/13 15:34:42 Modified:catalina/src/share/org/apache/catalina/servlets DefaultServlet.java Log: - Apply patch to fix bug 8013: DefaultServlet Throws NumberFormatException. - Now uses Request.getDateHeader instead of using instance local date

Re: [PROPOSAL] Minor fix for servletapi-4 GenericServlet

2002-06-13 Thread costinm
+1 That log is really annoying. Please make the change in both 2.2 and 2.3 branches. Costin On Thu, 13 Jun 2002, Christopher K. St. John wrote: Christopher K. St. John wrote: GOMEZ Henri wrote: I propose you to make a PROPOSAL for servletapi4 patch to tomcat-dev list.

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

2002-06-13 Thread kinman
kinman 2002/06/13 15:56:11 Modified:jasper2/src/share/org/apache/jasper/compiler Collector.java Generator.java Node.java Log: - Moved the logc for detecting scripting variables in tags to Collector, and fixed a bug in the logic. Revision Changes

cvs commit: jakarta-tomcat-4.0/webapps/admin/resources envEntries.jspf listEnvEntries.jsp listEnvEntries.jspf

2002-06-13 Thread amyroh
amyroh 2002/06/13 16:17:57 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources EnvEntryForm.java ResourceUtils.java ResourcesTreeBuilder.java SetUpEnvEntryAction.java webapps/admin/resources

DO NOT REPLY [Bug 8013] - DefaultServlet Throws NumberFormatException

2002-06-13 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=8013. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources ResourceUtils.java

2002-06-13 Thread manveen
manveen 2002/06/13 16:38:26 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources ResourceUtils.java Log: Set parent and parentType to empty strings (for global resources) . these are not needed for computing the mBean for the global env

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF web.xml

2002-06-13 Thread remm
remm2002/06/13 16:43:03 Modified:webapps/admin/WEB-INF web.xml Log: - Add display name (submitted by Ian Darwin). Revision ChangesPath 1.13 +5 -0 jakarta-tomcat-4.0/webapps/admin/WEB-INF/web.xml Index: web.xml

DO NOT REPLY [Bug 8926] - Duplicate variable definition in generated Java source, related to custom tag scripting variable

2002-06-13 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=8926. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 9856] New: - sendError(404) fails after getOutputStream() is called, if you have a custom 404 error-page

2002-06-13 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=9856. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 9846] - sendRedirect using FTP

2002-06-13 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=9846. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Help..Tomcat4x+jdk1.3+FreeBSD..Hang Why...

2002-06-13 Thread Punky Tse
Same for me. The native one works. Try follow the instructions at: http://www.eyesbeyond.com/freebsddom/java/jdk13.html - Punky TC runs well on the FreeBSD I have access to: +++ bash-2.04$ uname -a FreeBSD deejai2.mch.fsc.net 4.6-RC FreeBSD 4.6-RC #4: Thu May 30 00:09:26 CEST 2002

cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.1.txt

2002-06-13 Thread remm
remm2002/06/13 19:19:01 Modified:.RELEASE-NOTES-4.1.txt Log: - Status update. Revision ChangesPath 1.10 +9 -4 jakarta-tomcat-4.0/RELEASE-NOTES-4.1.txt Index: RELEASE-NOTES-4.1.txt

DO NOT REPLY [Bug 8013] - DefaultServlet Throws NumberFormatException

2002-06-13 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=8013. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8013] - DefaultServlet Throws NumberFormatException

2002-06-13 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=8013. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8013] - DefaultServlet Throws NumberFormatException

2002-06-13 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=8013. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets DefaultServlet.java

2002-06-13 Thread remm
remm2002/06/13 20:19:43 Modified:catalina/src/share/org/apache/catalina/servlets DefaultServlet.java Log: - Add try/catch for IAE. - Patch submitted by James Carman james at carmanconsulting.com Revision ChangesPath 1.57 +32 -27

DO NOT REPLY [Bug 8013] - DefaultServlet Throws NumberFormatException

2002-06-13 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=8013. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 9859] New: - Avoid SimpleDateFormat creation for every dispatched request

2002-06-13 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=9859. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 9859] - Avoid SimpleDateFormat creation for every dispatched request

2002-06-13 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=9859. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Re: tomcat 4.0 nightly builds broken since 5/30

2002-06-13 Thread tomcat-dev
I've been testing all those versions... there seems to be a couple issues I have seen with each... let me test 4.1.5 and I'll let you know how it goes... t [EMAIL PROTECTED] wrote: The tomcat nightly builds are broken since 5/30. This is the last day before no good downloadable builds will

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net URL.java

2002-06-13 Thread billbarker
billbarker2002/06/13 22:34:23 Modified:util/java/org/apache/tomcat/util/net URL.java Log: Teach URL how to parse userInfo. This allows URL to parse a string of the form: ftp://user:[EMAIL PROTECTED]/ This actually doesn't fix any Tomcat problems (assuming that the

[4.0.4] Binaries available

2002-06-13 Thread Remy Maucherat
The Tomcat 4.0.4 binaries are now available. Both the tester and Watchdog passed successfully on the build. It also includes very little changes over 4.0.4 Beta 3. Please test for showstoppers or build errors. The welcome file for the main directory references the j-t-c build directory for

Re: tomcat 4.0 nightly builds broken since 5/30

2002-06-13 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: I've been testing all those versions... there seems to be a couple issues I have seen with each... let me test 4.1.5 and I'll let you know how it goes... 4.1.5 currently does not exist, but otherwise looks good. At the moment, there are some issues which still needs