RE: cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java

2002-06-18 Thread GOMEZ Henri
t;From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, June 18, 2002 8:35 PM >To: [EMAIL PROTECTED] >Subject: cvs commit: >jakarta-tomcat/src/facade22/org/apache/tomcat/facade >JspInterceptor.java > > >larryi 2002/06/18 11:34:50 > > Modified:s

Re: cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java

2002-06-18 Thread Bill Barker
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 18, 2002 11:34 AM Subject: cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java > larryi 2002/06/18 11:34:50 > > Modified:src/facad

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java

2002-06-18 Thread larryi
larryi 2002/06/18 11:34:50 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java Log: Update the "depth" of the classloader URLs to get. DependClassloader now includes the Context's classloader in the parent chain, so we need to go one parent deeper. This should

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java LoadOnStartupInterceptor.java ServletHandler.java

2002-06-04 Thread billbarker
billbarker2002/06/04 20:52:51 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java LoadOnStartupInterceptor.java ServletHandler.java Log: Implement preInitCheck. As discussed on tomcat-dev. postInitCheck is being left for a later commit (I'

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java

2002-01-30 Thread larryi
larryi 02/01/30 19:34:10 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java Log: Make behavior added in the last patch configurable using an added "useWebAppCL" attribute. If set true, the new behavior of running the Java compilation out of the web application'

RE: cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java

2002-01-28 Thread GOMEZ Henri
80E6 >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >Sent: Thursday, January 24, 2002 12:59 AM >To: [EMAIL PROTECTED] >Subject: cvs commit: >jakarta-tomcat/src/facade22/org/apache/tomcat/facade >JspInterceptor.java > > >

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java

2002-01-23 Thread costin
costin 02/01/23 15:58:38 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java Log: The last patch for the "strange tools.jar" problem. We make sure tools.jar is added to the context loader, and pass it to jasper ( using the previous patch to make sure no implic

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java

2002-01-08 Thread billbarker
billbarker02/01/08 22:57:42 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java Log: Prevent writing out a useless .ver file in the case where the jsp doesn't exist. Under W98, this is enough to pass the sanity test. Still needs testing under NT/W2K. Revisi

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java

2002-01-08 Thread larryi
larryi 02/01/08 22:33:38 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java Log: Avoid NPE when setDependency() is hit with an unsafe path. Return 404 in this situation. Revision ChangesPath 1.34 +11 -2 jakarta-tomcat/src/facade22/org/apache

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java

2001-11-29 Thread billbarker
billbarker01/11/29 20:37:12 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java Log: Fix Spec compliance problem with jsp_precompile. This was reported against 4.x, but we're just as broken. There is the additional problem that the 1.1 spec actually specifies t

Re: cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java WebXmlReader.java

2001-11-29 Thread Bojan Smojver
Thanks Bill and sorry for my laziness... Servlet only people like myself will be happier now :-) Bojan [EMAIL PROTECTED] wrote: > > billbarker01/11/28 19:06:05 > > Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java > WebXmlReader.java > Log:

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java WebXmlReader.java

2001-11-28 Thread billbarker
billbarker01/11/28 19:06:05 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java WebXmlReader.java Log: Rationalize the setting of the default mapping for JSP pages. With this code move, only JspInterceptor knows anything about JSP pages.

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java

2001-11-26 Thread larryi
larryi 01/11/26 19:54:36 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java Log: Verify JSP flie exists before attempting to compile. Avoids unnecessarily creating work directories and version file. Fix for Bugzilla #5005. Revision ChangesPath 1.31

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java

2001-09-08 Thread larryi
larryi 01/09/08 16:40:24 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java Log: For Jikes compilation, add a jikesClasspath property to JspInterceptor to be included in Jikes' classpath. This setting is passed to JasperLiason via a "jikes.class.path" system pr

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java

2001-07-20 Thread larryi
larryi 01/07/20 06:05:39 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java Log: Turning "tryJikes" off. This introduces a configuration unknown with a default installation of Tomcat. Revision ChangesPath 1.27 +1 -1 jakarta-tomcat/src/facad

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java

2001-07-16 Thread costin
costin 01/07/16 13:32:03 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java Log: One more simple fix for better jaxp1.1 support. Revision ChangesPath 1.26 +16 -1 jakarta-tomcat/src/facade22/org/apache/tomcat/facade/JspInterceptor.java Inde

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java

2001-06-02 Thread nacho
nacho 01/06/02 14:35:01 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java Log: Return a 404 error instead of stacktrace and a 500 in case jsp file not present. Revision ChangesPath 1.24 +2 -0 jakarta-tomcat/src/facade22/org/apache/tomcat/f

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java

2001-05-20 Thread costin
costin 01/05/20 22:13:11 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java Log: A small change in JspInterceptor, to reduce the configuration pains. We'll check if jikes is available and used it - many people find editing configuration files harder than havi

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java

2001-04-28 Thread costin
costin 01/04/28 14:14:48 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java Log: Hack to generate code for a different runtime. Revision ChangesPath 1.22 +15 -0 jakarta-tomcat/src/facade22/org/apache/tomcat/facade/JspInterceptor.java Index

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java

2001-04-27 Thread nacho
nacho 01/04/27 14:45:41 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java Log: JspInterceptor compilation class path was wrong Submitted by William Barker wbarker at wilshire.com Revision ChangesPath 1.21 +6 -5 jakarta-tomcat/src/facade

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java

2001-04-04 Thread costin
costin 01/04/04 10:49:55 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java Log: Fix for Jsp compilation of declared jsps, thanks to William Barker. Submitted by: William Barker <[EMAIL PROTECTED]> Revision ChangesPath 1.19 +4 -1 jakarta-

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java

2001-02-27 Thread costin
costin 01/02/27 08:56:36 Modified:src/share/org/apache/tomcat/modules/config LoaderInterceptor11.java src/share/org/apache/tomcat/modules/mappers ReloadInterceptor.java src/facade22/org/apache/tomcat/facade J

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java

2001-02-10 Thread costin
costin 01/02/10 18:24:27 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java Log: In some strange cases, with JDK1.1 and the CryptoRealm I've got NPE. Checking doesn't hurt. Revision ChangesPath 1.14 +7 -2 jakarta-tomcat/src/facade22/org/apac

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java

2001-01-31 Thread costin
costin 01/01/31 20:44:57 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java Log: Return error code if jsp compilation fails. Revision ChangesPath 1.11 +1 -1 jakarta-tomcat/src/facade22/org/apache/tomcat/facade/JspInterceptor.java Index: J

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java RequestDispatcherImpl.java

2001-01-28 Thread costin
costin 01/01/28 11:45:52 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java RequestDispatcherImpl.java Log: JspInterceptor: - Added the missing jasper options. - More comments in the code - Better support for JspServlet - cleaner code

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java

2001-01-25 Thread costin
costin 01/01/25 22:45:32 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java Log: Bug fix - if JspServlet is used, make sure we pass the class loader that jasper expects and we don't use URLClassLoader ( as we have done for JspInterceptor ). That should address t

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java

2001-01-21 Thread costin
costin 01/01/21 21:50:41 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java Log: Fixed encoding bug - special characters that are ok in filesystem but not in java classes are encoding ( same as in JspServlet ). We still preserve the "/" and generate packages

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java ServletHandler.java

2001-01-20 Thread costin
costin 01/01/20 15:25:45 Modified:src/admin/WEB-INF/classes/tadm GTestTag.java src/admin/test test.jsp src/facade22/org/apache/tomcat/facade JspInterceptor.java ServletHandler.java Log: - accept a "target" request parameter ( to

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java RequestDispatcherImpl.java

2001-01-20 Thread costin
costin 01/01/20 13:33:04 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java RequestDispatcherImpl.java Log: Remove a trace message in JspInterceptor ( was used during development ). Fix a small typo/bug in RequestDispatcherImpl ( propaga

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java

2001-01-14 Thread larryi
larryi 01/01/14 12:48:45 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java Log: Update to compile with classDebugInfo property added to Jasper's Options. Revision ChangesPath 1.4 +7 -0 jakarta-tomcat/src/facade22/org/apache/tomcat/facade/Jsp

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade JspInterceptor.java

2001-01-07 Thread costin
costin 01/01/07 16:04:24 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java Log: Fix the JspInterceptor - a new method was added to the Options interface in the 3.2 branch. Revision ChangesPath 1.3 +4 -0 jakarta-tomcat/src/facade22/org/apac