Regarding the Tomcat 3.2.2 RequestDispatcherImpl string resource problem
I reported on Wednesday afternoon:
Since no one expressed a preference on how this should be fixed,
I chose to fix it by adding the strings to the core/LocalStrings*properties
files, since that didn't require any actual code modifications.
Attached is a patch made with "cvs diff -u" against the tomcat_32 branch.
Shawn

--
Shawn McMurdo              mailto:[EMAIL PROTECTED]
Lutris Technologies        http://www.lutris.com
Enhydra.Org                http://www.enhydra.org

Index: LocalStrings.properties
===================================================================
RCS file: 
/home/cvspublic/jakarta-tomcat/src/share/org/apache/tomcat/core/Attic/LocalStrings.properties,v
retrieving revision 1.8.4.1
diff -u -r1.8.4.1 LocalStrings.properties
--- LocalStrings.properties     2001/03/15 20:15:15     1.8.4.1
+++ LocalStrings.properties     2001/05/25 02:26:34
@@ -41,6 +41,9 @@
 
 rdi.forward.ise=Cannot forward as OutputStream or Writer has already been obtained
 
+dispatcher.forwardException=Forwarded servlet threw exception
+dispatcher.includeException=Included servlet threw exception
+
 serverResponse.outputStream.ise=getWriter() has already been called
 serverResponse.ise.writer.ise=getOutputStream() has already been called
 
Index: LocalStrings_es.properties
===================================================================
RCS file: 
/home/cvspublic/jakarta-tomcat/src/share/org/apache/tomcat/core/Attic/LocalStrings_es.properties,v
retrieving revision 1.2.4.1
diff -u -r1.2.4.1 LocalStrings_es.properties
--- LocalStrings_es.properties  2001/03/15 20:15:17     1.2.4.1
+++ LocalStrings_es.properties  2001/05/25 02:26:34
@@ -40,6 +40,9 @@
 
 rdi.forward.ise=No puedo reenviar como OutputStream o el  Writer ha sido ya obtenido
 
+dispatcher.forwardException=El servlet de reenvio produjo una excepcion
+dispatcher.includeException=El servlet incluido produjo una excepcion
+
 serverResponse.outputStream.ise=getWriter() ha sido ya llamado
 serverResponse.ise.writer.ise=getOutputStream() ha sido ya llamado
 
Index: LocalStrings_fr.properties
===================================================================
RCS file: 
/home/cvspublic/jakarta-tomcat/src/share/org/apache/tomcat/core/Attic/LocalStrings_fr.properties,v
retrieving revision 1.1.2.2
diff -u -r1.1.2.2 LocalStrings_fr.properties
--- LocalStrings_fr.properties  2001/03/15 20:15:17     1.1.2.2
+++ LocalStrings_fr.properties  2001/05/25 02:26:34
@@ -41,6 +41,9 @@
 
 rdi.forward.ise=Impossible de transférer car Le flux de sortie (OutputStream) ou 
l''écrivain (Writer) est déjà retenu
 
+dispatcher.forwardException=La servlet transféré (Forwarded) a généré une exception
+dispatcher.includeException=La servlet incluse (Included) a généré une exception
+
 serverResponse.outputStream.ise=La fonction getWriter() a déjà été appelé
 serverResponse.ise.writer.ise=La fonction getOutputStream() a déjà été appelé
 
Index: LocalStrings_se.properties
===================================================================
RCS file: 
/home/cvspublic/jakarta-tomcat/src/share/org/apache/tomcat/core/Attic/LocalStrings_se.properties,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 LocalStrings_se.properties
--- LocalStrings_se.properties  2001/03/15 20:15:18     1.1.2.1
+++ LocalStrings_se.properties  2001/05/25 02:26:35
@@ -41,6 +41,9 @@
 
 rdi.forward.ise=Kan inte skicka vidare eftersom OutputStream eller Writer redan 
blivit hämtat
 
+dispatcher.forwardException=Forwarded servlet threw exception
+dispatcher.includeException=Included servlet threw exception
+
 serverResponse.outputStream.ise=getWriter() har redan blivit avbrutet
 serverResponse.ise.writer.ise=getOutputStream() har redan blivit avbrutet
 

Reply via email to