~ubuntu-branches/ubuntu/natty/tomcat6/natty-proposed

« back to all changes in this revision

Viewing changes to java/org/apache/jasper/resources/LocalStrings.properties

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Carrez
  • Date: 2010-05-21 13:51:15 UTC
  • mfrom: (2.2.12 sid)
  • Revision ID: james.westby@ubuntu.com-20100521135115-qfwnf24lzvi3644v
Tags: 6.0.26-2
* debian/tomcat6.{postinst,prerm}: Respect TOMCAT6_USER and TOMCAT6_GROUP
  as defined in /etc/default/tomcat6 when setting directory permissions and
  authbind configuration (Closes: #581018, LP: #557300)
* debian/tomcat6.postinst: Use group "tomcat6" instead of "adm" for
  permissions in /var/lib/tomcat6, so that group "adm" doesn't get write
  permissions over /var/lib/tomcat6/webapps (LP: #569118)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
 
16
 
# $Id: LocalStrings.properties 893474 2009-12-23 11:18:49Z markt $
 
16
# $Id: LocalStrings.properties 920916 2010-03-09 15:10:04Z markt $
17
17
#
18
18
# Default localized string information
19
19
# Localized this the Default Locale as is en_US
251
251
\    -compile           Compiles generated servlets\n\
252
252
\    -webinc <file>     Creates a partial servlet mappings in the file\n\
253
253
\    -webxml <file>     Creates a complete web.xml in the file\n\
 
254
\    -webxmlencoding <enc> Set the encoding charset used to read and write the web.xml\n\
 
255
\                       file (default is platform default encoding)\n\
 
256
\    -addwebxmlmappings Merge generated web.xml fragment into the web.xml file of the\n\
 
257
\                       web-app, whose JSP pages we are processing\n\
254
258
\    -ieplugin <clsid>  Java Plugin classid for Internet Explorer\n\
255
259
\    -classpath <path>  Overrides java.class.path system property\n\
256
260
\    -xpoweredBy        Add X-Powered-By response header\n\
369
373
jsp.error.prolog_config_encoding_mismatch=Page-encoding specified in XML prolog ({0}) is different from that specified in jsp-property-group ({1})
370
374
jsp.error.attribute.custom.non_rt_with_expr=According to TLD or attribute directive in tag file, attribute {0} does not accept any expressions
371
375
jsp.error.attribute.standard.non_rt_with_expr=The {0} attribute of the {1} standard action does not accept any expressions
 
376
jsp.error.attribute.deferredmix=Cannot use both ${} and #{} EL expressions in the same attribute value
372
377
jsp.error.scripting.variable.missing_name=Unable to determine scripting variable name from attribute {0}
373
378
jasper.error.emptybodycontent.nonempty=According to TLD, tag {0} must be empty, but is not
374
379
jsp.error.tagfile.nameNotUnique=The value of {0} and the value of {1} in line {2} are the same.
455
460
jsp.error.tag.invalid.trimdirectivewhitespaces=Tag directive: invalid value for trimDirectiveWhitespaces
456
461
jsp.error.page.conflict.trimdirectivewhitespaces=Page directive: illegal to have multiple occurrences of 'trimDirectiveWhitespaces' with different values (old: {0}, new: {1})
457
462
jsp.error.tag.conflict.trimdirectivewhitespaces=Tag directive: illegal to have multiple occurrences of 'trimDirectiveWhitespaces' with different values (old: {0}, new: {1})
 
463
 
 
464
# JavacErrorDetail
 
465
jsp.error.bug48498=Unable to display JSP extract. Probably due to an XML parser bug (see Tomcat bug 48498 for details).