DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7335>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7335 broken line in jasper/src/share/org/apache/jasper/resources/messages.properties Summary: broken line in jasper/src/share/org/apache/jasper/resources/messages.pr operties Product: Tomcat 4 Version: Nightly Build Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Minor Priority: Other Component: Jasper AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] a value of jsp.warning.largeFile is split into 2 lines without new line escape. Here is a patch, joins 2 lines back into one: Index: jasper/src/share/org/apache/jasper/resources/messages.properties =================================================================== RCS file: /home/cvspublic/jakarta-tomcat- 4.0/jasper/src/share/org/apache/jasper/resources/messages.properties,v retrieving revision 1.24 diff -u -r1.24 messages.properties --- jasper/src/share/org/apache/jasper/resources/messages.properties 3 Jan 2002 08:53:31 -0000 1.24 +++ jasper/src/share/org/apache/jasper/resources/messages.properties 21 Mar 2002 17:48:42 -0000 @@ -1,4 +1,4 @@ -# $Id: messages.properties,v 1.23 2001/12/03 15:47:39 larryi Exp $ +# $Id: messages.properties,v 1.24 2002/01/03 08:53:31 remm Exp $ # # Default localized string information # Localized this the Default Locale as is en_US @@ -111,8 +111,7 @@ jsp.error.setproperty.paramOrValue=setProperty: either param or value can be present jsp.error.setproperty.arrayVal=setProperty: can't set array property {0} through a string constant value jsp.warning.keepgen=Warning: Invalid value for the initParam keepgenerated. Will use the default value of \"false\" -jsp.warning.largeFile=Warning: Invalid value for the initParam -largeFile. Will use the default value of \"true\" +jsp.warning.largeFile=Warning: Invalid value for the initParam 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\" -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>