Class AjpRequestParser


  • public class AjpRequestParser
    extends java.lang.Object
    Author:
    Stuart Douglas
    • Constructor Detail

      • AjpRequestParser

        public AjpRequestParser​(java.lang.String encoding,
                                boolean doDecode,
                                int maxParameters,
                                int maxHeaders,
                                boolean allowEncodedSlash,
                                boolean allowUnescapedCharactersInUrl)
      • AjpRequestParser

        public AjpRequestParser​(java.lang.String encoding,
                                boolean doDecode,
                                int maxParameters,
                                int maxHeaders,
                                boolean allowEncodedSlash,
                                boolean allowUnescapedCharactersInUrl,
                                java.lang.String allowedRequestAttributesPattern)