-
Bug
-
Resolution: Won't Fix
-
Major
We have configured the latest Violations plugin for StyleCop report analysing. The StyleCop reported a violation for a file where its path contains special characters such as: D:\Workspace\MyProject#3rdParty\File.cs
This path is rendered into a link like: http://localhost:8080/view/CodeAnalysis/job/StyleCop/5/violations/file/Workspace/MyProject
As you can see the second part of the path in truncated thus the violation can not be displayed in Jenkins. If I manually replace the "#" with its encoded equivalent "%23" it works just fine.