summaryrefslogtreecommitdiffstats
path: root/base/server/upgrade/10.3.0
Commit message (Collapse)AuthorAgeFilesLines
* Fix flake8 / PEP 8 violationsChristian Heimes2016-01-251-0/+1
| | | | https://fedorahosted.org/pki/ticket/1738
* Allow encoded slashes in HTTP pathsFraser Tweedale2016-01-211-0/+37
Properly formed GET-based OCSP requests can contain URL-encoded slashes in the HTTP path[1] but our Tomcat configuration does not permit this (returns 400 Bad Request). Change catalina.properties to allow URL-encoded slashes in HTTP paths. [1] https://tools.ietf.org/html/rfc6960#appendix-A.1 Also add an upgrade script to update catalina.properties in existing instances. Fixes: https://fedorahosted.org/pki/ticket/1658