luehe       2002/11/15 20:02:18

  Modified:    jasper2/src/share/org/apache/jasper/resources
                        messages.properties
  Log:
  Fixed 4779016 (bugtraq): Translation error doesn't occur if there are two functions 
with the same name
  
  Revision  Changes    Path
  1.59      +2 -1      
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources/messages.properties
  
  Index: messages.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources/messages.properties,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- messages.properties       8 Nov 2002 19:55:47 -0000       1.58
  +++ messages.properties       16 Nov 2002 04:02:18 -0000      1.59
  @@ -268,6 +268,7 @@
   jsp.error.no.scriptlets=Scripting elements ( <%@, <%!, <%=, <% ) are disallowed 
here.
   jsp.error.internal.unexpected_node_type=Internal Error: Unexpected node type 
encountered
   jsp.error.tld.fn.invalid.signature=Invalid syntax for function signature in TLD.  
Tag Library: {0}, Function: {1}
  +jsp.error.tld.fn.duplicate.name=Duplicate function name {0} in tag library {1}
   jsp.error.tld.fn.invalid.signature.classnotfound=Invalid syntax for function 
signature in TLD.  Class not found: ${0}.  Tag Library: {1}, Function: {2}.
   jsp.error.tld.fn.invalid.signature.commaexpected=Invalid syntax for function 
signature in TLD.  Comma ',' expected.  Tag Library: {0}, Function: {1}.
   jsp.error.tld.fn.invalid.signature.parenexpected=Invalid syntax for function 
signature in TLD.  Parenthesis '(' expected.  Tag Library: {0}, Function: {1}.
  
  
  

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

Reply via email to