Package hudson.markup

Class RawHtmlMarkupFormatter

All Implemented Interfaces:
ExtensionPoint, Describable<MarkupFormatter>

public class RawHtmlMarkupFormatter extends MarkupFormatter
MarkupFormatter that sanitizes HTML, allowing some safe (formatting) HTML. Before SECURITY-26 was fixed in Jenkins 1.454, this allowed all HTML without restriction. Since then, the class name is a misnomer, but kept for backwards compatibility.
  • Field Details

  • Constructor Details

    • RawHtmlMarkupFormatter

      @DataBoundConstructor public RawHtmlMarkupFormatter(boolean disableSyntaxHighlighting)
  • Method Details