Skip to content

Commit

Permalink
--requestHeaderSize argument is added to the help string. (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
duemir committed Oct 20, 2020
1 parent f9d7660 commit a9a3669
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/winstone/LocalStrings.properties
Expand Up @@ -117,6 +117,7 @@ Launcher.UsageInstructions.Options=\
\ --sessionEviction = set the session eviction timeout for idle sessions in seconds. Default value is 180. -1 never evict, 0 evict on exit\n\
\ --mimeTypes=ARG = define additional MIME type mappings. ARG would be EXT=MIMETYPE:EXT=MIMETYPE:...\n\
\ (e.g., xls=application/vnd.ms-excel:wmf=application/x-msmetafile)\n\
\ --requestHeaderSize=N = set the maximum size in bytes of the request header. Default is 8192.\n\
\ --maxParamCount=N = set the max number of parameters allowed in a form submission to protect\n\
\ against hash DoS attack (oCERT #2011-003). Default is 10000.\n\
\ --useJmx = Enable Jetty Jmx\n\
Expand Down

0 comments on commit a9a3669

Please sign in to comment.