cvs commit: jakarta-tomcat/src/native/apache2.0 mod_jk.c

2001-05-18 Thread keith
keith 01/05/18 21:23:44 Modified:src/native/apache1.3 Tag: tomcat_32 mod_jk.c src/native/apache2.0 Tag: tomcat_32 mod_jk.c Log: mod_jk should be passing the raw, possibly encoded URI to Tomcat; see for th

Tomcat Interceptors - proof read, anyone?

2001-05-18 Thread Filip Hanik
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 receive feedback on this document from the

Velocity Advocacy, JSP Bashing, and More (oh my)...

2001-05-18 Thread Craig R. McClanahan
To quote Jon in another mailing list: "less talk, more code". Could you guys please take this conversation elsewhere? There are people around here trying to get some work done on Tomcat. :-) Craig

Re: public static String Digest() in JDBCRealm

2001-05-18 Thread Craig R. McClanahan
Sounds like a good plan - go for it! On Fri, 18 May 2001, Bip Thelin wrote: > "Craig R. McClanahan" wrote: > > > > It went away by accident during my refactoring. It'll get put back in (by > > me) sometime, unless someone wants to beat me to it (hint, hint :-). > > I put the static method bac

cvs commit: jakarta-tomcat-4.0/catalina/docs/dev/xdocs/stylesheets tempoarary.xsl

2001-05-18 Thread craigmcc
craigmcc01/05/18 18:14:33 Added: catalina/docs/dev/xdocs/stylesheets tempoarary.xsl Log: Add a temporary XSLT stylesheet (cribbed from the one in Struts) that can be used until the overall documentation for Tomcat is Anakia-ized (or whatever final choice we make). Revisio

cvs commit: jakarta-tomcat-4.0/catalina/docs/dev/xdocs/images jakarta-logo.gif tomcat-power.gif tomcat.gif

2001-05-18 Thread craigmcc
craigmcc01/05/18 18:13:40 Added: catalina/docs/dev/xdocs/images jakarta-logo.gif tomcat-power.gif tomcat.gif Log: Add some images for use by the developer docs. (Once we clarify the overall documentation directory structure, these can be shared). Re

cvs commit: jakarta-tomcat-4.0/catalina/docs/dev/xdocs/stylesheets project.xml

2001-05-18 Thread craigmcc
craigmcc01/05/18 18:07:54 Modified:catalina build.xml catalina/docs/dev/xdocs building.xml classloaders.xml fs-default.xml fs-invoker.xml catalina/docs/dev/xdocs/stylesheets project.xml Log: Clean up miscellaneous XML typos.

Re: Jasper performance - JMX

2001-05-18 Thread Jon Stevens
on 5/18/01 10:48 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Fri, 18 May 2001, Jon Stevens wrote: > >> Correct, however some bright monkey decided to add <% %> into the JSP >> specification. So, if you disable that, you are breaking the specification. >> In other words, it is a bad d

Re: Problems with APR under Linux...

2001-05-18 Thread Pier P. Fumagalli
Greg Stein at [EMAIL PROTECTED] wrote: > > Right. Adding -lpthread manually is absolutely the wrong thing for your app > to do. That was poor advice. > > > APR generates a shell script called APRVARS. That should have everything > that you need for compiling your app, and for linking your app t

Re: Jasper performance - JMX

2001-05-18 Thread cmanolache
On Fri, 18 May 2001, Jon Stevens wrote: > Correct, however some bright monkey decided to add <% %> into the JSP > specification. So, if you disable that, you are breaking the specification. > In other words, it is a bad design in the first place. That is the point. Not using <% %> doesn't brake

cvs commit: jakarta-tomcat-4.0/catalina/docs/dev/xdocs/images - New directory

2001-05-18 Thread craigmcc
craigmcc01/05/18 17:39:38 jakarta-tomcat-4.0/catalina/docs/dev/xdocs/images - New directory

Re: 3.2.2 mod_jk encoding issue

2001-05-18 Thread cmanolache
There is also a bug in 3.3 ( where URI is also decoded ), I'm working on it - should be ready this weekend. ( I'm also working on the " " bug, it has the most votes so far ) Costin On Fri, 18 May 2001, Keith Wannamaker wrote: > The 2.2 servlet spec errata says the uri from > HttpServletRequest

Re: Jasper performance

2001-05-18 Thread Jon Stevens
on 5/18/01 4:55 PM, "Eduardo Pelegri-Llopart" <[EMAIL PROTECTED]> wrote: > Sorry, Jon, we disagree. TagLibraryValidators *are* part of the JSP 1.2 > specification. Go back and read what I wrote again. I'm not saying that TagLibraryValidators aren't part of the specification. > They are quite f

Re: Jasper performance

2001-05-18 Thread Eduardo Pelegri-Llopart
Sorry, Jon, we disagree. TagLibraryValidators *are* part of the JSP 1.2 specification. They are quite flexible and one of the simplest uses is to express that some tags cannot appear. Scriptlets are exposed as jsp:scriptlet tags. - eduard/o Jon Stevens wrote: > > on 5/18/01 3:01 PM,

Re: Problems with APR under Linux...

2001-05-18 Thread Pier P. Fumagalli
Craig R. McClanahan at [EMAIL PROTECTED] wrote: > On Fri, 18 May 2001, Pier P. Fumagalli wrote: > >> This _is_ interesting... For Craig, so that you can try it out under your >> RedHat (you won't believe it, but I can't find a Linux copy in London in any >> store! And downloading it will take a c

Re: Problems with APR under Linux...

2001-05-18 Thread Pier P. Fumagalli
Williamson, James at [EMAIL PROTECTED] wrote: > Umm, a passive watcher; but couldn't help responding to you not being able > to find a copy of Redhat in London?! > > You'll find lots of book shops sell it, try Foyles down Charing Cross > road... That made the trick :) Thanks James :) :) :) (Noo

Re: Problems with APR under Linux...

2001-05-18 Thread Pier P. Fumagalli
kevin seguin at [EMAIL PROTECTED] wrote: > for apache 1.3, i'd think you'd want to use apr without threads. but i > could be wrong... > > for what it's worth, a while ago i tried using a multithreaded library > in an apache 1.3 module on solaris. i had to compile the module with > -lpthread.

Re: public static String Digest() in JDBCRealm

2001-05-18 Thread Bip Thelin
"Craig R. McClanahan" wrote: > > It went away by accident during my refactoring. It'll get put back in (by > me) sometime, unless someone wants to beat me to it (hint, hint :-). I put the static method back in along with the main() method. > I'd actually prefer to see a little stand-alone tool

Re: Jasper performance

2001-05-18 Thread Jon Stevens
on 5/18/01 3:01 PM, "Eduardo Pelegri-Llopart" <[EMAIL PROTECTED]> wrote: > I didn't see any follow-up clarifying this but apologies if I missed it. > > JSP 1.2 has the notion of a TagLibraryValidator that is associated with > a tag library. This can be used to portably validate different > asse

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/realm JDBCRealm.java

2001-05-18 Thread bip
bip 01/05/18 16:39:22 Modified:catalina/src/share/org/apache/catalina/realm JDBCRealm.java Log: Added public final static Digest() and a main method to use when creating digested passwords, this methods where accidently removed when the realm package was refactored. Rev

RE: [VOTE] Final release of Tomcat 3.2.2

2001-05-18 Thread Arieh Markel
Great job. See you at JavaOne. - Vote to release the tomcat_32 branch as Tomcat 3.2.2. [X] +1. I agree with the proposal and I will help support the release. [ ] +0. I agree with the proposal but I will not be able

Re: Jasper performance

2001-05-18 Thread Eduardo Pelegri-Llopart
(sorry for the response lag, unfortunatly I don't read tomcat very frequently) Hi Jon. > The problem with taglibs is that there is no restriction on the > ability to put Java code in the page. It is part of the JSP > specification to be able to do that. Sure, you can disable it (as > Costin said

RE: 3.2.2 mod_jk encoding issue

2001-05-18 Thread GOMEZ Henri
>I just tried this and verified the orginal bug and that the >proposed patch >does fix the problem. I'm OK with committing to the tomcat_32 branch. > >DOES ANYONE ELSE OUT THERE HAVE ANYTHING THEY WANT TO TELL ME? > >Resin would not appear to be compliant with the specification. > The 4/27/00 >

Re: Jasper performance - JMX

2001-05-18 Thread Jon Stevens
on 5/18/01 3:40 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > The key point is that you have to disable any user code in order to have > this to work. Only applications that do not use any user code ( beans, > servlets, utils ) will work. > > Same is true for almost any templating system

Re: Jasper performance - JMX

2001-05-18 Thread cmanolache
On Fri, 18 May 2001, Jon Stevens wrote: > on 5/18/01 1:04 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > I doubt too many installations of Velocity are set up to disallow user > > code - it's not too much you can do. It'll be secure - probably because > > nobody will care to use such a

Re: Jasper performance - JMX

2001-05-18 Thread Jon Stevens
on 5/18/01 1:04 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I doubt too many installations of Velocity are set up to disallow user > code - it's not too much you can do. It'll be secure - probably because > nobody will care to use such a thing :-) And if you allow any user code - > all t

Re: Jasper performance

2001-05-18 Thread Jon Stevens
on 5/18/01 6:50 AM, "Geir Magnusson Jr." <[EMAIL PROTECTED]> wrote: > Definitely. Agreed. There is no silver bullet. > > I guess the point is that you remove a little of the risk, as a designer > can't > > <% while(true); %> > > (although as JSP compilers get better, I am sure this stuff ca

Re: Jasper performance

2001-05-18 Thread Jon Stevens
on 5/18/01 1:37 AM, "Paulo Gaspar" <[EMAIL PROTECTED]> wrote: >> All Velocity has is a #foreach. This is a fully functional >> looping construct >> that prevents you from screwing things up and still gets the job done. > > On the #foreach and DoS issues, I would use "makes it harder" instead > o

RE: 3.2.2 mod_jk encoding issue

2001-05-18 Thread Marc Saegesser
I just tried this and verified the orginal bug and that the proposed patch does fix the problem. I'm OK with committing to the tomcat_32 branch. DOES ANYONE ELSE OUT THERE HAVE ANYTHING THEY WANT TO TELL ME? Resin would not appear to be compliant with the specification. The 4/27/00 errata indi

RE: 3.2.2 mod_jk encoding issue

2001-05-18 Thread GOMEZ Henri
Resin 1.2.5 and 2.0b2 also use uri instead of unparsed_uri. So what ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 >-Original Mess

RE: 3.2.2 mod_jk encoding issue

2001-05-18 Thread GOMEZ Henri
Seems correct to me. BTW, with the jakarta-tomcat-connector, this kind of native bugs fixes will appears outside TC 3.2/3.3/4.0 soon. I'll correct that on mod_jk in TC 3.3 and jakarta-tomcat-connector To be fixed also in mod_webapp. - Henri Gomez ___[_] EMAIL : [EMAIL P

3.2.2 mod_jk encoding issue

2001-05-18 Thread Keith Wannamaker
The 2.2 servlet spec errata says the uri from HttpServletRequest.getRequestURI() should remain encoded. [http://java.sun.com/products/servlet/errata_042700.html] Tomcat 3.2 standalone handles this correctly, but the mod_jk connector does not. The connector uses the decoded uri from Apache (r->ur

RE: [ANNOUNCEMENT] Tomcat 3.3 Milestone 3

2001-05-18 Thread GOMEZ Henri
The RPM are available with a new package, tomcat-webapps which hold ADMIN, ROOT and EXAMPLES webapps as requested by many on the user list :) Also a big hi to Larry for this release :) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY :

RE: [VOTE] Final release of Tomcat 3.2.2

2001-05-18 Thread GOMEZ Henri
>Vote to release the tomcat_32 branch as Tomcat 3.2.2. > >[X] +1. I agree with the proposal and I will help support > the release. >[ ] +0. I agree with the proposal but I will not be able > to help support the release. >[ ] -0. I don't agree with the proposal but I won't stop >

Re: [VOTE] Final release of Tomcat 3.2.2

2001-05-18 Thread Craig R. McClanahan
+0 (due to time constraints, otherwise it would be +1). Way to go Marc, and everyone who has contributed to this)! Craig On Fri, 18 May 2001, Marc Saegesser wrote: > The latest beta cycle for Tomcat 3.2.2 has completed with no new bugs > identified. As the release manager I propose that we r

cvs commit: jakarta-tomcat-4.0/catalina/docs/dev/xdocs/stylesheets project.xml

2001-05-18 Thread craigmcc
craigmcc01/05/18 13:58:12 Added: catalina/docs/dev/xdocs building.xml classloaders.xml fs-default.xml fs-invoker.xml index.xml catalina/docs/dev/xdocs/stylesheets project.xml Log: Begin converting the Catalina developer docs to XML format, so

cvs commit: jakarta-tomcat-connectors/jk/src/native/netscape Makefile.nw

2001-05-18 Thread larryi
larryi 01/05/18 13:53:26 Modified:jk/src/native/apache-1.3 Makefile.nw jk/src/native/jni Makefile.nw jk/src/native/netscape Makefile.nw Log: Updates to connector make files for Netware. Submitted by: Mike Anderson Revision ChangesPath

cvs commit: jakarta-tomcat/src/native/mod_jk/netscape Makefile.nw

2001-05-18 Thread larryi
larryi 01/05/18 13:39:46 Modified:src/native/mod_jk/apache1.3 Makefile.nw src/native/mod_jk/jni Makefile.nw src/native/mod_jk/netscape Makefile.nw Added: src/doc Tomcat-on-NetWare-HowTo.html Log: Updates to connector make files for Netware.

Re: [VOTE] Final release of Tomcat 3.2.2

2001-05-18 Thread Glenn Nielsen
Marc Saegesser wrote: > > The latest beta cycle for Tomcat 3.2.2 has completed with no new bugs > identified. As the release manager I propose that we release the tomcat_32 > branch as Tomcat 3.2.2. Please indicate your vote for the release using the > ballot below. > > I will tabulate and pos

dev: errors

2001-05-18 Thread Oskar Zinger
Hey, guys, I am new to tomcat... using Tomcat v4.0-b3/b5. I am trying to include other jsps output in one main jsp and getting an IllegalStateException: with error message: "Cannot forward after response has been committed." This is what I am doing: <% for(int i = 0; i < typeNames.length; i++)

RE: [VOTE] Final release of Tomcat 3.2.2

2001-05-18 Thread Ignacio J. Ortega
Marc you rock!! > - > > Vote to release the tomcat_32 branch as Tomcat 3.2.2. > > [X] +1. I agree with the proposal and I will help support > the release. > [ ] +0. I agree with the proposal but I will not be able > to hel

Re: [VOTE] Final release of Tomcat 3.2.2

2001-05-18 Thread cmanolache
> Vote to release the tomcat_32 branch as Tomcat 3.2.2. > > [X] +1. I agree with the proposal and I will help support > the release. > [ ] +0. I agree with the proposal but I will not be able > to help support the release. > [ ] -0. I don't agree with the proposal but I won't

Re: [PATCH] '8859_1' is not a valid charset alias

2001-05-18 Thread Forrest R. Girouard
It is my understanding that '8859_1' is an alias for a Java encoding which maps to the 'ISO-8859-1' character set. The Java encoding and the character set name are not always the same. Furthermore, while it's not readily apparent using 'ISO8859_1' for the Java encoding is far preferable to usi

Re: [VOTE] Final release of Tomcat 3.2.2

2001-05-18 Thread Mike Anderson
+1 Great job pulling it all together Marc! Mike Anderson >>> [EMAIL PROTECTED] 05/18/01 01:30PM >>> The latest beta cycle for Tomcat 3.2.2 has completed with no new bugs identified. As the release manager I propose that we release the tomcat_32 branch as Tomcat 3.2.2. Please indicate your vot

RE: [VOTE] Final release of Tomcat 3.2.2

2001-05-18 Thread Marc Saegesser
> Vote to release the tomcat_32 branch as Tomcat 3.2.2. > > [X] +1. I agree with the proposal and I will help support > the release. > [ ] +0. I agree with the proposal but I will not be able > to help support the release. > [ ] -0. I don't agree with the proposal but I won

cvs commit: jakarta-tomcat-4.0/catalina/docs/dev/xdocs/stylesheets - New directory

2001-05-18 Thread craigmcc
craigmcc01/05/18 12:32:04 jakarta-tomcat-4.0/catalina/docs/dev/xdocs/stylesheets - New directory

cvs commit: jakarta-tomcat-4.0/catalina/docs/dev/xdocs - New directory

2001-05-18 Thread craigmcc
craigmcc01/05/18 12:31:43 jakarta-tomcat-4.0/catalina/docs/dev/xdocs - New directory

[VOTE] Final release of Tomcat 3.2.2

2001-05-18 Thread Marc Saegesser
The latest beta cycle for Tomcat 3.2.2 has completed with no new bugs identified. As the release manager I propose that we release the tomcat_32 branch as Tomcat 3.2.2. Please indicate your vote for the release using the ballot below. I will tabulate and post the results of this vote on Friday,

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/net PoolTcpEndpoint.java

2001-05-18 Thread larryi
larryi 01/05/18 12:20:24 Modified:src/etc server.xml src/share/org/apache/tomcat/modules/server Ajp12Interceptor.java src/share/org/apache/tomcat/util IntrospectionUtils.java src/share/org/apache/tomcat/util/net Pool

Re: AJP14 work on-progress

2001-05-18 Thread kevin seguin
> > One question who how to access md5 functions under > IIS/NETSCAPE ? (APR is not yet a solution :) > it looks you added md5 support (copied out of apache) directly into jk - is this correct? i think this is probably the best solution for md5 functions in iis/netscape. i'm pretty sure there

cvs commit: jakarta-tomcat/src/etc tomcat.policy

2001-05-18 Thread marcsaeg
marcsaeg01/05/18 10:41:11 Modified:src/etc Tag: tomcat_32 tomcat.policy Log: Added read permission to line.separator and file.separator. Revision ChangesPath No revision No revision 1.5.2.3 +3 -0 jakarta-tomcat/

RE: JSP and SecurityManager [was RE: 3.2.2. When's it shipping?]

2001-05-18 Thread Marc Saegesser
OK, I'll update tomcat.policy to include them. It might be a version difference (I'm using JDK1.2.2) but I can't see any harm with them being there in any case. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Glenn Nielsen > Sent: Friday, May 18, 2

[ANNOUNCEMENT] Tomcat 3.3 Milestone 3

2001-05-18 Thread Larry Isaacs
The second milestone release of Tomcat 3.3 is available for download and testing. As a Tomcat 3.x release, it remains an implementation of the Servlet 2.2 and JSP 1.1 specifications. The Milestone 3 release offers bug fixes over Milestone 2, plus a new feature. Jasper now includes Tag pooling,

AJP14 work on-progress

2001-05-18 Thread GOMEZ Henri
Hi to all, I updated the CVS with preliminary code for ajp14, just for review since it's not working now. One question who how to access md5 functions under IIS/NETSCAPE ? (APR is not yet a solution :) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .)

RE: SAXParseException with web.xml

2001-05-18 Thread Robert Nicholson
For problems like this download an XML editor like XMLSpy and have it check the file against the DTD. > -Original Message- > From: kevin seguin [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 18, 2001 9:53 AM > To: [EMAIL PROTECTED] > Subject: Re: SAXParseException with web.xml > > > the "

Re: SAXParseException with web.xml

2001-05-18 Thread Craig R. McClanahan
On Fri, 18 May 2001, Marjou Xavier wrote: > Hello > > For information : > > I got a problem with web.xml (attached File1 file) and Tomcat Milestone 4.0 b5: > PARSE error at line 18 column -1 > org.xml.sax.SAXParseException: org.apache.crimson.parser/V-036 web-app servlet > > This same file

Re: FW: Problems with APR under Linux...

2001-05-18 Thread Craig R. McClanahan
On Fri, 18 May 2001, Pier P. Fumagalli wrote: > This _is_ interesting... For Craig, so that you can try it out under your > RedHat (you won't believe it, but I can't find a Linux copy in London in any > store! And downloading it will take a couple of days from BTInternet. Any > hint?) > I (or

RE: Jasper performance

2001-05-18 Thread Jef Newsom
I wrote a test script, and assuming (which the docs say it does) that Velocity uses the iterator() instead of elements() when it runs up against a vector, then all is well. If elements() is used, it goes into infinite loop land. My mistake. -Original Message- From: Jef Newsom Sent: Frid

Re: SAXParseException with web.xml

2001-05-18 Thread kevin seguin
the "problem" is the first file doesn't match the dtd for web.xml. i believe tomcat 3 silently ignored this, whereas tomcat 4 doesn't. Marjou Xavier wrote: > > Hello > > For information : > > I got a problem with web.xml (attached File1 file) and Tomcat Milestone 4.0 b5: > PARSE error at line

cvs commit: jakarta-tomcat-connectors/jk/src/native/common jk_md5.c jk_md5.h

2001-05-18 Thread hgomez
hgomez 01/05/18 09:49:47 Added: jk/src/native/common jk_md5.c jk_md5.h Log: md5 support : - Under Apache we use the ap_md5 functions - Under IIS/NES, use code grabbed from apache web-server until someone map it to equivalent WebServer APIs Revision ChangesPath

cvs commit: jakarta-tomcat-connectors/jk/src/native/common jk_ajp14_worker.c jk_ajp14_worker.h

2001-05-18 Thread hgomez
hgomez 01/05/18 09:47:32 Added: jk/src/native/common jk_ajp14_worker.c jk_ajp14_worker.h Log: Prep of ajp14 worker Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/src/native/common/jk_ajp14_worker.c Index: jk_ajp14_worker.c ==

cvs commit: jakarta-tomcat-connectors/jk/src/native/common jk_ajp14.c jk_ajp14.h

2001-05-18 Thread hgomez
hgomez 01/05/18 09:47:06 Added: jk/src/native/common jk_ajp14.c jk_ajp14.h Log: AJP14 marshal/unmarshal initial Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/src/native/common/jk_ajp14.c Index: jk_ajp14.c ===

cvs commit: jakarta-tomcat-connectors/jk/src/native/common jk_global.h jk_map.c jk_service.h jk_uri_worker_map.c jk_worker_list.h

2001-05-18 Thread hgomez
hgomez 01/05/18 09:46:23 Modified:jk/src/native/common jk_global.h jk_map.c jk_service.h jk_uri_worker_map.c jk_worker_list.h Log: Misc cleanup and ajp14 preparation Revision ChangesPath 1.2 +3 -1 jakarta-tomcat-connectors/jk/src/nativ

SAXParseException with web.xml

2001-05-18 Thread Marjou Xavier
Hello For information : I got a problem with web.xml (attached File1 file) and Tomcat Milestone 4.0 b5: PARSE error at line 18 column -1 org.xml.sax.SAXParseException: org.apache.crimson.parser/V-036 web-app servlet This same file was working with Tomcat V3.2 and 3.3 Nevertheless, the equiva

cvs commit: jakarta-tomcat-connectors/jk/src/native/common jk_ajp13.h jk_ajp13_worker.c jk_ajp13_worker.h

2001-05-18 Thread hgomez
hgomez 01/05/18 09:45:08 Modified:jk/src/native/common jk_ajp13.h jk_ajp13_worker.c jk_ajp13_worker.h Log: Initial works to let ajp14 use ajp13 functions (no OO here :) Revision ChangesPath 1.2 +15 -1 jakarta-tomcat-connectors/jk/src/na

RE: Jasper performance

2001-05-18 Thread Jef Newsom
It isn't concurrent. -Original Message- From: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 10:52 AM To: [EMAIL PROTECTED] Subject: Re: Jasper performance Jef Newsom wrote: > > Velocity does do a lot to minimize the risk you mention, but while we're > using s

RE: [PATCH] Tomcat 3.3 m3 mod_jk-howto.html (new Bug #1809)

2001-05-18 Thread GOMEZ Henri
Commited, Thanks... >-Original Message- >From: Hans Schmid [mailto:[EMAIL PROTECTED]] >Sent: Friday, May 18, 2001 5:00 PM >To: [EMAIL PROTECTED] >Subject: [PATCH] Tomcat 3.3 m3 mod_jk-howto.html (new Bug #1809) > > >Hello, > >I just installed Tomcat3.3-m3 with ajpv13 behind Apache 1.3.19

cvs commit: jakarta-tomcat/src/doc mod_jk-howto.html

2001-05-18 Thread hgomez
hgomez 01/05/18 09:32:44 Modified:src/doc mod_jk-howto.html Log: corrected ajp13 setup info Obtained from: Hans Schmid Revision ChangesPath 1.8 +6 -7 jakarta-tomcat/src/doc/mod_jk-howto.html Index: mod_jk-howto.html =

cvs commit: jakarta-tomcat-connectors/jk/src/doc mod_jk-howto.html

2001-05-18 Thread hgomez
hgomez 01/05/18 09:30:18 Modified:jk/src/doc mod_jk-howto.html Log: updated mod_jk-howto.html Provided by Hans Schmid Revision ChangesPath 1.2 +6 -7 jakarta-tomcat-connectors/jk/src/doc/mod_jk-howto.html Index: mod_jk-howto.html =

RE: bad watchdog test?

2001-05-18 Thread Larry Isaacs
I believe I have access to jakarta-watchdog, so I can try to commit these changes. Note that Tomcat 3.3 is using the "tomcat_32" branch of jakarta-watchdog. The HEAD of jakarta-watchdog appears to have undergone some refactoring that wasn't finished before development moved to jakarta-watchdog-4

Re: JSP and SecurityManager [was RE: 3.2.2. When's it shipping?]

2001-05-18 Thread Glenn Nielsen
Hmm, I had thought those were getting added automatically, like the read FilePermission for the context root. Sure, you can add those to the default grant policy entry in tomcat.policy. Glenn Marc Saegesser wrote: > > The null check is simple enough and its already been tested in 3.3 so I feel

Re: Jasper performance

2001-05-18 Thread Geir Magnusson Jr.
Jef Newsom wrote: > > Velocity does do a lot to minimize the risk you mention, but while we're > using stupid coding tricks, couldn't you do the following in Velocity? > > #* assume strings is a Vector *# > #set ($strings = $request.getParameter("strings"))) > #foreach ($string in $strings) >

RE: Jasper performance - JMX

2001-05-18 Thread Paulo Gaspar
> > BTW, I am not the first person talking about JMX in this list. > > JMX is great - I like it a lot, it can be added easily by a module - but I > don't think it's a big priority for now. After 3.3 is released we can > discuss new features as add-on modules ( I have a few ). > > Costin > On prio

RE: Problems with APR under Linux...

2001-05-18 Thread Williamson, James
Title: RE: Problems with APR under Linux... Umm, a passive watcher; but couldn't help responding to you not being able to find a copy of Redhat in London?! You'll find lots of book shops sell it, try Foyles down Charing Cross road... James -Original Message- From: Pier P. Fumagal

Re: FW: Problems with APR under Linux...

2001-05-18 Thread kevin seguin
for apache 1.3, i'd think you'd want to use apr without threads. but i could be wrong... for what it's worth, a while ago i tried using a multithreaded library in an apache 1.3 module on solaris. i had to compile the module with -lpthread. anyway, the short version of the story is, i had all

Re: java.lang.NullPointerException

2001-05-18 Thread kevin seguin
i believe i saw a problem similar to this in tomcat 3.2b4. the problem turned out to be a bug in org.apache.tomcat.util.SimplePool. i believe this particular problem has been fixed in later versions. if you have the source, you might want to compare your version of this class to a more recent o

FW: Problems with APR under Linux...

2001-05-18 Thread Pier P. Fumagalli
This _is_ interesting... For Craig, so that you can try it out under your RedHat (you won't believe it, but I can't find a Linux copy in London in any store! And downloading it will take a couple of days from BTInternet. Any hint?) Pier -- Forwarded Message From: jean-frederic clere <[E

RE: Jasper performance

2001-05-18 Thread Jef Newsom
Velocity does do a lot to minimize the risk you mention, but while we're using stupid coding tricks, couldn't you do the following in Velocity? #* assume strings is a Vector *# #set ($strings = $request.getParameter("strings"))) #foreach ($string in $strings) $strings.addElement($string.clone()

RE: Jasper performance - JMX

2001-05-18 Thread cmanolache
On Fri, 18 May 2001, Paulo Gaspar wrote: > In the case of DoS, I don't believe a bit on "trusted tags" and such > stuff. Why monitoring the tags at all if "while(true)" is so easy. > > I mean, the front door is wide open, why care about that little > window? Well, what I said was "trusted tags"

[PATCH] Tomcat 3.3 m3 mod_jk-howto.html (new Bug #1809)

2001-05-18 Thread Hans Schmid
Hello, I just installed Tomcat3.3-m3 with ajpv13 behind Apache 1.3.19 on Win2000. While setting up mod_jk with ajp1.3, I noticed a bug in the mod_jk-howto.html It states: Add the following block to your TOMCAT_HOME/conf/server.xml file. but this is the way Tomcat 3.2.2 has to be set

cvs commit: jakarta-tomcat-connectors/jk/src/native/nt_service nt_service.dsp

2001-05-18 Thread hgomez
hgomez 01/05/18 07:58:41 Modified:jk/src/native/nt_service nt_service.dsp Log: updated build stuff for ajp14 Revision ChangesPath 1.2 +26 -0 jakarta-tomcat-connectors/jk/src/native/nt_service/nt_service.dsp Index: nt_service.dsp ===

cvs commit: jakarta-tomcat-connectors/jk/src/native/netscape Makefile.nw Makefile.solaris

2001-05-18 Thread hgomez
hgomez 01/05/18 07:55:10 Modified:jk/src/native/netscape Makefile.nw Makefile.solaris Log: updated build stuff for ajp14 Revision ChangesPath 1.2 +3 -0 jakarta-tomcat-connectors/jk/src/native/netscape/Makefile.nw Index: Makefile.nw

cvs commit: jakarta-tomcat-connectors/jk/src/native/iis isapi.dsp

2001-05-18 Thread hgomez
hgomez 01/05/18 07:52:20 Modified:jk/src/native/iis isapi.dsp Log: build stuff updated for ajp14 Revision ChangesPath 1.2 +26 -0 jakarta-tomcat-connectors/jk/src/native/iis/isapi.dsp Index: isapi.dsp =

cvs commit: jakarta-tomcat-connectors/jk/src/native/apache-2.0 mod_jk.c

2001-05-18 Thread hgomez
hgomez 01/05/18 07:49:26 Modified:jk/src/native/apache-2.0 mod_jk.c Log: mod_jk report version 1.1a1 Revision ChangesPath 1.2 +1 -1 jakarta-tomcat-connectors/jk/src/native/apache-2.0/mod_jk.c Index: mod_jk.c

cvs commit: jakarta-tomcat-connectors/jk/src/native/apache-1.3 mod_jk.c

2001-05-18 Thread hgomez
hgomez 01/05/18 07:48:24 Modified:jk/src/native/apache-1.3 mod_jk.c Log: Jk directive added for ajp14 Revision ChangesPath 1.2 +69 -1 jakarta-tomcat-connectors/jk/src/native/apache-1.3/mod_jk.c Index: mod_jk.c ===

cvs commit: jakarta-tomcat-connectors/jk/src/native/apache-1.3 Makefile.freebsd Makefile.in Makefile.linux Makefile.nw mod_jk.dsp

2001-05-18 Thread hgomez
hgomez 01/05/18 07:47:47 Modified:jk/src/native/apache-1.3 Makefile.freebsd Makefile.in Makefile.linux Makefile.nw mod_jk.dsp Log: updated build files for ajp14 stuff Revision ChangesPath 1.2 +2 -1 jakarta-tomcat-connectors/jk/src/nat

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/runtime JspFactoryImpl.java

2001-05-18 Thread marcsaeg
marcsaeg01/05/18 07:40:38 Modified:src/share/org/apache/jasper/runtime Tag: tomcat_32 JspFactoryImpl.java Log: Added test for null page context in releasePageContext. Submitted by: Antony Bowesman [[EMAIL PROTECTED]] Revision ChangesPath No

cvs commit: jakarta-tomcat-connectors/jk/src/native/apache-2.0 Makefile.in Makefile.linux mod_jk.dsp

2001-05-18 Thread hgomez
hgomez 01/05/18 07:38:55 Modified:jk/src/native/apache-2.0 Makefile.in Makefile.linux mod_jk.dsp Log: add ajp14 stuff to build files Revision ChangesPath 1.2 +4 -3 jakarta-tomcat-connectors/jk/src/native/apache-2.0/Makefile.in Ind

JSP and SecurityManager [was RE: 3.2.2. When's it shipping?]

2001-05-18 Thread Marc Saegesser
The null check is simple enough and its already been tested in 3.3 so I feel comfortable making the change without a beta. I'll commit the change today. Another question regarding using the security manager and JSP. If I use the default tomcat.policy file I can't access any JSP pages because I

cvs commit: jakarta-tomcat-connectors/jk/src/native configure.in

2001-05-18 Thread hgomez
hgomez 01/05/18 07:31:27 Modified:jk/src/native configure.in Log: Updated configure.in which handle : apxs path, java home, java include... Provided by JF Clere Revision ChangesPath 1.2 +179 -0jakarta-tomcat-connectors/jk/src/native/configure.in Index

java.lang.NullPointerException

2001-05-18 Thread Naeem Malik
HI I was mailed about problem on tomcat-user but no any relay able answer i recived know i m maling on tomcat-dev, and hope for + reply. I am webdevloper developing one website and using tools JSP, Servlet, and working on Jakarta-Tomcat version 3.1. I am the old user of jakarta-tomcat, so i k

Re: one session for many web sites

2001-05-18 Thread Mihai Popoaei
On Mon, 14 May 2001 [EMAIL PROTECTED] wrote: > Salut Mihai, Salut. > > > How can I have the same session for many web sites? > > > > By default, for the first request tomcat creates a implicit session and > > sends a cookie with domain=servername. What I wanna do is setting this > > coo

cvs commit: jakarta-tomcat-connectors/jk/src/doc AJPv14.txt

2001-05-18 Thread hgomez
hgomez 01/05/18 07:18:07 Modified:jk/src/doc AJPv14.txt Log: Updated AJP14 documentation Revision ChangesPath 1.2 +452 -437 jakarta-tomcat-connectors/jk/src/doc/AJPv14.txt Index: AJPv14.txt ==

Loading Libraries from Tomcat lib folder

2001-05-18 Thread Jonathan Pierce
In tomcat-3.2.2b5 and earlier, the tomcat.bat and tomcat.sh have inconsistent behavior as tomcat.sh loads all files in the tomcat lib folder and tomcat.bat only loads the ones with .jar extension. I think they should be changed to behave consistently so lib files don't need to be renamed when adde

Re: Jasper performance

2001-05-18 Thread Geir Magnusson Jr.
Dennis Doubleday wrote: > > At 07:51 AM 5/18/01, Geir wrote: > > >Those aren't comparable, 'Velocity templates' and 'general purpose > >servlet container', because Velocity is just a template tool - you still > >need the servlet and servlet container. > > That was exactly my point when I said V

Re: Jasper performance

2001-05-18 Thread Dennis Doubleday
At 07:51 AM 5/18/01, Geir wrote: >Those aren't comparable, 'Velocity templates' and 'general purpose >servlet container', because Velocity is just a template tool - you still >need the servlet and servlet container. That was exactly my point when I said Velocity doesn't really do anything to pr

forward a request from servlet1 in TOMCAT1 to a servlet2 in TOMCAT2

2001-05-18 Thread Bartsch Axel
Hi, I am using TOMCAT 3.3 and the following code within servlet1 to forward a request String url; ServletContext sc = getServletContext(); RequestDispatcher rd = sc.getRequestDispatcher(url); rd.forward(request,response); servlet1 is called as follows: http:///test/servlet/servlet1 The TOMCAT

Re: Jasper performance

2001-05-18 Thread Geir Magnusson Jr.
Glenn Nielsen wrote: > > Jon Stevens wrote: > > > There is no amount of security that will prevent someone from putting that > > into their JSP page other than disabling the ability to put scriptlets into > > things. If you do that, then you are simply where you should have been in > > the first

[PATCH] '8859_1' is not a valid charset alias

2001-05-18 Thread Vincent Schonau
[this has also been entered as bug #1808] Both Tomcat and Apache have the string '8859_1' hard-coded and as a public static final String in several places. Although Java accepts '8859_1' as an alias for the ISO-8859-1 character set, this isn't a valid name anywhere else; the valid aliases are li

Re: Jasper performance

2001-05-18 Thread Glenn Nielsen
Jon Stevens wrote: > > on 5/17/01 12:47 PM, "Glenn Nielsen" <[EMAIL PROTECTED]> wrote: > > > But now that both Tomcat 3.2 and Tomcat 4 support the Java SecurityManager > > you can control security at the container level regardless of whether someone > > is using the CFM servlet, velocity, CoCoon

  1   2   >