Skip to content

Commit

Permalink
Merge pull request #252 from ronech/ronech
Browse files Browse the repository at this point in the history
Update server.xml.erb to account for weird Service Desk versioning
  • Loading branch information
bastelfreak authored Jul 9, 2018
2 parents 425533e + b0bd878 commit e24e204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/server.xml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<!--APR library loader. Documentation at /docs/apr.html -->
<Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" />
<Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener"/>
<%- if scope.function_versioncmp([@version, '6.4.14']) <= 0 -%>
<%- if scope.function_versioncmp([@version, '6.4.14']) <= 0 && @product =~ /^jira/ -%>
<Listener className="org.apache.catalina.core.JasperListener"/>
<% else -%>
<Listener className="org.apache.catalina.startup.VersionLoggerListener" />
Expand Down

0 comments on commit e24e204

Please sign in to comment.