mirror of
https://github.com/apache/httpd.git
synced 2025-07-30 20:03:10 +03:00
Added a warning that these scripts leak information.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1423166 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -4,9 +4,12 @@
|
||||
# appropriate #!/path/to/sh shebang, and set this script executable
|
||||
# with chmod 755.
|
||||
#
|
||||
# Note that it is subject to cross site scripting attacks on MS IE
|
||||
# and any other browser which fails to honor RFC2616, so never use
|
||||
# it in a live server environment, it is provided only for testing.
|
||||
# ***** !!! WARNING !!! *****
|
||||
# This script echoes the server environment variables and therefore
|
||||
# leaks information - so NEVER use it in a live server environment!
|
||||
# It is provided only for testing purpose.
|
||||
# Also note that it is subject to cross site scripting attacks on
|
||||
# MS IE and any other browser which fails to honor RFC2616.
|
||||
|
||||
# disable filename globbing
|
||||
set -f
|
||||
|
Reference in New Issue
Block a user