Re: Bug in JSPReader?

2003-08-14 Thread Marc Baumgartner
Anyone is always the first ;-) Maybe the others port their code to Cocoon processing instead of reusing legacy JSP. I know, I Know ;-) But the HttpServletRequest implementation is only minimalistic in the JSPEngineImpl:

Re: Bug in JSPReader?

2003-08-04 Thread Konstantin Piroumian
[EMAIL PROTECTED] - Original Message - From: Marc Baumgartner [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 31, 2003 21:39 Subject: Bug in JSPReader? Hello all, it seems that there is a bug in the JSPReader class? I have the following sitemap entry

Re: Bug in JSPReader?

2003-08-04 Thread Joerg Heinicke
- From: Marc Baumgartner [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 31, 2003 21:39 Subject: Bug in JSPReader? Hello all, it seems that there is a bug in the JSPReader class? I have the following sitemap entry: map:match pattern=admin/*.jsp map:read type=jsp src=test/{1}.jsp

Re: Bug in JSPReader?

2003-08-04 Thread Marc Baumgartner
PROTECTED] Sent: Thursday, July 31, 2003 21:39 Subject: Bug in JSPReader? Hello all, it seems that there is a bug in the JSPReader class? I have the following sitemap entry: map:match pattern=admin/*.jsp map:read type=jsp src=test/{1}.jsp mime-type=text/html / /map:match

Re: Bug in JSPReader?

2003-08-04 Thread Konstantin Piroumian
the JSPGenerator). Regards, Konstantin Piroumian [EMAIL PROTECTED] - Original Message - From: Marc Baumgartner [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 31, 2003 21:39 Subject: Bug in JSPReader? Hello all, it seems that there is a bug

Re: Bug in JSPReader?

2003-08-04 Thread Marc Baumgartner
: Thursday, July 31, 2003 21:39 Subject: Bug in JSPReader? Hello all, it seems that there is a bug in the JSPReader class? I have the following sitemap entry: map:match pattern=admin/*.jsp map:read type=jsp src=test/{1}.jsp mime-type=text/html

Re: Bug in JSPReader?

2003-08-04 Thread Joerg Heinicke
Anyone is always the first ;-) Maybe the others port their code to Cocoon processing instead of reusing legacy JSP. But the HttpServletRequest implementation is only minimalistic in the JSPEngineImpl: