File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ To run locally exploded web archive:
9494 --mimeTypes=ARG = define additional MIME type mappings. ARG would be EXT=MIMETYPE:EXT=MIMETYPE:...
9595 (e.g., xls=application/vnd.ms-excel:wmf=application/x-msmetafile)
9696 --requestHeaderSize=N = set the maximum size in bytes of the request header. Default is 8192.
97- --responseHeaderSize=N = set the maximum size in bytes of the response header. Default is 8192 .
97+ --responseHeaderSize=N = set the maximum size in bytes of the response header. Default is 32768 .
9898 --maxParamCount=N = set the max number of parameters allowed in a form submission to protect
9999 against hash DoS attack (oCERT #2011-003). Default is 10000.
100100 --useJmx = Enable Jetty Jmx
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ public static List<Option<?>> all(Class<?> clazz) {
9494 public static final OInt SESSION_TIMEOUT = integer ("sessionTimeout" , -1 );
9595 public static final OInt SESSION_EVICTION = integer ("sessionEviction" , 1800 );
9696 public static final OInt REQUEST_HEADER_SIZE = integer ("requestHeaderSize" , 8192 ); // default for jetty 9
97- public static final OInt RESPONSE_HEADER_SIZE = integer ("responseHeaderSize" , 8192 ); // default for jetty 9
97+ public static final OInt RESPONSE_HEADER_SIZE = integer ("responseHeaderSize" , 32768 );
9898 public static final OInt REQUEST_FORM_CONTENT_SIZE =
9999 integer ("requestFormContentSize" , -1 ); // no limit (compat with old winstone)
100100 public static final OBoolean HELP = bool ("help" , false );
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ Launcher.UsageInstructions.Options=\
9393\ --mimeTypes=ARG = define additional MIME type mappings. ARG would be EXT=MIMETYPE:EXT=MIMETYPE:...\n \
9494\ (e.g., xls=application/vnd.ms-excel:wmf=application/x-msmetafile)\n \
9595\ --requestHeaderSize=N = set the maximum size in bytes of the request header. Default is 8192.\n \
96- \ --responseHeaderSize=N = set the maximum size in bytes of the response header. Default is 8192 .\n \
96+ \ --responseHeaderSize=N = set the maximum size in bytes of the response header. Default is 32768 .\n \
9797\ --maxParamCount=N = set the max number of parameters allowed in a form submission to protect\n \
9898\ against hash DoS attack (oCERT #2011-003). Default is 10000.\n \
9999\ --useJmx = Enable Jetty Jmx\n \
You can’t perform that action at this time.
0 commit comments