Re: Servlet Path Path Info on Weblogic 8.1 vs. Struts

2003-09-24 Thread Craig R. McClanahan
Jing Zhou wrote: From Servlet 2.3, there is another thing not clear to me: Could a servlet container execute the filters in a chain in different threads for one incoming http request? No. All the processing for a single request has to be done in a single thread. Craig

Re: Servlet Path Path Info on Weblogic 8.1 vs. Struts

2003-09-23 Thread Jing Zhou
Craig, Thanks for your confirmation. It does appear to be a bug in WebLogic 8.1. I programmed a filter to work around this problem and some other issues in Oracle OC4J 9.0.3. It works fine. But I discovered the following behavioral differences between different vendors: The filter is mapped to

RE: Servlet Path Path Info on Weblogic 8.1 vs. Struts

2003-09-23 Thread Karr, David
(If I were you, I wouldn't CC people on notes to this list (and many other lists).) -Original Message- From: Jing Zhou [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 12:20 PM To: Struts Users Mailing List Cc: Craig R. McClanahan Subject: Re: Servlet Path Path Info

Re: Servlet Path Path Info on Weblogic 8.1 vs. Struts

2003-09-23 Thread Jing Zhou
- Original Message - From: Karr, David [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 4:31 PM Subject: RE: Servlet Path Path Info on Weblogic 8.1 vs. Struts (If I were you, I wouldn't CC people on notes to this list (and many

Re: Servlet Path Path Info on Weblogic 8.1 vs. Struts

2003-09-23 Thread Craig R. McClanahan
Jing Zhou wrote: Craig, Thanks for your confirmation. It does appear to be a bug in WebLogic 8.1. I programmed a filter to work around this problem and some other issues in Oracle OC4J 9.0.3. It works fine. But I discovered the following behavioral differences between different vendors: The

Re: Servlet Path Path Info on Weblogic 8.1 vs. Struts

2003-09-23 Thread Craig R. McClanahan
Jing Zhou wrote: - Original Message - From: Karr, David [EMAIL PROTECTED] Did you find a bug report describing this in the BEA Support database? No. But I left a short description of the problem regarding to the confused servlet path and path info in a mailing list. Jing I

Re: Servlet Path Path Info on Weblogic 8.1 vs. Struts

2003-09-23 Thread Jing Zhou
- Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 6:44 PM Subject: Re: Servlet Path Path Info on Weblogic 8.1 vs. Struts * On WebLogic 8.1 and OC4J 9.0.3, the filter is invoked when *.do

Re: Servlet Path Path Info on Weblogic 8.1 vs. Struts

2003-09-20 Thread Craig R. McClanahan
On Sat, 20 Sep 2003, Jing Zhou wrote: Date: Sat, 20 Sep 2003 13:01:08 -0500 From: Jing Zhou [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED], Jing Zhou [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Servlet Path Path Info on Weblogic

Re: Servlet Path Path Info on Weblogic 8.1 vs. Struts

2003-09-20 Thread Jing Zhou
See my comments near the end. Jing - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]; Jing Zhou [EMAIL PROTECTED] Sent: Saturday, September 20, 2003 1:16 PM Subject: Re: Servlet Path Path Info on Weblogic 8.1 vs. Struts

Re: Servlet Path Path Info on Weblogic 8.1 vs. Struts

2003-09-20 Thread Craig R. McClanahan
On Sat, 20 Sep 2003, Jing Zhou wrote: Date: Sat, 20 Sep 2003 19:17:24 -0500 From: Jing Zhou [EMAIL PROTECTED] To: Craig R. McClanahan [EMAIL PROTECTED], Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Servlet Path Path Info on Weblogic 8.1 vs. Struts See my comments near