Steven,
I did modify Jasper (Tomcat's JSP engine) a couple years back to
support scripting languages in the JSP scriptlets. Though I don't have
intimate knowledge of the Tomcat internals, they are pretty well
documented, I do use it, and this type of low-level development is my
specialty (and
I ran into an issue with cookie encoding. Not sure if anyone else had this
problem or not.
When I set a cookie in a Servlet and then read it in Javascript, the "+"
does not decode to a space.
Works fine in WebLogic. I compensated by replacing all "+" with spaces and
then running it through unesc
bject: RE: [PLAN] New Jasper
May be because of license of javacc ;-)
-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .)
PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6
>-Original Message-
>From: Bob Le
Possibly very stupid question...
Is there any reason not to use JavaCC on the JSP compiler? I know the
grammar is pretty nasty, but that doesn't make a custom solution any easier
either.
Bob
- Original Message -
From: "Ignacio J. Ortega" <[EMAIL PROTECTED]>
To: "'Tomcat Developers List
I noticed that the implementation of uses a
RequestDispatcher.include() to include the content. It appears to pass on
the request from the calling the page. Doesn't this mean that the parameters
passed to the including page will be made available to the included page?
When you use the tags with
I assume everyone knows this is a virus.
Bob
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 28, 2002 4:23 AM
Subject: new photos from my party!
> Hello!
>
> My party... It was absolutely amazing!
> I have attached my web page with new photo
I've written a really tight XSL factory that could be used in lot of
applications.
Is there a possibility of distributing it with Tomcat? I thought this might
be an ideal location because so many packages that are built on Tomcat could
make use of it.
Thanks,
Bob
--
To unsubscribe, e-mail: <
I modified Jasper to support Javascript scriptlets and expressions in JSPs using
Rhino. Should I contribute the code?
The reason I'm asking is that I'm not sure how you guys would feel about a Mozilla
dependency.
I would have used IBM's BSF, but the license is more strict, it still uses Rhino,