DO NOT REPLY [Bug 24557] - Request encodings doesn't work.

2003-11-18 Thread bugzilla
/show_bug.cgi?id=24557 Request encodings doesn't work. --- Additional Comments From [EMAIL PROTECTED] 2003-11-18 09:42 --- But what about GET method. It is not working even that it is recommended way of doing things in servlet 2.3 spec. http://developer.java.sun.com/developer/qow/archive/179

DO NOT REPLY [Bug 24773] New: - say which scope is null in Cannot find bean xyz in scope null request/session/application/... ?

2003-11-18 Thread bugzilla
/show_bug.cgi?id=24773 say which scope is null in Cannot find bean xyz in scope null request/session/application/... ? Summary: say which scope is null in Cannot find bean xyz in scope null request/session/application/... ? Product: Tomcat 4 Version

DO NOT REPLY [Bug 12196] - request.getRemoteUser() returns null for AJP request with remote username

2003-11-17 Thread bugzilla
/show_bug.cgi?id=12196 request.getRemoteUser() returns null for AJP request with remote username --- Additional Comments From [EMAIL PROTECTED] 2003-11-17 16:59 --- Ah! At 4.1.29 someone did just what I and others have been requesting, but without a big blazing notice to this effect

DO NOT REPLY [Bug 24001] - LOCK: parsing of Timeout request header

2003-11-16 Thread bugzilla
/show_bug.cgi?id=24001 LOCK: parsing of Timeout request header --- Additional Comments From [EMAIL PROTECTED] 2003-11-16 13:56 --- Created an attachment (id=9131) Patch for TC5 to fix this bug - To unsubscribe, e-mail: [EMAIL

DO NOT REPLY [Bug 12196] - request.getRemoteUser() returns null for AJP request with remote username

2003-11-16 Thread bugzilla
/show_bug.cgi?id=12196 request.getRemoteUser() returns null for AJP request with remote username --- Additional Comments From [EMAIL PROTECTED] 2003-11-16 21:08 --- I was using Tomcat 4.1.24 with tomcatAuthentication=false just fine. I tried 4.1.29 with exactly the same configuration

DO NOT REPLY [Bug 24557] - Request encodings doesn't work.

2003-11-15 Thread bugzilla
/show_bug.cgi?id=24557 Request encodings doesn't work. --- Additional Comments From [EMAIL PROTECTED] 2003-11-15 07:46 --- *** Bug 24721 has been marked as a duplicate of this bug. *** - To unsubscribe, e-mail: [EMAIL

DO NOT REPLY [Bug 24557] - Request encodings doesn't work.

2003-11-15 Thread bugzilla
/show_bug.cgi?id=24557 Request encodings doesn't work. [EMAIL PROTECTED] changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution

DO NOT REPLY [Bug 24345] - request setCharacterEncoding has no affect

2003-11-15 Thread bugzilla
/show_bug.cgi?id=24345 request setCharacterEncoding has no affect --- Additional Comments From [EMAIL PROTECTED] 2003-11-15 10:14 --- The previous behavior was breaking the HTTP spec. Of course, since you were using UTF-8, you were basically in the only situation that could work. You can use

DO NOT REPLY [Bug 24557] New: - Request encodings doesn't work.

2003-11-10 Thread bugzilla
/show_bug.cgi?id=24557 Request encodings doesn't work. Summary: Request encodings doesn't work. Product: Tomcat 4 Version: 4.1.29 Platform: All OS/Version: All Status: NEW Severity: Major Priority: Other Component

DO NOT REPLY [Bug 24557] - Request encodings doesn't work.

2003-11-10 Thread bugzilla
/show_bug.cgi?id=24557 Request encodings doesn't work. --- Additional Comments From [EMAIL PROTECTED] 2003-11-10 14:01 --- I have the same problem using Cocoon on Jakarta Tomcat 4.1.29, charset in HTTP Header is set to ISO-8859-1. My UTF-8 pages are seen as ISO-LATIN-1 by my browser

DO NOT REPLY [Bug 24557] - Request encodings doesn't work.

2003-11-10 Thread bugzilla
/show_bug.cgi?id=24557 Request encodings doesn't work. [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution

DO NOT REPLY [Bug 24557] - Request encodings doesn't work.

2003-11-10 Thread bugzilla
/show_bug.cgi?id=24557 Request encodings doesn't work. [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

DO NOT REPLY [Bug 24392] New: - DefaultContext Fails to reload : The server encountered an internal error (Error retrieving attribute debug) that prevented it from fulfilling this request.

2003-11-04 Thread bugzilla
/show_bug.cgi?id=24392 DefaultContext Fails to reload : The server encountered an internal error (Error retrieving attribute debug) that prevented it from fulfilling this request. Summary: DefaultContext Fails to reload : The server encountered an internal error (Error

DO NOT REPLY [Bug 24345] New: - request setCharacterEncoding has no affect

2003-11-03 Thread bugzilla
/show_bug.cgi?id=24345 request setCharacterEncoding has no affect Summary: request setCharacterEncoding has no affect Product: Tomcat 5 Version: 5.0.14 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Critical

DO NOT REPLY [Bug 24345] - request setCharacterEncoding has no affect

2003-11-03 Thread bugzilla
/show_bug.cgi?id=24345 request setCharacterEncoding has no affect [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution

DO NOT REPLY [Bug 24345] - request setCharacterEncoding has no affect

2003-11-03 Thread bugzilla
/show_bug.cgi?id=24345 request setCharacterEncoding has no affect --- Additional Comments From [EMAIL PROTECTED] 2003-11-03 13:21 --- Remy, the example submited with the bug report should produce the result expected by the reporter without having to use the getBytes() workaround (and it does

DO NOT REPLY [Bug 24345] - request setCharacterEncoding has no affect

2003-11-03 Thread bugzilla
/show_bug.cgi?id=24345 request setCharacterEncoding has no affect --- Additional Comments From [EMAIL PROTECTED] 2003-11-03 14:50 --- I did look at it (it does indeed POST), and added traces into the o.a.tomcat.util.http.Parameters class, and (unsurprisingly) the correct encoding name is being

DO NOT REPLY [Bug 24345] - request setCharacterEncoding has no affect

2003-11-03 Thread bugzilla
/show_bug.cgi?id=24345 request setCharacterEncoding has no affect --- Additional Comments From [EMAIL PROTECTED] 2003-11-04 00:50 --- I find the real reason: It's my fault, I use a filter(atlassian ProfilingFilter) which is called before Servlet service method and invoke request.getParameter

Request for a change

2003-10-31 Thread R.W. Shore
I'm running in an environment in which I sometimes need to authenticate based on both location (IP address, say) and credential (uid/pwd). To make this work, I need to have access to the remote address and/or host from the HTTP request hitting the protected subweb. This information isn't available

DO NOT REPLY [Bug 24303] New: - Tomcat Service Start-up error (1054): the service did not respond to the start or control request in a timely fashion.

2003-10-31 Thread bugzilla
/show_bug.cgi?id=24303 Tomcat Service Start-up error (1054): the service did not respond to the start or control request in a timely fashion. Summary: Tomcat Service Start-up error (1054): the service did not respond to the start or control request in a timely

DO NOT REPLY [Bug 24303] - Tomcat Service Start-up error (1054): the service did not respond to the start or control request in a timely fashion.

2003-10-31 Thread bugzilla
/show_bug.cgi?id=24303 Tomcat Service Start-up error (1054): the service did not respond to the start or control request in a timely fashion. [EMAIL PROTECTED] changed: What|Removed |Added

Serious firewall problem with Tomcat / AJ13 /IIS, request parameters disappear in POSTs ????

2003-10-29 Thread Markus Rahlff
Hallo, I have a strange problem: Im using Tomcat 4.27 connected to an IIS 6.0 via AJ13 connector. Everythings works fine, until I use a Norton Firewall. If I switch on the privacy setting, which strips the referer from the request, no request-parameter in POST-request reaches tomcat

DO NOT REPLY [Bug 24001] New: - LOCK: parsing of Timeout request header

2003-10-22 Thread bugzilla
/show_bug.cgi?id=24001 LOCK: parsing of Timeout request header Summary: LOCK: parsing of Timeout request header Product: Tomcat 4 Version: 4.1.27 Platform: Other URL: http://greenbytes.de/tech/webdav/rfc2518.html#HEADER_Tim eout

DO NOT REPLY [Bug 23759] - allow web.xml security-constraint to restrict by request-origin-host or used-port

2003-10-15 Thread bugzilla
/show_bug.cgi?id=23759 allow web.xml security-constraint to restrict by request-origin-host or used-port [EMAIL PROTECTED] changed: What|Removed |Added Status|REOPENED

DO NOT REPLY [Bug 23759] New: - allow web.xml security-constraint to restrict by request-origin-host or used-port

2003-10-13 Thread bugzilla
/show_bug.cgi?id=23759 allow web.xml security-constraint to restrict by request-origin-host or used-port Summary: allow web.xml security-constraint to restrict by request-origin-host or used-port Product: Tomcat 4 Version: 4.1.28 Platform

DO NOT REPLY [Bug 23759] - allow web.xml security-constraint to restrict by request-origin-host or used-port

2003-10-13 Thread bugzilla
/show_bug.cgi?id=23759 allow web.xml security-constraint to restrict by request-origin-host or used-port [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW

DO NOT REPLY [Bug 23759] - allow web.xml security-constraint to restrict by request-origin-host or used-port

2003-10-13 Thread bugzilla
/show_bug.cgi?id=23759 allow web.xml security-constraint to restrict by request-origin-host or used-port [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED

DO NOT REPLY [Bug 23612] - Tomcat stops responding on arbitrarily high request load.

2003-10-06 Thread bugzilla
/show_bug.cgi?id=23612 Tomcat stops responding on arbitrarily high request load. --- Additional Comments From [EMAIL PROTECTED] 2003-10-06 06:08 --- hi Remy Maucherat, Some correction here, I am using SunJDK_1.4.2_01 (Sun Solaris 8/Enterprise 4000 Machine) with latest OS Kernel patches. I

DO NOT REPLY [Bug 23612] New: - Tomcat stops responding on arbitrarily high request load.

2003-10-05 Thread bugzilla
/show_bug.cgi?id=23612 Tomcat stops responding on arbitrarily high request load. Summary: Tomcat stops responding on arbitrarily high request load. Product: Tomcat 4 Version: 4.1.27 Platform: Sun OS/Version: Solaris Status

DO NOT REPLY [Bug 23612] - Tomcat stops responding on arbitrarily high request load.

2003-10-05 Thread bugzilla
/show_bug.cgi?id=23612 Tomcat stops responding on arbitrarily high request load. --- Additional Comments From [EMAIL PROTECTED] 2003-10-06 04:30 --- Earlier this was partially reported in description of bug #23146. However symptoms are nearly the same in both of the bugs, but this is more

DO NOT REPLY [Bug 23612] - Tomcat stops responding on arbitrarily high request load.

2003-10-05 Thread bugzilla
/show_bug.cgi?id=23612 Tomcat stops responding on arbitrarily high request load. [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 23379] New: - CoyoteAdapter An exception or error occurred in the container during the request processing

2003-09-24 Thread bugzilla
/show_bug.cgi?id=23379 CoyoteAdapter An exception or error occurred in the container during the request processing Summary: CoyoteAdapter An exception or error occurred in the container during the request processing Product: Tomcat 4 Version: 4.1.27

DO NOT REPLY [Bug 12938] - servlets do not register PUT request

2003-09-24 Thread bugzilla
/show_bug.cgi?id=12938 servlets do not register PUT request --- Additional Comments From [EMAIL PROTECTED] 2003-09-24 14:27 --- Created an attachment (id=8329) Another WAR that shows this is working fine, not a bug

DO NOT REPLY [Bug 23379] - CoyoteAdapter An exception or error occurred in the container during the request processing

2003-09-24 Thread bugzilla
/show_bug.cgi?id=23379 CoyoteAdapter An exception or error occurred in the container during the request processing [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW

DO NOT REPLY [Bug 10383] - Specially crafted GET request causes the answering httpd process and the answering AJP13 processor to hang indefinitely

2003-09-19 Thread bugzilla
/show_bug.cgi?id=10383 Specially crafted GET request causes the answering httpd process and the answering AJP13 processor to hang indefinitely [EMAIL PROTECTED] changed: What|Removed |Added

DO NOT REPLY [Bug 16598] - request causing jk exception

2003-09-19 Thread bugzilla
/show_bug.cgi?id=16598 request causing jk exception [EMAIL PROTECTED] changed: What|Removed |Added AssignedTo|tomcat- |[EMAIL PROTECTED] |[EMAIL

DO NOT REPLY [Bug 14282] - mod_jk/ajp13 returns wrong response after bad chunk-encoding request

2003-09-19 Thread bugzilla
/show_bug.cgi?id=14282 mod_jk/ajp13 returns wrong response after bad chunk-encoding request [EMAIL PROTECTED] changed: What|Removed |Added AssignedTo|tomcat- |[EMAIL

DO NOT REPLY [Bug 15446] - request parameters get lost when using the ajp connector

2003-09-19 Thread bugzilla
/show_bug.cgi?id=15446 request parameters get lost when using the ajp connector [EMAIL PROTECTED] changed: What|Removed |Added AssignedTo|tomcat- |[EMAIL PROTECTED

DO NOT REPLY [Bug 8613] - POST request with invalid Content-Length header

2003-09-19 Thread bugzilla
/show_bug.cgi?id=8613 POST request with invalid Content-Length header [EMAIL PROTECTED] changed: What|Removed |Added AssignedTo|tomcat- |[EMAIL PROTECTED

DO NOT REPLY [Bug 23231] New: - Bad Request, page failed to be served, due to jave length overflow

2003-09-17 Thread bugzilla
/show_bug.cgi?id=23231 Bad Request, page failed to be served, due to jave length overflow Summary: Bad Request, page failed to be served, due to jave length overflow Product: Tomcat 4 Version: 4.0.4 Final Platform: PC URL: http

Request Dispatcher error handling implementation in Tomcat

2003-09-16 Thread Hussein Badakhchani
Please excuse the cross post to tomcat user mailing list. I am trying to understand the request dispatchers error handling behavior and want to know if Tomcat is implementing the specification correctly. My application uses a controller servlet to dispatch requests to a view servlet in another

DO NOT REPLY [Bug 19801] - Request dispatcher does not set empty javax.servlet.include request attributes

2003-09-02 Thread bugzilla
/show_bug.cgi?id=19801 Request dispatcher does not set empty javax.servlet.include request attributes --- Additional Comments From [EMAIL PROTECTED] 2003-09-01 09:47 --- Can anyone comment on this, please ? - To unsubscribe

DO NOT REPLY [Bug 20816] - Realm Authentication does not restore Original POST request.

2003-08-28 Thread bugzilla
/show_bug.cgi?id=20816 Realm Authentication does not restore Original POST request. [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 12938] - servlets do not register PUT request

2003-08-27 Thread bugzilla
/show_bug.cgi?id=12938 servlets do not register PUT request [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution

DO NOT REPLY [Bug 10229] - Request parameters lost after authenticated through login page

2003-08-25 Thread bugzilla
/show_bug.cgi?id=10229 Request parameters lost after authenticated through login page [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

request

2003-08-18 Thread Majesh.R
Hi , My name is majesh and i am a beginer in the feildof linux webserver administration.I am now in the study of connecting tomcat and redhat linux 8.0 apache.Will you please give me the steps required to accomplish this for me . waiting for your reply, A student

Re: request

2003-08-18 Thread matthias.ernst
Majesh, first of all, you should peruse the fine documentation on this subject that is readily available on the jakarta tomcat website. furthermore you should read it more thoroughly than the mailing-list instructions. quote Do not send mail to this list with usage questions or configuration

DO NOT REPLY [Bug 10229] - Request parameters lost after authenticated through login page

2003-08-14 Thread bugzilla
/show_bug.cgi?id=10229 Request parameters lost after authenticated through login page --- Additional Comments From [EMAIL PROTECTED] 2003-08-07 15:57 --- I tried this with org.apache.catalina.connector.http.HttpConnector as you suggested and the bug occurred here as well. Using 4.1.27

DO NOT REPLY [Bug 12196] - request.getRemoteUser() returns null for AJP request with remote username

2003-08-14 Thread bugzilla
/show_bug.cgi?id=12196 request.getRemoteUser() returns null for AJP request with remote username --- Additional Comments From [EMAIL PROTECTED] 2003-08-14 19:32 --- I am also getting request.getRemoteUser() set to null. Ironically request.getHeader(authorization) is getting set to Basic

DO NOT REPLY [Bug 19795] - Request crossing

2003-08-05 Thread bugzilla
/show_bug.cgi?id=19795 Request crossing [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[5.0] Function of o.a.catalina.connector.(Http)Request/ResponseWrapper

2003-08-02 Thread Remy Maucherat
Are these four classes useful ? They are not used anywhere (and I believe using them will break the pipeline, as some parts now depend on the CoyoteRequest/Response). I'll remove them. Please complain if you want them back for some reason :) Remy

Re: [5.0] Function of o.a.catalina.connector.(Http)Request/ResponseWrapper

2003-08-02 Thread Bill Barker
- Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Saturday, August 02, 2003 10:44 AM Subject: [5.0] Function of o.a.catalina.connector.(Http)Request/ResponseWrapper Are these four classes useful ? They are not used anywhere

DO NOT REPLY [Bug 22013] - RequestDispatcher.forward doesn't work with a relative path on a forwarded request

2003-08-01 Thread bugzilla
/show_bug.cgi?id=22013 RequestDispatcher.forward doesn't work with a relative path on a forwarded request [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED

DO NOT REPLY [Bug 22013] New: - RequestDispatcher.forward doesn't work with a relative path on a forwarded request

2003-07-31 Thread bugzilla
/show_bug.cgi?id=22013 RequestDispatcher.forward doesn't work with a relative path on a forwarded request Summary: RequestDispatcher.forward doesn't work with a relative path on a forwarded request Product: Tomcat 4 Version: 4.1.24 Platform: PC

DO NOT REPLY [Bug 22013] - RequestDispatcher.forward doesn't work with a relative path on a forwarded request

2003-07-31 Thread bugzilla
/show_bug.cgi?id=22013 RequestDispatcher.forward doesn't work with a relative path on a forwarded request --- Additional Comments From [EMAIL PROTECTED] 2003-07-31 09:34 --- Created an attachment (id=7602) zipped webapp illustrating bug

DO NOT REPLY [Bug 22013] - RequestDispatcher.forward doesn't work with a relative path on a forwarded request

2003-07-31 Thread bugzilla
/show_bug.cgi?id=22013 RequestDispatcher.forward doesn't work with a relative path on a forwarded request [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW

DO NOT REPLY [Bug 22013] - RequestDispatcher.forward doesn't work with a relative path on a forwarded request

2003-07-31 Thread bugzilla
/show_bug.cgi?id=22013 RequestDispatcher.forward doesn't work with a relative path on a forwarded request [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED

DO NOT REPLY [Bug 22013] - RequestDispatcher.forward doesn't work with a relative path on a forwarded request

2003-07-31 Thread bugzilla
/show_bug.cgi?id=22013 RequestDispatcher.forward doesn't work with a relative path on a forwarded request [EMAIL PROTECTED] changed: What|Removed |Added Status|REOPENED

DO NOT REPLY [Bug 22013] - RequestDispatcher.forward doesn't work with a relative path on a forwarded request

2003-07-31 Thread bugzilla
/show_bug.cgi?id=22013 RequestDispatcher.forward doesn't work with a relative path on a forwarded request --- Additional Comments From [EMAIL PROTECTED] 2003-07-31 12:37 --- After looking at the Servlet specification and the source code, here is what I have found : According to the specs

DO NOT REPLY [Bug 22000] - Tomcat Service Start-up error (1053): the service did not respond to the start or control request in a timely fashion.

2003-07-31 Thread bugzilla
/show_bug.cgi?id=22000 Tomcat Service Start-up error (1053): the service did not respond to the start or control request in a timely fashion. --- Additional Comments From [EMAIL PROTECTED] 2003-07-31 16:04 --- Yes, that was the problem. Thanks

DO NOT REPLY [Bug 21984] - Apache Tomcat hangs for long time and server error 500 if ..%5c.. is included in request URL

2003-07-31 Thread bugzilla
/show_bug.cgi?id=21984 Apache Tomcat hangs for long time and server error 500 if ..%5c.. is included in request URL [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED

DO NOT REPLY [Bug 21984] - Apache Tomcat hangs for long time and server error 500 if ..%5c.. is included in request URL

2003-07-31 Thread bugzilla
/show_bug.cgi?id=21984 Apache Tomcat hangs for long time and server error 500 if ..%5c.. is included in request URL [EMAIL PROTECTED] changed: What|Removed |Added Status|REOPENED

DO NOT REPLY [Bug 22000] New: - Tomcat Service Start-up error (1053): the service did not respond to the start or control request in a timely fashion.

2003-07-30 Thread bugzilla
/show_bug.cgi?id=22000 Tomcat Service Start-up error (1053): the service did not respond to the start or control request in a timely fashion. Summary: Tomcat Service Start-up error (1053): the service did not respond to the start or control request in a timely

DO NOT REPLY [Bug 22000] - Tomcat Service Start-up error (1053): the service did not respond to the start or control request in a timely fashion.

2003-07-30 Thread bugzilla
/show_bug.cgi?id=22000 Tomcat Service Start-up error (1053): the service did not respond to the start or control request in a timely fashion. [EMAIL PROTECTED] changed: What|Removed |Added

DO NOT REPLY [Bug 21984] New: - Apache Tomcat hangs for long time and server error 500 if ..%5c.. is included in request URL

2003-07-29 Thread bugzilla
/show_bug.cgi?id=21984 Apache Tomcat hangs for long time and server error 500 if ..%5c.. is included in request URL Summary: Apache Tomcat hangs for long time and server error 500 if ..%5c.. is included in request URL Product: Tomcat 4 Version: 4.1.24

DO NOT REPLY [Bug 21984] - Apache Tomcat hangs for long time and server error 500 if ..%5c.. is included in request URL

2003-07-29 Thread bugzilla
/show_bug.cgi?id=21984 Apache Tomcat hangs for long time and server error 500 if ..%5c.. is included in request URL [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW

DO NOT REPLY [Bug 10419] - Session-ID grabbing from Request accepts invalid session cookies in presense of valid URL sessions

2003-07-28 Thread bugzilla
/show_bug.cgi?id=10419 Session-ID grabbing from Request accepts invalid session cookies in presense of valid URL sessions --- Additional Comments From [EMAIL PROTECTED] 2003-07-28 11:26 --- Bug #1 is related to this. I actually have a use case: - Admin installs $WEBAPPLICATION - forgets

DO NOT REPLY [Bug 21939] New: - Coyote JK 2 outputs request parameters

2003-07-28 Thread bugzilla
/show_bug.cgi?id=21939 Coyote JK 2 outputs request parameters Summary: Coyote JK 2 outputs request parameters Product: Tomcat 4 Version: 4.1.24 Platform: All OS/Version: All Status: NEW Severity: Minor Priority: Other

DO NOT REPLY [Bug 15795] - Request with mailformed URL causes NullPointerException

2003-07-09 Thread bugzilla
/show_bug.cgi?id=15795 Request with mailformed URL causes NullPointerException --- Additional Comments From [EMAIL PROTECTED] 2003-07-09 14:06 --- I have the same thing with the exact same stacktrace. I think the problem is in FileDirContext.java. The javadoc for FileDirContext.file(String

Re: [PATCH] Change getSession() in org.apache.catalina.Session from HttpSession to a more general interface (enhancement request 21169)

2003-06-30 Thread Brian Olsen
Remy Maucherat wrote: Brian Olsen wrote: Hey Guys, I just made a proposed patch for the enhancement request I made regarding the SIP Servlet API http://issues.apache.org/bugzilla/show_bug.cgi?id=21169 It adds a new interface org.apache.catalina.ServletSession that contains the methods

Re: [PATCH] Change getSession() in org.apache.catalina.Session from HttpSession to a more general interface (enhancement request 21169)

2003-06-30 Thread Bill Barker
- Original Message - From: Brian Olsen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 30, 2003 1:31 AM Subject: Re: [PATCH] Change getSession() in org.apache.catalina.Session from HttpSession to a more general interface (enhancement request 21169) Remy Maucherat wrote

Re: [PATCH] Change getSession() in org.apache.catalina.Session from HttpSession to a more general interface (enhancement request 21169)

2003-06-30 Thread Yoav Shapira
: Monday, June 30, 2003 1:31 AM Subject: Re: [PATCH] Change getSession() in org.apache.catalina.Session from HttpSession to a more general interface (enhancement request 21169) Remy Maucherat wrote: Brian Olsen wrote: Hey Guys, I just made a proposed patch for the enhancement

Re: [PATCH] Change getSession() in org.apache.catalina.Session from HttpSession to a more general interface (enhancement request 21169)

2003-06-30 Thread Remy Maucherat
Bill Barker wrote: Like Remy, I'm -0 on the patch. As I read Remy's post, this means that neither of us will actually veto it if some other developer decides to post it. However, neither of us consider it to be a-good-idea, so we will be looking for implementation holes to veto ;-). The internal

Re: [PATCH] Change getSession() in org.apache.catalina.Session from HttpSession to a more general interface (enhancement request 21169)

2003-06-30 Thread Brian Olsen
Bill Barker wrote: - Original Message - From: Brian Olsen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 30, 2003 1:31 AM Subject: Re: [PATCH] Change getSession() in org.apache.catalina.Session from HttpSession to a more general interface (enhancement request 21169) Remy

Re: [PATCH] Change getSession() in org.apache.catalina.Session from HttpSession to a more general interface (enhancement request 21169)

2003-06-30 Thread Brian Olsen
Remy Maucherat wrote: Bill Barker wrote: Like Remy, I'm -0 on the patch. As I read Remy's post, this means that neither of us will actually veto it if some other developer decides to post it. However, neither of us consider it to be a-good-idea, so we will be looking for implementation holes

[PATCH] Change getSession() in org.apache.catalina.Session from HttpSessionto a more general interface (enhancement request 21169)

2003-06-30 Thread Brian Olsen
Hey Guys, I just made a proposed patch for the enhancement request I made regarding the SIP Servlet API http://issues.apache.org/bugzilla/show_bug.cgi?id=21169 It adds a new interface org.apache.catalina.ServletSession that contains the methods that HttpSession has in common with SipSession

Re: [PATCH] Change getSession() in org.apache.catalina.Session from HttpSession to a more general interface (enhancement request 21169)

2003-06-30 Thread Remy Maucherat
Brian Olsen wrote: Remy Maucherat wrote: It's not that I do think it's a bad idea, it's just I think there are other problems. I would be willing to consider including the patch (but I need to look into possible side effects first). What could those side effects be??? You're changing the core

[PATCH] Change getSession() in org.apache.catalina.Session from HttpSessionto a more general interface (enhancement request 21169)

2003-06-29 Thread Brian Olsen
Hey Guys, I just made a proposed patch for the enhancement request I made regarding the SIP Servlet API http://issues.apache.org/bugzilla/show_bug.cgi?id=21169 It adds a new interface org.apache.catalina.ServletSession that contains the methods that HttpSession has in common with SipSession

Re: [PATCH] Change getSession() in org.apache.catalina.Session fromHttpSession to a more general interface (enhancement request 21169)

2003-06-29 Thread Remy Maucherat
Brian Olsen wrote: Hey Guys, I just made a proposed patch for the enhancement request I made regarding the SIP Servlet API http://issues.apache.org/bugzilla/show_bug.cgi?id=21169 It adds a new interface org.apache.catalina.ServletSession that contains the methods that HttpSession has in common

DO NOT REPLY [Bug 21146] New: - Request variables from Apache are not available in Tomcat

2003-06-27 Thread bugzilla
/show_bug.cgi?id=21146 Request variables from Apache are not available in Tomcat Summary: Request variables from Apache are not available in Tomcat Product: Tomcat 4 Version: 4.1.24 Platform: PC OS/Version: Windows NT/2K

jakarta-servletapi-5 karma request

2003-06-25 Thread Yoav Shapira
Hi, Can I please have karma for jakarta-servletapi-5? I have additional examples to commit. Thanks, Yoav Shapira = Yoav Shapira [EMAIL PROTECTED] __ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com

Request inclusion of new Valve

2003-06-18 Thread David R Robison
and sets it as the User Principal for the HTTP Request. This way, the user name will be saved with the access log record. I would like to know if it could be added as a standard valve in a future release. Thanks David R Robison Open Roads Consulting, Inc. http://www.openroadsconsulting.com ?xml

DO NOT REPLY [Bug 20816] - Realm Authentication does not restore Original POST request.

2003-06-18 Thread bugzilla
/show_bug.cgi?id=20816 Realm Authentication does not restore Original POST request. [EMAIL PROTECTED] changed: What|Removed |Added Severity|Critical|Blocker

DO NOT REPLY [Bug 20816] New: - Realm Authentication does not restore Original POST request.

2003-06-16 Thread bugzilla
/show_bug.cgi?id=20816 Realm Authentication does not restore Original POST request. Summary: Realm Authentication does not restore Original POST request. Product: Tomcat 4 Version: 4.1.18 Platform: All OS/Version: All Status

DO NOT REPLY [Bug 16032] - Not all attributes get copied when the request is forwarded

2003-05-30 Thread bugzilla
/show_bug.cgi?id=16032 Not all attributes get copied when the request is forwarded [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 9754] - Request and response wrappers behavior

2003-05-30 Thread bugzilla
/show_bug.cgi?id=9754 Request and response wrappers behavior [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution

DO NOT REPLY [Bug 20314] - Wrapped request object not the same when forwarding to a web resource in a filter

2003-05-30 Thread bugzilla
/show_bug.cgi?id=20314 Wrapped request object not the same when forwarding to a web resource in a filter [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW

DO NOT REPLY [Bug 20314] New: - Wrapped request object not the same when forwarding to a web resource in a filter

2003-05-29 Thread bugzilla
/show_bug.cgi?id=20314 Wrapped request object not the same when forwarding to a web resource in a filter Summary: Wrapped request object not the same when forwarding to a web resource in a filter Product: Tomcat 4 Version: 4.1.24 Platform: PC

DO NOT REPLY [Bug 12196] - request.getRemoteUser() returns null for AJP request with remote username

2003-04-01 Thread bugzilla
/show_bug.cgi?id=12196 request.getRemoteUser() returns null for AJP request with remote username [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED

DO NOT REPLY [Bug 12196] - request.getRemoteUser() returns null for AJP request with remote username

2003-04-01 Thread bugzilla
/show_bug.cgi?id=12196 request.getRemoteUser() returns null for AJP request with remote username --- Additional Comments From [EMAIL PROTECTED] 2003-04-01 22:24 --- Are you sure? It works fine with recent builds of Mozilla and Phoenix. Try updating to the latest Netscape (7.2?) and see what

DO NOT REPLY [Bug 12196] - request.getRemoteUser() returns null for AJP request with remote username

2003-04-01 Thread bugzilla
/show_bug.cgi?id=12196 request.getRemoteUser() returns null for AJP request with remote username --- Additional Comments From [EMAIL PROTECTED] 2003-04-01 23:08 --- Tested in Netscape 7.0.2, and 4.7.9, which are the latest of each branch according to the Netscape site. Didn't test Mozilla

DO NOT REPLY [Bug 15795] - Request with mailformed URL causes NullPointerException

2003-03-29 Thread bugzilla
/show_bug.cgi?id=15795 Request with mailformed URL causes NullPointerException --- Additional Comments From [EMAIL PROTECTED] 2003-03-29 18:49 --- I received this on 4.1.24 as well. The problems comes from the fact that getRelativePath() called in serveResource () returns null (as it should

DO NOT REPLY [Bug 18238] - Client (JSP) request abort causes SEVERE error in server log

2003-03-26 Thread bugzilla
/show_bug.cgi?id=18238 Client (JSP) request abort causes SEVERE error in server log --- Additional Comments From [EMAIL PROTECTED] 2003-03-26 15:15 --- This occurs for me with Apache 2.0.43, mod_jk 1.2.2, and Tomcat 4.1.18 or 4.1.20 -- though I've never had it occur if I let all pages

DO NOT REPLY [Bug 18225] - Regression in Tomcat 5: Request failed to match default servlet

2003-03-26 Thread bugzilla
/show_bug.cgi?id=18225 Regression in Tomcat 5: Request failed to match default servlet [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|CLOSED

DO NOT REPLY [Bug 18225] - Regression in Tomcat 5: Request failed to match default servlet

2003-03-26 Thread bugzilla
/show_bug.cgi?id=18225 Regression in Tomcat 5: Request failed to match default servlet --- Additional Comments From [EMAIL PROTECTED] 2003-03-26 19:35 --- - Always verify using the CVS code - Always submit a test case (I did reproduce what you had explained, but there was no problem with what

DO NOT REPLY [Bug 18225] - Regression in Tomcat 5: Request failed to match default servlet

2003-03-25 Thread bugzilla
/show_bug.cgi?id=18225 Regression in Tomcat 5: Request failed to match default servlet --- Additional Comments From [EMAIL PROTECTED] 2003-03-25 15:41 --- Created an attachment (id=5498) war file for reproducing problem

DO NOT REPLY [Bug 18225] - Regression in Tomcat 5: Request failed to match default servlet

2003-03-25 Thread bugzilla
/show_bug.cgi?id=18225 Regression in Tomcat 5: Request failed to match default servlet [EMAIL PROTECTED] changed: What|Removed |Added CC|[EMAIL PROTECTED],|[EMAIL

DO NOT REPLY [Bug 18225] - Regression in Tomcat 5: Request failed to match default servlet

2003-03-25 Thread bugzilla
/show_bug.cgi?id=18225 Regression in Tomcat 5: Request failed to match default servlet --- Additional Comments From [EMAIL PROTECTED] 2003-03-25 16:07 --- I'll decline the priviledge to recieve your stuff twice, thanks

DO NOT REPLY [Bug 18225] - Regression in Tomcat 5: Request failed to match default servlet

2003-03-25 Thread bugzilla
/show_bug.cgi?id=18225 Regression in Tomcat 5: Request failed to match default servlet [EMAIL PROTECTED] changed: What|Removed |Added Status|REOPENED|RESOLVED

DO NOT REPLY [Bug 18238] - Client (JSP) request abort causes SEVERE error in server log

2003-03-25 Thread bugzilla
/show_bug.cgi?id=18238 Client (JSP) request abort causes SEVERE error in server log --- Additional Comments From [EMAIL PROTECTED] 2003-03-25 22:58 --- It seams to only happen when I'm running it from IIS using and the (default) Coyote connector for AJP13. It is reproducable even when I'm

<    1   2   3   4   5   6   7   8   9   >