[otrs-cvs] Support/Kernel/System/Support/Webserver Apache.pm, 1.16, 1.17
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/Support/Kernel/System/Support/Webserver
In directory lancelot:/tmp/cvs-serv5182/Kernel/System/Support/Webserver
Modified Files:
Apache.pm
Log Message:
Cleaned up code, added QUERY_STRING, REQUEST_METHOD and HTTP_COOKIE to variables we do not need to see.
Author: mb
Index: Apache.pm
===================================================================
RCS file: /home/cvs/Support/Kernel/System/Support/Webserver/Apache.pm,v
retrieving revision 1.16
retrieving revision 1.17
diff -2 -u -d -r1.16 -r1.17
--- Apache.pm 4 Jan 2013 11:10:18 -0000 1.16
+++ Apache.pm 4 Feb 2013 07:09:47 -0000 1.17
@@ -152,5 +152,7 @@
for my $NotNeededString (
- qw( HTTP_REFERER HTTP_CACHE_CONTROL REQUEST_URI SCRIPT_NAME HTTP_USER_AGENT HTTP_ACCEPT_LANGUAGE HTTP_ACCEPT_ENCODING HTTP_ACCEPT )
+ qw( HTTP_REFERER HTTP_CACHE_CONTROL HTTP_COOKIE HTTP_USER_AGENT
+ HTTP_ACCEPT_LANGUAGE HTTP_ACCEPT_ENCODING HTTP_ACCEPT
+ QUERY_STRING REQUEST_METHOD REQUEST_URI SCRIPT_NAME )
)
{
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log