~ubuntu-branches/ubuntu/vivid/tomcat6/vivid-proposed

« back to all changes in this revision

Viewing changes to webapps/docs/config/systemprops.xml

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2014-02-17 00:02:00 UTC
  • mfrom: (1.2.10)
  • Revision ID: package-import@ubuntu.com-20140217000200-qs6ki7bhqnfhkas7
Tags: 6.0.39-1
* Team upload.
* New upstream release.
  - Refreshed the patches
* Standards-Version updated to 3.9.5 (no changes)
* Switch to debhelper level 9
* Use XZ compression for the upstream tarball
* Use canonical URL for the Vcs-Git field

Show diffs side-by-side

added added

removed removed

Lines of Context:
298
298
      <p>If this is <code>true</code> the default value will be changed for:
299
299
      <ul>
300
300
      <li><code>org.apache.catalina.connector.Request. ALLOW_EMPTY_QUERY_STRING</code> property</li>
 
301
      <li>The <code>webXmlValidation</code> attribute of any
 
302
          <a href="context.html">Context</a> element.</li>
 
303
      <li>The <code>webXmlNamespaceAware</code> attribute of any
 
304
          <a href="context.html">Context</a> element.</li>
 
305
      <li>The <code>tldValidation</code> attribute of any
 
306
          <a href="context.html">Context</a> element.</li>
301
307
      </ul>
302
308
      </p>
303
309
      <p>If not specified, the default value of <code>false</code> will be used.</p>
420
426
 
421
427
  <properties>
422
428
 
 
429
    <property name="org.apache.coyote.MAX_EXTENSION_SIZE">
 
430
      <p>Limits the total length of extension data when using chunked encoding.
 
431
      If the value is <code>-1</code>, no limit will be imposed.</p>
 
432
      <p>If not specified, the default value of <code>8192</code> will be
 
433
      used.</p>
 
434
    </property>
 
435
 
423
436
    <property name="org.apache.coyote.MAX_TRAILER_SIZE">
424
437
      <p>Limits the total length of trailing headers in the last chunk of
425
438
      a chunked HTTP request.