larryi      01/11/30 14:20:07

  Modified:    src/share/org/apache/jasper/resources messages.properties
                        messages_es.properties messages_fr.properties
  Log:
  Fix the case of the "classdebuginfo" init parameter in warning message.
  
  Revision  Changes    Path
  1.26      +2 -2      
jakarta-tomcat/src/share/org/apache/jasper/resources/messages.properties
  
  Index: messages.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/resources/messages.properties,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- messages.properties       2001/06/11 03:42:29     1.25
  +++ messages.properties       2001/11/30 22:20:07     1.26
  @@ -1,4 +1,4 @@
  -# $Id: messages.properties,v 1.25 2001/06/11 03:42:29 larryi Exp $
  +# $Id: messages.properties,v 1.26 2001/11/30 22:20:07 larryi Exp $
   #
   # Default localized string information
   # Localized this the Default Locale as is en_US
  @@ -113,7 +113,7 @@
   largeFile. Will use the default value of \"true\"
   jsp.warning.mappedFile=Warning: Invalid value for the initParam mappedFile. Will 
use the default value of \"false\"
   jsp.warning.sendErrToClient=Warning: Invalid value for the initParam 
sendErrToClient. Will use the default value of \"false\"
  -jsp.warning.classDebugInfo=Warning: Invalid value for the initParam classDebugInfo. 
Will use the default value of \"false\"
  +jsp.warning.classDebugInfo=Warning: Invalid value for the initParam classdebuginfo. 
Will use the default value of \"false\"
   jsp.error.badtaglib=Unable to open taglibrary {0} : {1}
   jsp.error.badGetReader=Cannot create a reader when the stream is not buffered
   jsp.warning.unknown.element.in.TLD=Warning: Unknown element {0} in TLD
  
  
  
  1.11      +2 -2      
jakarta-tomcat/src/share/org/apache/jasper/resources/messages_es.properties
  
  Index: messages_es.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/resources/messages_es.properties,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- messages_es.properties    2001/02/04 22:06:01     1.10
  +++ messages_es.properties    2001/11/30 22:20:07     1.11
  @@ -1,4 +1,4 @@
  -# $Id: messages_es.properties,v 1.10 2001/02/04 22:06:01 nacho Exp $
  +# $Id: messages_es.properties,v 1.11 2001/11/30 22:20:07 larryi Exp $
   #
   # Default localized string information
   # Localized para Locale es_ES
  @@ -107,7 +107,7 @@
   jsp.warning.largeFile=Aviso: valor incorrecto para el initParam largeFile. se usara 
el valor por defecto de \"true\"
   jsp.warning.mappedFile=Aviso: valor incorrecto para the initParam mappedFile. se 
usara el valor por defecto de \"false\"
   jsp.warning.sendErrToClient=Aviso: valor incorrecto para the initParam 
sendErrToClient. se usara el valor por defecto de \"false\"
  -jsp.warning.classDebugInfo=Aviso: valor incorrecto para the initParam 
classDebugInfo. se usara el valor por defecto de \"false\"
  +jsp.warning.classDebugInfo=Aviso: valor incorrecto para the initParam 
classdebuginfo. se usara el valor por defecto de \"false\"
   jsp.error.badtaglib=No se puede abrir la libreria de tags {0} : {1}
   jsp.error.badGetReader=No se puede crear un reader cuando el stream no tiene buffer
   jsp.warning.unknown.element.in.TLD=Aviso: Elemento {0} desconocido en el TLD
  
  
  
  1.5       +2 -2      
jakarta-tomcat/src/share/org/apache/jasper/resources/messages_fr.properties
  
  Index: messages_fr.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/resources/messages_fr.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- messages_fr.properties    2001/02/16 09:50:42     1.4
  +++ messages_fr.properties    2001/11/30 22:20:07     1.5
  @@ -1,4 +1,4 @@
  -# $Id: messages_fr.properties,v 1.4 2001/02/16 09:50:42 hgomez Exp $
  +# $Id: messages_fr.properties,v 1.5 2001/11/30 22:20:07 larryi Exp $
   #
   # Default localized string information
   # Localized this the Default Locale as is fr_FR
  @@ -109,7 +109,7 @@
   jsp.warning.largeFile=Attention: Valeur invalide pour l''initParam de largeFile. La 
valeur par défaut \"true\" sera retenue
   jsp.warning.mappedFile=Attention: Valeur invalide pour l''initParam mappedFile. La 
valeur par défaut \"false\" sera retenue
   jsp.warning.sendErrToClient=Attention: Valeur invalide pour l''initParam 
sendErrToClient. La valeur par défaut \"false\" sera retenue
  -jsp.warning.classDebugInfo=Attention: Valeur invalide pour l''initParam 
classDebugInfo. La valeur par défaut \"false\" sera retenue
  +jsp.warning.classDebugInfo=Attention: Valeur invalide pour l''initParam 
classdebuginfo. La valeur par défaut \"false\" sera retenue
   jsp.error.badtaglib=Impossible d''ouvrir la taglibrary {0} : {1}
   jsp.error.badGetReader=Impossible de créer un lecteur (reader) quand le flux 
(stream) n''est pas bufferisé
   jsp.warning.unknown.element.in.TLD=Attention: Element {0} inconnu dans TLD
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to