cptactionhank / docker-atlassian-jira

Atlassian JIRA Core wrapped in a Docker image
https://cptactionhank.github.io/docker-atlassian-jira
MIT License
623 stars 247 forks source link

JIRA 7.12.2 handling of requests with special characters #84

Open tailtwo opened 6 years ago

tailtwo commented 6 years ago

Hello,

It seems there is an important issue in the 7.12.2 release of JIRA that mess up requests with special characters : https://confluence.atlassian.com/jirakb/changing-server-xml-to-handle-requests-with-special-characters-958453799.html

There is a workaroud, but it requires to edit the server.xml, which is not persistant in this image. Would it be possible to add it in a new revision, perhaps by editing the docker-entrypoint.sh ?

Thank you.