-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
-
Plugin version: 1.26
Operating system: Windows 10
The following change from 1.25 to 1.26 breaks my reports.
I've prepared an example in htmlpublisher.zip.
- Extract the zip file
- Open the htmlpublisher-wrapper.html with chrome
- You will see something like this:
- Change in htmlpublisher-wrapper.html the line "iframe.src = encodeURIComponent(tab.getAttribute("value"));" to "
iframe.src = tab.getAttribute("value");" - The page works then as expectedÂ
- relates to
-
JENKINS-65028 404 in iframe when html file name contains unsafe character
- Resolved