Class XSSConfigurationProperties


  • @ConfigurationProperties(prefix="broadleaf.xss")
    public class XSSConfigurationProperties
    extends Object
    • Constructor Detail

      • XSSConfigurationProperties

        public XSSConfigurationProperties()
    • Method Detail

      • isPerformValidation

        public boolean isPerformValidation()
        Indicates that requests should be validated for XSS violations. If this is set to `false`, inputs will be sanitized by default.
        See Also:
        if you need to override this behavior
      • setPerformValidation

        public void setPerformValidation​(boolean performValidation)
        Indicates that requests should be validated for XSS violations. If this is set to `false`, inputs will be sanitized by default.
        See Also:
        if you need to override this behavior
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object