[PATCH] ajp13 post 8K

2000-11-15 Thread GOMEZ Henri
Fixed that one :-) --- jakarta-tomcat/src/share/org/apache/tomcat/service/connector/Ajp13ConnectorR equest.java.origWed Nov 15 00:04:02 2000 +++ jakarta-tomcat/src/share/org/apache/tomcat/service/connector/Ajp13ConnectorR equest.java Wed Nov 15 00:04:32 2000 @@ -249,7 +249,7 @@

[PROPOSED 3.2B7 PATCH] error displayed for case mismatch in JSP URL

2000-11-15 Thread Larry Isaacs
In Tomcat 3.2b7 (and earlier), invoking http://localhost:8080/test/jsp/Helloworld.jsp results in an NPE in JspCompiler.isOutDated(). This occurs because getRealPath() returns null since the 'w' should be uppercase, hence it is considered an "unsafe" path. To make this error return "file not

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/runtime JspRuntimeLibrary.java

2000-11-15 Thread larryi
larryi 00/11/15 06:53:07 Modified:src/share/org/apache/jasper/runtime JspRuntimeLibrary.java Log: Port fix for: Conversion of String to boolean was erroneous Submitted by: Gareth Morgan [EMAIL PROTECTED] Revision ChangesPath 1.6 +4 -4

BugRat Report #388 has been filed.

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

BugRat Report #389 has been filed.

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

BugRat Report #390 has been filed.

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

Interesting issue with Java and Cygwin under WIN32

2000-11-15 Thread Arieh Markel
We have identified an interesting issue, which I am not sure how to resolve (if it ever will), and it is not directly relevant to Jakarta. In our application, in order to leverage the work that has been done for operating in a Unix environment (rcX.d scripts, utility scripts), we have decided to

Re: Servlet - Jini - Tomcat3.1

2000-11-15 Thread Flávio Rodrigo M. de Carvalho
- Original Message - Flavio, It is not clear from your description what you are trying to do. . does your server issue a query to obtain a Jini service reference from a lookup server ? Exactly, my servlet just make an unicast to receive from the lookup server the Registrar

BugRat Report #391 has been filed.

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

Re: Servlet - Jini - Tomcat3.1

2000-11-15 Thread Arieh Markel
From: "Flávio Rodrigo M. de Carvalho" [EMAIL PROTECTED] To: "Arieh Markel" [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: Servlet - Jini - Tomcat3.1 - Original Message - Flavio, It is not clear from your description what you are trying to do. . does your server issue a

Need help for redirector of iplanet to Tomcat

2000-11-15 Thread Bo Yang
Hello every one, I have great deal of problems to get the Netscape redirector working. I followed the “Ho-To….” installation steps religiously, but got still no luck. My environment is the following: -IPlanet Enterprise Web Server 4.1 (SP3) - Tomcat V3.2 beta-07 -

Re: [PATCH] ajp13 post 8K

2000-11-15 Thread kenneth topp
Actually, thank you. very much. Argh... I should have spent some time tracing that.. I hope I would have found that one. tomcat 3.2 is really ready to go, IMO. Congrats on a great release, Kenneth Topp On Wed, 15 Nov 2000, GOMEZ Henri wrote: Fixed that one :-) ---

Re: Ajpv13 protocol

2000-11-15 Thread cmanolache
Is there a separate mod_jk list? I've posted a severe bug for ajp13, and I would like to contribute, but I don't see a TODO for mod_jk or much discussion on plans for mod_jk and related containers. That's because right now ( AFAIK ) there is no imediate plan for mod_jk. It works well

Re: Need help for redirector of iplanet to Tomcat

2000-11-15 Thread bo yang
Hi, Costin: First of all thank you very much for you reply (to tell the truth, I started to lose the light at the end of the tunnel). Since we are entirely Java shop, I used pre-compiled mod_jk, and my platform is Windows NT 4.0 (SP6) IPlanet4.1(SP3), Yes, I tried to run Tomcat with the "ajp12"

WWW-Authentication with Tomcat

2000-11-15 Thread shahed
How can I do a www-authentication with a jsp page ? I tried to set a header in the response of a page, and that bought up the popup uid/pwd window, but how do I get the values back ? Thanks Shahed - To unsubscribe, e-mail:

Re: Need help for redirector of iplanet to Tomcat

2000-11-15 Thread cmanolache
First of all thank you very much for you reply (to tell the truth, I started to lose the light at the end of the tunnel). Since we are entirely Java shop, I used pre-compiled mod_jk, and my platform is Windows NT 4.0 (SP6) IPlanet4.1(SP3), Yes, I tried to run Tomcat with the "ajp12" only,

A question regarding source release.

2000-11-15 Thread David Ferry
Hello, I work for a company called Open Cloud. We have implemented a set of patches against tomcat 3.2b4 that allows the servlet engine to be distributed. If servlets are written specially requests can be restarted if a given servlet engine node fails. We do load balancing and distribute the

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/service/connector Ajp13ConnectorRequest.java

2000-11-15 Thread hgomez
hgomez 00/11/15 03:40:03 Modified:src/share/org/apache/tomcat/service/connector Ajp13ConnectorRequest.java Log: Submitted by: [EMAIL PROTECTED] Correct ajp13 bug when posting data more than 8k Revision ChangesPath 1.16 +4 -4

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/service/connector Ajp13ConnectorRequest.java

2000-11-15 Thread hgomez
hgomez 00/11/15 04:03:00 Modified:src/share/org/apache/tomcat/service/connector Tag: tomcat_32 Ajp13ConnectorRequest.java Log: Submitted by: [EMAIL PROTECTED] Fix the ajp13 bug when post is 8k Revision ChangesPath No

New Configuration tested

2000-11-15 Thread Jeff Maas
Tested Tomcat v3.1 NT4 SP6 Apache 1.3.14 SUN JDK1.3 And it works just fine. http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-tomcat/src/doc/Attic/Tomcat%2bApache-HOWTO?content-type=text/plain was very helpful and easily understood thank you very much. Jeff Maas

sessionID within URL and loadbalance (was: WAP and sessionIDs)

2000-11-15 Thread shai
Hi all, The patch below fix a bug that didnt let tomcat to run in loadbalance configuration, while having the session managed only in URL. The mail problem with load balancing is that the jvmRoute param (which is the tomcat name as known from apache side) must be added to the session

Re: Tomcat 4.0 -- JSP XML representation problems

2000-11-15 Thread Boyd Waters
Pierre Delisle wrote: I cannot really use the XML representation, because the jsp:cdata tag doesn't work with current Tomcat-4.0-devel. I get classCastExceptions if I try to use this tag. But you could still use ![CDATA[ ... ]] for your CDATA. jsp:cdata should be in tomcat-4.0

Re: Tomcat 4.0 -- JSP XML representation problems

2000-11-15 Thread Hans Bergsten
Boyd Waters wrote: [...] One problem remains: I cannot emit a well-formed XML document because there are leading blank lines. Consider this document: ?xml version="1.0" encoding="UTF-8"? jsp:root xmlns:jsp ="http://java.sun.com/jsp_1_2" ![CDATA[ ?xml version="1.0" encoding="UTF-8"?

BugRat Report #394 has been filed.

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

Bug with Win98 -- tomcat

2000-11-15 Thread Feliu
Jim, I got your Tomcat launcher solution to the Win98 Tomcat problem from the tomcat archive. I wanted to let you know it works great! I had tomcat running under jdk1.2.2. Then I did some work with j2ee, reinstalled tomcat under jdk1.3 and then somehow couldn't get tomcat to work again. It

Re: 3.2 status -- no taglibs in jars

2000-11-15 Thread Pierre Delisle
Brian Bucknam wrote: Craig says all the critical bugs are fixed, and it seems maybe they are. However, there is still a problem (see bug #215) in TagLibraryInfoImpl which makes it so that tag libraries cannot be packaged in .jar files. (3.2b7 (and 3.1) at least not on Windows, have not

Re: 3.2 status -- no taglibs in jars

2000-11-15 Thread Brian Bucknam
Pierre Delisle wrote: Brian Bucknam wrote: However, there is still a problem (see bug #215) in TagLibraryInfoImpl which makes it so that tag libraries cannot be packaged in .jar files. (3.2b7 (and 3.1) at least not on Windows, have not tested on *nix.) I marked this bug "serious" when I

FW: lock

2000-11-15 Thread Larry Isaacs
Sorry, typo in the Cc: -Original Message- From: Larry Isaacs To: 'Pierre Delisle ' Cc: '[EMAIL PROTECTED]' Sent: 11/15/00 9:55 PM Subject: RE: lock Hi Pierre, I saw the same thing a little after 5:00 PM when I tried a commit some changes to this directory. After about 5 minutes of

Re: Patch for bug report #362 (and a patch for a logging error)

2000-11-15 Thread Serge Knystautas
"Craig R. McClanahan" wrote: Serge Knystautas wrote: [snip] The way I got this to work was to overload the setter method to take both a String and an Object... this got it working through Jasper Servlet but not jspc. I don't know if that's a violation of the spec or the way to handle

BugRat Report #388 was linked to Bug #52(apparently by:Nick Bauman)

2000-11-15 Thread BugRat Mail System
BugRat Report #388 was linked to Bug #52 (logged in as:Nick Bauman) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

BugRat Bug #52 was closed (apparently by: Nick Bauman)

2000-11-15 Thread BugRat Mail System
Bug #52 was closed by Person #0 Synopsis: GET header defaults to be iso-8859-1 encoded which breaks intl' forms passed by GET (logged in as: Nick Bauman) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Closing Bug Reports?

2000-11-15 Thread Nick Bauman
Hans, I closed it for you. What the heck, what is BugRat doing now? It's been much better since Nacho and I fixed it (ie, hasn't been wedging mysql and sending my system spinning with a load average of, 80.69!) Now mind you, I've submitted out SQL fixes to BugRat back to Tim Endres and he

[BUG REPORTING] Jakarta BugRat has been upgraded

2000-11-15 Thread Nick Bauman
Hello Jakarta Horde, BugRat has been upgraded to use Tomcat 3.2b7 + Apache 1.3.14 + mod_jserv. I will be adding cvsweb.cgi and anon cvs for the bugrat sources as I have been "patching" (or rather just hacking the hell out of) BugRat to whip it into shape. These are the things I've added that

Re: 3.2 status -- no taglibs in jars

2000-11-15 Thread Nick Bauman
On Wed, 15 Nov 2000, Brian Bucknam wrote: On a separate topic, we're having some classloader problems where classes supposedly available in .jars in WEB-INF/lib come up as "NoClassDefFound" as supporting classes for some servlets and JSP pages. Moving these jars to jakarta-tomcat/lib

code miss notice

2000-11-15 Thread
Hi Tomcat-Dev.. I've found some miss code in Tomcat. So I notice you miss point. In code of "apache/tomcat/task/ApacheConfig.java", pw.println("AddType test/jsp .jsp"); /*this is a miss code, I think...'test' is replaced with 'text' */ --- pw.println("AddType text/jsp

Re: Closing Bug Reports?

2000-11-15 Thread Hans Bergsten
Nick, Hans, I closed it for you. What the heck, what is BugRat doing now? It's been much better since Nacho and I fixed it (ie, hasn't been wedging mysql and sending my system spinning with a load average of, 80.69!) Now mind you, I've submitted out SQL fixes to BugRat back to Tim Endres

Re: WWW-Authentication with Tomcat

2000-11-15 Thread Danno Ferrin
You need to set up the web-app to require authentication. In the web.xml in the WEB-APP directory you need to add a security-constraint element and a login-config element. There are examples in the examples web-app. --Danno shahed wrote: How can I do a www-authentication with a jsp