add clarifying comments.

git-svn-id: svn://10.0.0.236/trunk@136633 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kestes%walrus.com 2003-01-19 17:22:54 +00:00
parent bd3d46a05c
commit c4147b01b5

View File

@ -12,8 +12,8 @@
# the completed string before it is returned.
# $Revision: 1.22 $
# $Date: 2002-12-10 19:27:53 $
# $Revision: 1.23 $
# $Date: 2003-01-19 17:22:54 $
# $Author: kestes%walrus.com $
# $Source: /home/befator/cvs/jail/cvsroot/mozilla/webtools/tinderbox2/src/lib/HTMLPopUp.pm,v $
# $Name: not supported by cvs2svn $
@ -261,6 +261,13 @@ sub split_cgi_args {
# Environmental variables are checked for security.
sub regenerate_HTML_pages {
# When we get here set_static_vars() should have been run so we
# will Observe taint-mode for this system call
# we make sure to delete the HTTP server variables since we do not
# want our child to believe it was run by a webserver, even if we were.
my $old_query_string = $ENV{"QUERY_STRING"};
my $old_request_method = $ENV{"REQUEST_METHOD"};