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 need

[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 nat

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 string

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

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 Revision ChangesPath 1.57 +32 -27 jakarta-tomcat-4.0/catalina/src/

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 ==

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

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: watchdog, servletapi, karma

2002-06-13 Thread Christopher K. St. John
Ryan Lubke wrote: > > You can send me the Watchdog patches and I'll look them over. > My original failed tests turned out to be my fault. I didn't update my servlet-test.war. I downgraded the severity of 9794 from "Blocker" to "Normal", since it turns out there really are problems. The Watchdo

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

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 e

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 envEntries.

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

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-d

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: [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

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 =

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 ===

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 commi

RE: [VOTE] Jan Luehe

2002-06-13 Thread Ignacio J. Ortega
+1 Saludos , Ignacio J. Ortega > -Mensaje original- > De: Kin-Man Chung [mailto:[EMAIL PROTECTED]] > Enviado el: 13 de junio de 2002 21:09 > Para: [EMAIL PROTECTED] > Asunto: [VOTE] Jan Luehe > > > I'd like to nominate Jan Luehe as a committer to tomcat. > > Jan is currently a commit

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: [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 > t

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 writin

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 beginnin

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: envEn

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

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.

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 jakarta-tomcat-4.0/webapps

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 SetByteArrayRegi

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

[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

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

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 C

Re: Performance of JNI calls

2002-06-13 Thread costinm
Few comments on the code ( first look ): In many case there is no need to SetByteArrayRegion(), and you use JNI_ABORT with ReleaseByteArrayElements. ( for example most operations in jk are one-way ). That would improve the numbers a bit. I run the test with 50.000 iterations, and the results (e

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 incom

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 SaveResou

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

2002-06-13 Thread amyroh
amyroh 2002/06/13 11:19:48 Modified:webapps/admin/WEB-INF struts-config.xml webapps/admin/WEB-INF/classes/org/apache/webapp/admin ApplicationResources_en.properties Lists.java TomcatTreeBuilder.java webapps/a

DO NOT REPLY [Bug 9829] - 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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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

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 jakarta-tomcat-4.0/catalina/src/share/org/ap

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 > " "//Standard/myapp" but > the one which I retrieved from the servlet was called > "//Standard/localhost/webapp". I will > debug this further. The context name is not important for t

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 app

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:27 PM Subject: Re: JNDI with a custom factory not working > There was a simple bug until very recently which caused the resource > defined in

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 fil

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: web.x

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

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 MessageB

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

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" <[EM

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 fixe

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 kn

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,

Re: Jasper2: jspc and JspCompilationContext

2002-06-13 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: > On Thu, 13 Jun 2002, Remy Maucherat wrote: > > >>[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

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: Jasper2: jspc and JspCompilationContext

2002-06-13 Thread costinm
On Thu, 13 Jun 2002, Remy Maucherat wrote: > [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 qu

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 anyth

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: <

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 j

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 p

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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:

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 IllegalStateEx

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. Tha

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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 and then this works (in IE not Mozilla, see a previous post) But, if I reverse the above i.e. I have

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? Th

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 (L

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu