Changeset 26338


Ignore:
Timestamp:
2012-10-18T13:01:24+13:00 (12 years ago)
Author:
kjdon
Message:

need the URIEncoding attribute for the Connector otherwise the URL params get decoded incorrectly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/resources/tomcat/server_tomcat7.xml

    r25419 r26338  
    6666         Java AJP  Connector: /docs/config/ajp.html
    6767         APR (HTTP/AJP) Connector: /docs/apr.html
    68          Define a non-SSL HTTP/1.1 Connector on port 8080
     68         Define a non-SSL HTTP/1.1 Connector on port @port@
    6969    -->
    7070    <Connector port="@port@" protocol="HTTP/1.1"
     
    7575           compressableMimeType="text/html,text/xml,text/css,text/xsl,text/javascript"
    7676           noCompressionUserAgents="gozilla, traviata"
     77               URIEncoding="UTF-8"
    7778           />
    7879    <!-- A "Connector" using the shared thread pool-->
Note: See TracChangeset for help on using the changeset viewer.