RE: Tomcat Interceptors - proof read, anyone?

2001-05-22 Thread Paulo Gaspar
-Original Message- From: Antony Bowesman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 22, 2001 7:47 AM Hi Filip, Filip Hanik wrote: Hi, I'm currently part of a project that is writing an open source Tomcat book, http://sourceforge.net/projects/tomcatbook. ...

RE: Tomcat Interceptors - proof read, anyone?

2001-05-22 Thread GOMEZ Henri
Excellent, Please switch from GPL to Apache... - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6

Re: Tomcat Interceptors - proof read, anyone?

2001-05-22 Thread cmanolache
One thing to note about interceptors is that the behavior is intended to be as close as possible with Apache modules, IIS filters and NES SAFs. If you read the docs for the 3 web servers you'll notice an amazing similarity between their extension mechanism ( which at least in Apache is also the

Re: Tomcat Interceptors - proof read, anyone?

2001-05-21 Thread cmanolache
Hi Filip, I'm happy to see this happening ! Documentation is one of the weakest points in tomcat, and I'm glad to see people willing to work on that. Few general comments: - licence. Tomcat is licenced under Apache, and from various reasons it's not easy to bundle apache and gpl-licenced code.

RE: Tomcat Interceptors - proof read, anyone?

2001-05-21 Thread Filip Hanik
- licence. Tomcat is licenced under Apache, and from various reasons it's not easy to bundle apache and gpl-licenced code. yeah, I am aware of this :). However the tomcatbook project is an independent project and I am not the owner of the project, so I would have to talk to the dudes. I forsee

Re: Tomcat Interceptors - proof read, anyone?

2001-05-21 Thread Antony Bowesman
Hi Filip, Filip Hanik wrote: Hi, I'm currently part of a project that is writing an open source Tomcat book, http://sourceforge.net/projects/tomcatbook. I have written a document that explains the Tomcat interceptor design and how to build your own interceptors. I would be happy to