Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable encoding on jelly pages that generate HTML #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Disable encoding on jelly pages that generate HTML #8

wants to merge 1 commit into from

Conversation

frankracis-work
Copy link

Jenkins 2.146/2.138.2 changed the default setting for Jelly to encode by default.

https://www.stackovercloud.com/2018/10/11/important-security-updates-for-jenkins/

This causes HTML output from this plugin to be escaped, displaying to the user as the literal HTML text.

This change disables escaped-by-default on the two pages that generate HTML output directly.

Jenkins 2.146/2.138.2 changed the default setting for
Jelly to encode by default.

https://www.stackovercloud.com/2018/10/11/important-security-updates-for-jenkins/

This causes HTML output from this plugin to be escaped,
displaying to the user as the literal HTML text.

This change disables escaped-by-default on the two pages
that generate HTML output directly.
@dajoh16
Copy link

dajoh16 commented May 16, 2019

As this repository doesn't seem to get a lot of attention from the owner, you can add this change yourself after installing the Emma plugin and going into C:\Program Files (x86)\Jenkins\plugins\emma\WEB-INF\lib\Classes.jar and implementing the changes manually in the contents of the jar file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants