BugRat Report #630 has been filed.

2000-12-20 Thread BugRat Mail System
Bug report #630 has just been filed. You can view the report at the following URL: http://znutar.cortexity.com/BugRatViewer/ShowReport/630 REPORT #630 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity: serious

BugRat Report #631 has been filed.

2000-12-20 Thread BugRat Mail System
Bug report #631 has just been filed. You can view the report at the following URL: http://znutar.cortexity.com/BugRatViewer/ShowReport/631 REPORT #631 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity: serious

Still : Error in HttpSessionFacade - still nobodys really interested in

2000-12-20 Thread Hanusch, Hartwig
Hi there, does anybody know why a servlet works fine with tomcat only (port 8080) but when using apache/tomcat via jk_mod (or old jserv) the servlet throws an error like that: java.lang.NullPointerException:

Re: Jasper Compiler -- when things go really wrong

2000-12-20 Thread horn_ken
We're using Jasper (for a number of reasons) inside Weblogic, and have seen similar problems, but only intermittently -- usually either at startup or during heavy load testing. I put a JspFactory.setDefaultFactory() call in our code to try to force Jasper (rather than allow Weblogc to sneak

Some suggestion to the Catalina (Tomcat 4.0) API enhancement

2000-12-20 Thread Eric Yung
Hi, This is a long post. I am developing a JMX based component to manage all major components in the hierarchy including Server, Service, Connector, Engine, Host, Contexts in a Catalina deployment. And I also want to develop a special Connector. The architecture of Catalina allows easy

please help me with this error

2000-12-20 Thread Amit Chogale
Hi I am getting this error Can anybody tell the solution Included servlet error: 500 Internal Servlet Error: org.apache.jasper.JasperException: Unable to compile class for JSPerror: An error has occurred in the compiler; please file a bug report (http://java.sun.com/cgi-bin/bugreport.cgi). 1

Re: WAP Gateway - Chunked HTTP Responses and CRLF

2000-12-20 Thread horn_ken
Is that \r\n in the body of the JSP or are you talking about the HTTP headers / chunk lines ? HTTP mandates \r\n for header and chunk count delimiters. [EMAIL PROTECTED] on 20/12/2000 04:13:28 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] cc: [EMAIL

RE: [PATCH] SECURITY FIX (Re: Tomcat 3.2.1 JSP Source Disclosure)

2000-12-20 Thread Nacho
Hola Kazuhiro: Can you send the patch as an attached file?? it's a pain to extract it from mail, to apply..., is far more quick to commit this if you it as attached file... Thanks for the Patch!!! Saludos , Ignacio J. Ortega -Mensaje original- De: Kazuhiro Kazama [mailto:[EMAIL

AW: Still : Error in HttpSessionFacade - still nobodys really interested in

2000-12-20 Thread Hanusch, Hartwig
Hi Narayanan, thanks for your interest but that doen't help at all. Things allways run on my computer ;) Cheers Hartwig -Ursprüngliche Nachricht- Von: Narayanan Balasubramanian [SMTP:[EMAIL PROTECTED]] Gesendet am: Mittwoch, 20. Dezember 2000 10:14 An: Hanusch,

WAP Gateway - Chunked HTTP Responses and CRLF

2000-12-20 Thread Jamie Hall
Hi, Does anybody know if a workaround or solution was found to the problem originally described below, involving a problem with certain WAP gateways not accepting output generated by JSPs under Tomcat on Unix systems?? It was posted a couple months ago, but I don't see that any workarounds were

org.apache.tomcat.util.ThreadPool; (3.2.1) improvements

2000-12-20 Thread Edoardo Comar
Hi I can't simply send a plain path because I've heavily modified the ThreadPool to fit my code "environment" (my loggers, assertions etc.) and my personal preferences (threads grouped and named, tasks as plain java.lang.Runnable), etc. but I think the following two changes can be applied

[T4][Classloaders][PATCH Suggestion] Bug in toURL() and new URL(x,x,x,x)

2000-12-20 Thread Stuart Roebuck
In the course of fixing a problem I was having getting Apache Cocoon to run, I came across a bug in Java in the File.toURL() method. This fault, combined with the use of the URLClassLoader resulted in a classloading issue. As a result of finding this bug I thought I would check through the

BugRat Report #635 has been filed.

2000-12-20 Thread BugRat Mail System
Bug report #635 has just been filed. You can view the report at the following URL: http://znutar.cortexity.com/BugRatViewer/ShowReport/635 REPORT #635 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity: serious

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/resources LocalStrings.properties LocalStrings_es.properties

2000-12-20 Thread larryi
larryi 00/12/20 07:18:56 Modified:src/share/org/apache/tomcat/resources LocalStrings.properties LocalStrings_es.properties Log: Added some strings for ErrorHandler Revision ChangesPath 1.13 +7 -3

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/context ErrorHandler.java

2000-12-20 Thread larryi
larryi 00/12/20 07:20:22 Modified:src/share/org/apache/tomcat/context ErrorHandler.java Log: Update default error handlers to use showDebugInfo property to control what is displayed. Also, if buffer was reset or no output generated, the error output will include head,

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

2000-12-20 Thread larryi
larryi 00/12/20 07:25:51 Modified:src/facade22/org/apache/tomcat/facade RequestDispatcherImpl.java ServletHandler.java src/share/org/apache/tomcat/core Handler.java Log: Some simplification. Removed saveError method from Handler.

BugRat Report #636 has been filed.

2000-12-20 Thread BugRat Mail System
Bug report #636 has just been filed. You can view the report at the following URL: http://znutar.cortexity.com/BugRatViewer/ShowReport/636 REPORT #636 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: critical

Question about CLIENT-CERT on web.xml file ?

2000-12-20 Thread jerome . camilleri
Hello, I try to use the auth-method of web.xml to CLIENT-CERT value like it's precise on web.dtd So the fragment of web.xml file : !-- Default login configuration uses form-based authentication -- login-config auth-methodCLIENT-CERT/auth-method realm-nameExample Form-Based

Re: Tomcat3.2 final doesn't support user defined MIME type

2000-12-20 Thread Craig R. McClanahan
Jason Zhu wrote: Another prove is: after I delete "TOMCAT_HOME\conf\web.xml" file, the tomecat still starts up without complaining or error. It seems to me that tomcat doesn't read "TOMCAT_HOME\conf\web.xml" file. Nor such messages printed on the dos prompt window. You are correct --

BugRat Report #637 has been filed.

2000-12-20 Thread BugRat Mail System
Bug report #637 has just been filed. You can view the report at the following URL: http://znutar.cortexity.com/BugRatViewer/ShowReport/637 REPORT #637 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: webbug State: received Priority: high Severity: critical

Session Swapping

2000-12-20 Thread javabettin
Has the design and/or implementation of session swapping to persistent storage been started for tomcat 4.0? Thanks, Dave __ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/

cvs commit: jakarta-tomcat/src/native/mod_jk/apache2.0 mod_jk.c

2000-12-20 Thread costin
costin 00/12/20 11:45:26 Modified:src/native/mod_jk/apache2.0 mod_jk.c Log: 1. I'm a stupid C programmer. 2. It seems to work now, by sending the buffer in chunks = 4096. I'll try to run watchdog and more tests, only one bug is not a good sign :-) Revision Changes

bug #637

2000-12-20 Thread Landaluze Produktions IS - Carlos
to reproduce the bug you have a example in: http://www.omega-lubricantes.com:8081/pruebas/prueba.jsp the 8081 port is because the 80 por is in the tomcat for running the redirect well. in the 8081 is the apache working with the tomcat if you want i can to send you the soude code.

BugRat Report #641 has been filed.

2000-12-20 Thread BugRat Mail System
Bug report #641 has just been filed. You can view the report at the following URL: http://znutar.cortexity.com/BugRatViewer/ShowReport/641 REPORT #641 Details. Project: Tomcat Category: Feature Requests SubCategory: Enhancement Class: feature State: received Priority: high Severity:

Re: Session Swapping

2000-12-20 Thread craig mcclanahan
[EMAIL PROTECTED] wrote: Has the design and/or implementation of session swapping to persistent storage been started for tomcat 4.0? Thanks, Dave There is an interface abstraction called org.apache.catalina.Store, and a partially completed example implementation called

Re: SimpleMapper1 ???

2000-12-20 Thread craig mcclanahan
Nick Bauman wrote: In TC 3.2 there is, in the default server.xml, a RequestInterceptor called SimpleMapper1. In TC 3.1, it was called ISmpleMapper. Why is this? Is this an interim thing? It's not that big of a deal, it just seems kinda dog-eared, that's all. Thanks, Nick

Re: SimpleMapper1 ???

2000-12-20 Thread Nick Bauman
Okay, thanks for the clarification. Not sure I understand why it wasn't just merged into SimpleMapper, but maybe in the rush to release things get dog-eared sometimes. On Wed, 20 Dec 2000, craig mcclanahan wrote: Nick Bauman wrote: In TC 3.2 there is, in the default server.xml, a

Re: SimpleMapper1 ???

2000-12-20 Thread cmanolache
On Wed, 20 Dec 2000, Nick Bauman wrote: Okay, thanks for the clarification. Not sure I understand why it wasn't just merged into SimpleMapper, but maybe in the rush to release things get dog-eared sometimes. It was intentional. SimpleMapper1 is not just a patch to SimpleMapper, is a whole

BugRat Report #645 has been filed.

2000-12-20 Thread BugRat Mail System
Bug report #645 has just been filed. You can view the report at the following URL: http://znutar.cortexity.com/BugRatViewer/ShowReport/645 REPORT #645 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: low Severity: non-critical