Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
This change allows to encode the file path portion of a url if the parameter `encodeFileUri` is set.
E.g.
http://example.org/repo.git/my/file.txt
becomes
http://example.org/repo.git/my%2Ffile.txt
This is currently required to support [Gitblit](http://gitblit.com/) in the changelog plugin. url: https://github.com/apache/maven-plugins/pull/7.patch