|
49 | 49 | <%- if @tomcat_address -%> |
50 | 50 | address="<%= @tomcat_address %>" |
51 | 51 | <%- end -%> |
| 52 | + <%- if ( scope.function_versioncmp([@version, '7.12.1']) > 0 && @product =~ /^jira/ ) or @product =~ /^servicedesk/ -%> |
| 53 | + relaxedPathChars="[]|" |
| 54 | + relaxedQueryChars="[]|{}^\`"<>" |
| 55 | + <%- end -%> |
52 | 56 | maxThreads="<%= @tomcat_max_threads %>" |
53 | 57 | minSpareThreads="<%= @tomcat_min_spare_threads %>" |
54 | 58 | connectionTimeout="<%= @tomcat_connection_timeout %>" |
|
58 | 62 | useBodyEncodingForURI="<%= @tomcat_use_body_encoding_for_uri %>" |
59 | 63 | acceptCount="<%= @tomcat_accept_count %>" |
60 | 64 | disableUploadTimeout="<%= @tomcat_disable_upload_timeout %>" |
61 | | - relaxedPathChars="[]|" |
62 | | - relaxedQueryChars="[]|{}^\`"<>" |
63 | 65 | <% if @tomcat_native_ssl && @tomcat_redirect_https_port -%> |
64 | 66 | redirectPort="<%= @tomcat_redirect_https_port %>" |
65 | 67 | <% else -%> |
|
79 | 81 | <%- if @tomcat_address -%> |
80 | 82 | address="<%= @tomcat_address %>" |
81 | 83 | <%- end -%> |
| 84 | + <%- if ( scope.function_versioncmp([@version, '7.12.1']) > 0 && @product =~ /^jira/ ) or @product =~ /^servicedesk/ -%> |
| 85 | + relaxedPathChars="[]|" |
| 86 | + relaxedQueryChars="[]|{}^\`"<>" |
| 87 | + <%- end -%> |
82 | 88 | maxHttpHeaderSize="<%= @tomcat_max_http_header_size %>" |
83 | 89 | SSLEnabled="true" |
84 | 90 | maxThreads="<%= @tomcat_max_threads %>" |
85 | 91 | minSpareThreads="<%= @tomcat_min_spare_threads %>" |
86 | 92 | enableLookups="<%= @tomcat_enable_lookups %>" |
87 | 93 | disableUploadTimeout="<%= @tomcat_disable_upload_timeout %>" |
88 | 94 | acceptCount="<%= @tomcat_accept_count %>" |
89 | | - relaxedPathChars="[]|" |
90 | | - relaxedQueryChars="[]|{}^\`"<>" |
91 | 95 | <% if ! @proxy['scheme'] -%> |
92 | 96 | scheme="https" |
93 | 97 | <% end -%> |
|
0 commit comments