RE: [DOC] TOC - thoughts

2001-07-13 Thread GOMEZ Henri
Putting little notes about things like the JDK 1.3.1 linux issue are VERY useful. I hate it when M$ have docs that don't mention things such as none of your data is encrypted, by the way JDK 1.3.1 problems with recent glibc could be fixed by adding : export LD_ASSUME_KERNEL=2.2.5 IBM JDK

RE: Mailing list delays?

2001-07-13 Thread Stephane Bailliez
-Original Message- From: Pier P. Fumagalli [mailto:[EMAIL PROTECTED]] Am I the only one receiving messages after 2/3 hours? (Darn!) Glad to see I'm not the only one. (not on tomcat-dev however) It takes *ages* to see my messages published. Looks fine in the morning (8:00-10:00

RE: cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/fac ade HttpSessionFacade.java

2001-07-13 Thread GOMEZ Henri
As a member of the Jakarta PMC and a Co-Founder of the Jakarta project, I care about maintaining standards in all Jakarta projects. Now that Pier as commited the ultimate translator, formatfile.c, you could think integration that tool in cvs to follow the Apache standards. I didn't recall

getInitParameter

2001-07-13 Thread Zsolt Horvath
Hi ! I have a web.xml file with this lines: context-param param-namevalami/param-name param-valuesun.jdbc.odbc.JdbcOdbcDriver/param-value description The database driver's type. /description /context-param servlet-namegetInit/servlet-name descriptionNo desc. /description

HttpServletRequestFacade

2001-07-13 Thread Tomas Perez Garcia
I'm using apache with tomcat3.2. The HttpServletRequestFacade lib colud be at org.apache.tomcat.core path but it isn't I have found the HttpServletRequestFacade at org.apache.tomcat.facade path but now, a error ocurr because this lib isn't public class or it isn't public interface. I

RE: Mailing list delays?

2001-07-13 Thread Rob S.
2-3 hours? Try DAYS! =( - r -Original Message- From: Pier P. Fumagalli [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 10:22 PM To: [EMAIL PROTECTED] Subject: Mailing list delays? Am I the only one receiving messages after 2/3 hours? (Darn!) Pier

RE: Mailing list delays?

2001-07-13 Thread Tomas Perez Garcia
No, it is normal -Mensaje original- De: Rob S. [mailto:[EMAIL PROTECTED]] Enviado el: viernes, 13 de julio de 2001 13:56 Para: [EMAIL PROTECTED] Asunto: RE: Mailing list delays? 2-3 hours? Try DAYS! =( - r -Original Message- From: Pier P. Fumagalli [mailto:[EMAIL

Re: Mailing list delays?

2001-07-13 Thread Pier P. Fumagalli
Rob S. at [EMAIL PROTECTED] wrote: 2-3 hours? Try DAYS! =( A delay of DAYS might be because of moderation... I tend to approve/reject messages on a daily basis, but the day before yesterday I forgot... Might have took 2 days for messages in the approval queue to hit the list... Pier

RE: getInitParameter

2001-07-13 Thread Larry Isaacs
Hi, This kind of question is best asked of [EMAIL PROTECTED] However, an easy way to get this behavior is to override the init(ServletConfig), rather than init(), and forget to call super.init(config) as indicated in the API doc for GenericServlet. Hope this helps. Larry -Original

What if your message doesn't make to this list...

2001-07-13 Thread Pier P. Fumagalli
I got pretty upset with a couple of guys whose messages along the lines of fix my servlet, and who asked me WHY I rejected those posts... Now, let me explain... This mailing list is related to the CODE in Tomcat, and its development and I will reject ANY post related to configuration

Re: cvs commit: jakarta-tomcat-connectors/webapp Makedefs.inMakefile.in configure.in

2001-07-13 Thread Jon Stevens
on 7/12/01 7:06 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: pier01/07/12 19:06:33 Modified:webapp Makedefs.in Makefile.in configure.in Log: Modified build procedure (now building also Java files). Pier, You should have the Makefile just call Ant in order to build the

Re: Jasper and parsed tree

2001-07-13 Thread Brad Cox
At 11:40 AM +0800 7/13/01, John Yu wrote: Well, assuming that the JavaCC grammar is capable of dealing with all the intricacies of JSP syntax (and the license issues dealt with), it's certainly possible. But I'd be really hesitant to say let's go replace the parser without discussing and

Re: [DOC] TOC - thoughts

2001-07-13 Thread Christopher Cain
GOMEZ Henri wrote: Putting little notes about things like the JDK 1.3.1 linux issue are VERY useful. I hate it when M$ have docs that don't mention things such as none of your data is encrypted, by the way JDK 1.3.1 problems with recent glibc could be fixed by adding : export

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler CharDataGenerator.java MappedCharDataGenerator.java

2001-07-13 Thread remm
remm01/07/13 12:17:13 Modified:jasper/src/share/org/apache/jasper/compiler CharDataGenerator.java MappedCharDataGenerator.java Log: - With Jasper's ServletWriter, println(String) != print(String) followed by println(), because it adds the

OT - HTML dev-list filter?

2001-07-13 Thread Christopher Cain
I'm not familiar with list managing software myself, so I'll ask some of you who are. Is there any decent way of bouncing HTML-formatted messages from the lists (or at least this one)? Another OSS project I am involved in bounces multipart messages on its user list, which has the side-effect of

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler UninterpretedTagBeginGenerator.java UninterpretedTagEndGenerator.java

2001-07-13 Thread horwat
horwat 01/07/13 12:41:36 Modified:jasper/src/share/org/apache/jasper/compiler UninterpretedTagBeginGenerator.java UninterpretedTagEndGenerator.java Log: Revert to using print instead of println for new lines. Println adds unnecessary

Re: What if your message doesn't make to this list...

2001-07-13 Thread Jon Stevens
on 7/13/01 8:57 AM, Pier P. Fumagalli [EMAIL PROTECTED] wrote: I got pretty upset with a couple of guys whose messages along the lines of fix my servlet, and who asked me WHY I rejected those posts... Now, let me explain... This mailing list is related to the CODE in Tomcat, and its

FW: security, predictable seeds for SessionID generation in Tomcat

2001-07-13 Thread Jon Stevens
Dunno why he is sending this privately to the group he picked...but whatever... Funny thing is that he quotes a reference to Ian Goldberg who is a good personal friend of mine. LOL. -jon -- Forwarded Message From: [EMAIL PROTECTED] Date: Fri, 13 Jul 2001 15:29:29 -0400 To: [EMAIL

Re: What if your message doesn't make to this list...

2001-07-13 Thread Christopher Cain
Pier P. Fumagalli wrote: I got pretty upset with a couple of guys whose messages along the lines of fix my servlet, and who asked me WHY I rejected those posts... [snip] I have a quick question, more out of idle curiosity than anything else. I assume that only posts from non-subscribers are

Re: Jasper and parsed tree

2001-07-13 Thread Glenn Nielsen
To me this seems a bit off topic for the list. This list is for Tomcat development. Tomcat implements the Servlet and JSP specifications. The below has nothing to do with Tomcat development IMHO. Regards, Glenn Brad Cox wrote: At 11:40 AM +0800 7/13/01, John Yu wrote: Well, assuming

Re: OT - HTML dev-list filter?

2001-07-13 Thread Jon Stevens
on 7/13/01 12:26 PM, Christopher Cain [EMAIL PROTECTED] wrote: I'm not familiar with list managing software myself, so I'll ask some of you who are. Is there any decent way of bouncing HTML-formatted messages from the lists (or at least this one)? Another OSS project I am involved in bounces

Re: What if your message doesn't make to this list...

2001-07-13 Thread Jon Stevens
on 7/13/01 12:57 PM, Christopher Cain [EMAIL PROTECTED] wrote: Pier P. Fumagalli wrote: I got pretty upset with a couple of guys whose messages along the lines of fix my servlet, and who asked me WHY I rejected those posts... [snip] I have a quick question, more out of idle curiosity

Re: Jasper and parsed tree

2001-07-13 Thread Jon Stevens
on 7/13/01 1:49 PM, Glenn Nielsen [EMAIL PROTECTED] wrote: To me this seems a bit off topic for the list. This list is for Tomcat development. Tomcat implements the Servlet and JSP specifications. The below has nothing to do with Tomcat development IMHO. Regards, Glenn Yea, we told

Re: [DOC] TOC - thoughts

2001-07-13 Thread hiten pandya
hello adam, i am planning to use docbook, and i will post my first *.tar.gz file containing the tomcat documentation next week on [EMAIL PROTECTED] mailing list. i am currently working on making the following... - Preface - Authors (I need some info and help on this, such as who to put inc.

RE: HttpServletRequestFacade

2001-07-13 Thread Ignacio J. Ortega
Me equivoque al responderte era este al que me referia Saludos , Ignacio J. Ortega -Mensaje original- De: Tomas Perez Garcia [mailto:[EMAIL PROTECTED]] Enviado el: viernes 13 de julio de 2001 13:56 Para: tomcat development Asunto: HttpServletRequestFacade I'm using apache with

Re: What if your message doesn't make to this list...

2001-07-13 Thread Christopher Cain
Jon Stevens wrote: on 7/13/01 12:57 PM, Christopher Cain [EMAIL PROTECTED] wrote: Pier P. Fumagalli wrote: I got pretty upset with a couple of guys whose messages along the lines of fix my servlet, and who asked me WHY I rejected those posts... [snip] I have a quick

RE: [DOC] TOC - thoughts

2001-07-13 Thread Rob S.
Until there's an ultra-quick install script, there can't be a ultra-quick install guide. For 3.x at least, there are so many different options, especially when you start plugging in to Apache, that I don't think it's possible. Hmm... Well, personally for Linux and Win2k/98/whatever, I

RE: [DOC] TOC - thoughts

2001-07-13 Thread Rob S.
solution. As long as someone is willing to write such things, which in this case I am, why not just throw it in the mix for the few people who might benefit from it? Of course, I completely agree that there also needs to be some short-and-sweet versions of how to do install-type things, so

cvs commit: jakarta-tomcat-4.0/catalina/src/bin catalina.bat

2001-07-13 Thread remm
remm01/07/13 15:37:21 Modified:catalina/src/bin catalina.bat Log: - Need quotes if CATALINA_HOME contains spaces. Revision ChangesPath 1.16 +2 -2 jakarta-tomcat-4.0/catalina/src/bin/catalina.bat Index: catalina.bat

cvs commit: jakarta-tomcat-4.0 tomcat.nsi tomcat.ico build.xml

2001-07-13 Thread remm
remm01/07/13 16:15:28 Modified:.build.xml Added: .tomcat.nsi tomcat.ico Log: - Add an experimental installer based on Nullsoft Installer. I just started toying with it a couple hours ago, but it's so easy to use I was able to generate an install

cvs commit: jakarta-tomcat-4.0 tomcat.nsi

2001-07-13 Thread remm
remm01/07/13 20:03:40 Modified:.tomcat.nsi Log: - Plenty of fixes - Don't try to modify the env variables in the registry - The shortcuts should now run with Win9x (since they don't rely anymore on CATALINA_HOME being set) - Add a warning dialog explaining

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/aaa RealmBase.java SimpleRealm.java JDBCRealm.java

2001-07-13 Thread nacho
nacho 01/07/13 20:20:37 Modified:src/share/org/apache/tomcat/modules/aaa SimpleRealm.java JDBCRealm.java Added: src/share/org/apache/tomcat/modules/aaa RealmBase.java Log: * Added RealmBase to simplify a bit Realms writing * Used RealmBase in

cvs commit: jakarta-tomcat/src/tests/webpages/WEB-INF test-tomcat.xml

2001-07-13 Thread nacho
nacho 01/07/13 20:52:43 Modified:src/tests/webpages/WEB-INF test-tomcat.xml Log: *delocalize test, test cannot use messages for match will fail on languages distinct from english. Revision ChangesPath 1.33 +1 -2

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core Request.java

2001-07-13 Thread larryi
larryi 01/07/13 21:26:43 Modified:src/share/org/apache/tomcat/core Request.java Log: Update isUserInRole() to expect DECLINED as the indication that interceptors should continue to be called. Revision ChangesPath 1.104 +1 -1

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core BaseInterceptor.java

2001-07-13 Thread larryi
larryi 01/07/13 21:33:32 Modified:src/share/org/apache/tomcat/core BaseInterceptor.java Log: Update authenticate() method to default to returning DECLINED so it doesn't authenticate by default. Revision ChangesPath 1.49 +1 -1