cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/mappers DecodeInterceptor.java

2002-02-01 Thread larryi
larryi 02/02/01 20:48:40 Modified:src/share/org/apache/tomcat/modules/mappers DecodeInterceptor.java Log: Update to not convert '+' to space in the pathMB. Revision ChangesPath 1.15 +1 -1 jakarta-tomcat/src/share/org/apache/tomcat/modu

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf UDecoder.java

2002-02-01 Thread larryi
larryi 02/02/01 20:46:01 Modified:util/java/org/apache/tomcat/util/buf UDecoder.java Log: In a query string, '+' is a substitute for space, but not in the path portion of a URL. Add methods that include a "query" parameter to control if the '+' should be converted to a space.

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/buf UDecoder.java

2002-02-01 Thread larryi
larryi 02/02/01 20:45:06 Modified:src/share/org/apache/tomcat/util/buf UDecoder.java Log: In a query string, '+' is a substitute for space, but not in the path portion of a URL. Add methods that include a "query" parameter to control if the '+' should be converted to a space.

DO NOT REPLY [Bug 6194] New: - Unable to unpack wars without freezing?

2002-02-01 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 5983] - Cannot deal with common buggy POST from applets

2002-02-01 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 6143] - IOException on multipart form kills the response

2002-02-01 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 6143] - IOException on multipart form kills the response

2002-02-01 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 5983] - Cannot deal with common buggy POST from applets

2002-02-01 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/src/share/org/apache/tomcat/util/net TcpConnection.java

2002-02-01 Thread billbarker
billbarker02/02/01 19:24:32 Modified:src/share/org/apache/tomcat/util/net TcpConnection.java Log: Make this a bit smarter about skipping un-read input. This does much the same thing in the case of a buggy browser adding \r\n to the POST body. However, it fixes the problem whe

[FAQ] jGuru FAQ Update

2002-02-01 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex ++ JavaServer Pages (JSP) FAQ: http://www.jguru.com/faq/JSP

DO NOT REPLY [Bug 5974] - using Java code with quotes in attribute-value of tag

2002-02-01 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 6193] New: - Second 'jakarta-servletapi-4-YYYYMMDD.zip'

2002-02-01 Thread bugzilla
should be '.tar.gz' 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

[PATCH] RETRY: Tomcat 4.0 Docs SSL-Howto

2002-02-01 Thread pero
Hi there, I posted this patch a while ago. Noone applied it, so I'm wondering if it is too bad or if you are to busy (somehow I hope the last thing :) I did a new "diff" against the latest version (see attachment). Any comments are welcome! cheers pero -Original Message- From: pero [m

java.util.ConcurrentModificationException

2002-02-01 Thread Yinghui \(Susan\) Zeng
Dear all I just upgrade to tomcat 4. I got this error when run my servlet and jsp application. It was runing before under tomcat 3.1.2 Please help. Thank you very much. yinghui

DO NOT REPLY [Bug 6090] - Listener not instantiated in tld file

2002-02-01 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: [PATCH] for catalina.bat

2002-02-01 Thread Patrick Luby
Stephen, You appear to be patching against a very old version of catalina.bat. Please take a look at the most recent version that has "setlocal" in it. Also, I noticed that you are eliminating the check for the NT when setting the _STARTJAVA environment variable. This is necessary as Windwos 95,

[PATCH] for catalina.bat

2002-02-01 Thread Stephen Paulsen
--- catalina.orig.bat Fri Feb 1 13:39:47 2002 +++ catalina.batFri Feb 1 13:47:34 2002 @@ -26,11 +26,12 @@ rem - Save Environment Variables That May Change -- -set _CATALINA_BASE=%CATALINA_BASE% -set _CATALINA_HOME=%CATALINA_HOME% -set _CLASSPATH=%CLASSP

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper CommandLineContext.java

2002-02-01 Thread kinman
kinman 02/02/01 14:20:37 Modified:jasper/src/share/org/apache/jasper Tag: tomcat_40_branch CommandLineContext.java Log: PR: 5471 Submitted by: [EMAIL PROTECTED] (Steve Downey) Revision ChangesPath No revision No

cvs commit: jakarta-tomcat-4.0 tomcat.nsi

2002-02-01 Thread remm
remm02/02/01 14:10:10 Modified:.tomcat.nsi Log: - Update to use the same install directory and registry keys that the HTTPd uses. - At the end of the installation, the NT service will be started (if installed). - Before uninstalling, the NT service will be stopped (i

{PATCH] Enhanced JNDI realm

2002-02-01 Thread John Holman
Craig I've attached a patch to enhance the current JNDI realm implementation. This includes three features that have been requested a number of times and appear in the draft functional specification: ** the realm can authenticate by binding to the directory as the user. This mode of operation

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper CommandLineContext.java

2002-02-01 Thread kinman
kinman 02/02/01 13:54:21 Modified:jasper/src/share/org/apache/jasper CommandLineContext.java Log: PR: 5471 Submitted by: [EMAIL PROTECTED] (Steve Downey) Revision ChangesPath 1.8 +28 -4 jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/CommandLineContex

cvs commit: jakarta-tomcat-4.0 OUTSTANDING-BUGS-4.0.2.txt RELEASE-NOTES-4.0.2.txt

2002-02-01 Thread remm
remm02/02/01 13:54:09 Modified:.Tag: tomcat_40_branch OUTSTANDING-BUGS-4.0.2.txt RELEASE-NOTES-4.0.2.txt Log: - Update bug status. Revision ChangesPath No revision No revision 1.1.2.4

DO NOT REPLY [Bug 6090] - Listener not instantiated in tld file

2002-02-01 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 5644] - JspC produces badly formed classnames if first char is a digit

2002-02-01 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 5905] - JSP Document not correctly processed

2002-02-01 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/jasper/src/share/org/apache/jasper/compiler UninterpretedTagBeginGenerator.java

2002-02-01 Thread kinman
kinman 02/02/01 13:24:16 Modified:jasper/src/share/org/apache/jasper/compiler Tag: tomcat_40_branch UninterpretedTagBeginGenerator.java Log: PR: 5905 Submitted by: [EMAIL PROTECTED] Revision ChangesPath No

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler UninterpretedTagBeginGenerator.java

2002-02-01 Thread kinman
kinman 02/02/01 13:19:35 Modified:jasper/src/share/org/apache/jasper/compiler UninterpretedTagBeginGenerator.java Log: PR: 5905 Submitted by: [EMAIL PROTECTED] Revision ChangesPath 1.5 +4 -5 jakarta-tomcat-4.0/jasper/src/share/org/a

Tomcat 4 / mod_webapp RPMs available...

2002-02-01 Thread Mark R. Diggory
We've been customizing the src rpm's available at: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/rpms/ and the mod_webapp rpm at: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.2-b2/rpms/ to produce RPM's that our team feels are stable an logically instal

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler CommandLineCompiler.java

2002-02-01 Thread kinman
kinman 02/02/01 12:58:37 Modified:jasper/src/share/org/apache/jasper/compiler Tag: tomcat_40_branch CommandLineCompiler.java Log: PR: 5644 Submitted by: [EMAIL PROTECTED] (Steve Downey) Revision ChangesPath No revision

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler CommandLineCompiler.java

2002-02-01 Thread kinman
kinman 02/02/01 12:57:27 Modified:jasper/src/share/org/apache/jasper/compiler CommandLineCompiler.java Log: PR: 5644 Submitted by: [EMAIL PROTECTED] (Steve Downey) Revision ChangesPath 1.3 +10 -6 jakarta-tomcat-4.0/jasper/src/share/o

RE: Issues with Tomcat 4.0.1 and WebAppDeploy

2002-02-01 Thread Donna Molinari
Hello Punky, Thank you for your response. I was able to get Tomcat and Apache working without no errors, but this is what happens now. It doesn't see the examples under Tomcat's webapps directory. Is there something I need to add more to the httpd.conf file to point to the webapps directory that

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup HostConfig.java

2002-02-01 Thread remm
remm02/02/01 11:17:34 Modified:catalina/src/share/org/apache/catalina/startup HostConfig.java Log: - Fix NPE in the auto deployer, which can kill the auto deploy thread, and which can happen with a context with a bad configuration (especially, a bad d

setContentType

2002-02-01 Thread Will Droste
OS: W2k Tomcat: 4.0.1 Java: 1.3.1 Using Tomcat as a standalone HTTP/1.1 server. Don't know if this is a bug or not.. I do a setContentType("text/xml;charset=UnicodeLittle") on the response object and the response headers are returned in UnicodeLittle not ASCII. I only expected the body of the

[4.1] New Windows installer demo

2002-02-01 Thread Remy Maucherat
Hi, A nightly build of the updated installer is available here: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/nightly/jakarta-tomcat-4 .0-20020201.exe At the end of the installation, the user is prompted for the port number on which Catalina should be install, as well as the l/p for the

DO NOT REPLY [Bug 5988] - Jasper Null Pointer Exception Error

2002-02-01 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-connectors/coyote/src/java/org/apache/coyote/tomcat4 CoyoteProcessor.java CoyoteResponse.java

2002-02-01 Thread remm
remm02/02/01 09:13:48 Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteProcessor.java CoyoteResponse.java Log: - Add a skeleton for the response. Revision ChangesPath 1.3 +5 -5 jakarta-tomcat-connectors/coyote/src/java/org/

DO NOT REPLY [Bug 6185] - JNDIRealm working with IPlanet 5.1

2002-02-01 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 6185] New: - JNDIRealm working with IPlanet 5.1

2002-02-01 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 6160] - HttpServletResponse.flushBuffer() fails to flush data to client

2002-02-01 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 6160] - HttpServletResponse.flushBuffer() fails to flush data to client

2002-02-01 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 6090] - Listener not instantiated in tld file

2002-02-01 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

Connectors, Realms, 4.0.2b2 - 403 Access Denied

2002-02-01 Thread Jonathan Pierce
I've configured Tomcat4.0.2b2 with the AJP 1.3 Connector and successfully installed the iisapi dll from Tomcat3.3 into IIS. I am attempting to serve a protected page through the connector using the protected realm example. When I hit the page directly on port 8080, I get the expected login form

Re: Client Certificates working with mod_jk but not with mod_webapp

2002-02-01 Thread jean-frederic clere
Markus Maeder wrote: > > Hi > > Some days ago I posted following message in tomcat-user and had one reply > stating he is having the same problem. > > I'd like to fix this problem. Is there somebody already working on this? If not, > which source should I get to track down the problem? What is

cvs commit: jakarta-tomcat-connectors/webapp/docs warp.html

2002-02-01 Thread jfclere
jfclere 02/02/01 06:29:30 Modified:webapp/docs warp.html Log: Add the missing part of the document. Revision ChangesPath 1.5 +162 -13 jakarta-tomcat-connectors/webapp/docs/warp.html Index: warp.html =

Re: Replacing Session Container

2002-02-01 Thread Kief Morris
[EMAIL PROTECTED] typed the following on 07:22 PM 1/31/2002 +0100 >I have special requirements to my session container and want to write my >own implementation. > >The problem is that I don't know which classes must be changed or replaced. >I hope someone can help me. Assuming you're using 4.x, c

Bug jsp:plugin

2002-02-01 Thread Olivier BILLIARD
Hi, I'm using Tomcat 4 and i have a bug with jsp:plugin. The code that the tag generates does not quote any value passed in a tag in the part of the generated code. The parameters are correctly quoted in the part of the generated code. I saw that this bug was already reported as bug #554 but