-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Major
-
Component/s: violations-plugin
-
None
-
Environment:Platform: PC, OS: Windows XP
I am using Violation plugin to show violation for python code with pylint. The
plugin works fine with Firefox but fail on Windows Internet Explorer, Chrome.
When I click on the violation page- file name, here is the address show in FireFox:
http://pgssmv001/hudson/job/TST/violations/file/src%5Ctest%5Cpnv%5Ctest.py/
If I cut and paste this address into IE, it can show the violation file src code.
But If I use IE to browser the violation page and click on the file name, here
is the address in address bar:
http://pgssmv001/hudson/job/TST/violations/file/src/test/pnv/test.py/
With this address, it will shows 'No violations found'. Can this defect fix for IE?