Re: tomcat job opportunity

2003-07-11 Thread Bob Lee
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

Cookie Encoding

2002-05-20 Thread Bob Lee
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

Re: [PLAN] New Jasper

2002-03-26 Thread Bob Lee
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'

Re: [PLAN] New Jasper

2002-03-26 Thread Bob Lee
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 Lee [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26

Question about jsp:include/ implementation.

2002-03-25 Thread Bob Lee
I noticed that the implementation of jsp:include/ 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

test -- please ignore.

2002-03-23 Thread Bob Lee

Re: new photos from my party!

2002-01-28 Thread Bob Lee
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 photos! If

XSL Factory

2001-11-29 Thread Bob Lee
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:

Javascript in JSP.

2001-11-26 Thread Bob Lee
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