Encoding ’ apostrophe server error 500

Moderator: crythias

Locked
Sayannara
Znuny advanced
Posts: 118
Joined: 22 May 2012, 12:37
Znuny Version: OTRS 7.06
Real Name: Yann
Company: FVE
Contact:

Encoding ’ apostrophe server error 500

Post by Sayannara »

If an email include ’ which is the character for the apostrophe (encoded in :twisted: MS product like Outlook, Word, ..) when I reply or create a ticket, I get an Server error 500. The email is not sent but it appears in OTRS...

I added in my Config.pm

Code: Select all

$Self->{DefaultCharset} = 'utf-8';

Was fine within Windows, please what can I do with my Linux installation ?

http://www.fileformat.info/info/unicode ... /index.htm
Last edited by Sayannara on 16 Dec 2015, 10:16, edited 1 time in total.
Centos 7 / OTRS::ITSM 6 Business Solutions / MariaDB / Apache
Sayannara
Znuny advanced
Posts: 118
Joined: 22 May 2012, 12:37
Znuny Version: OTRS 7.06
Real Name: Yann
Company: FVE
Contact:

Re: Encoding ’ apostrophe server error 500

Post by Sayannara »

Code: Select all

MariaDB [(none)]> show variables like 'char%';
+--------------------------+------------------------------+
| Variable_name            | Value                        |
+--------------------------+------------------------------+
| character_set_client     | utf8                         |
| character_set_connection | utf8                         |
| character_set_database   | utf8                         |
| character_set_filesystem | binary                       |
| character_set_results    | utf8                         |
| character_set_server     | utf8                         |
| character_set_system     | utf8                         |
| character_sets_dir       | /usr/share/mariadb/charsets/ |
+--------------------------+------------------------------+

Code: Select all

MariaDB [otrs]> show table status where collation != 'utf8_general_ci' \G
Empty set (0.00 sec)
Last edited by crythias on 16 Dec 2015, 16:13, edited 1 time in total.
Reason: [code] markup for sanity
Centos 7 / OTRS::ITSM 6 Business Solutions / MariaDB / Apache
root
Administrator
Posts: 4253
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Encoding ’ apostrophe server error 500

Post by root »

Sayannara wrote:I get an Server error 500.
What's the content of the webserver's error log?
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
Sayannara
Znuny advanced
Posts: 118
Joined: 22 May 2012, 12:37
Znuny Version: OTRS 7.06
Real Name: Yann
Company: FVE
Contact:

Re: Encoding ’ apostrophe server error 500

Post by Sayannara »

Here it is /var/log/apache2/error_log is

172.23.1.16 is me of course.

I'm sorry , I'm posting all the log at this time as I dont know what is relevant and useful.

Code: Select all

[Wed Dec 16 10:43:22.114717 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] VariableCheck.pm: Useless use of '\\'; doesn't escape metacharacter '{' at /opt/otrs/bin/cgi-bin/../../Kernel/System/VariableCheck.pm line 290., referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138142 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm: In '(?...)', splitting the initial '(?' is deprecated in regex; marked by <-- HERE in m/, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138192 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:         (                                          # $1 greater-than and less-than sign, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138209 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:             > | < | \\s+ | \\#{6} |, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138231 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:             (?: &[a-zA-Z0-9]+; )                   # get html entities, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138243 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138263 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:         (                                          # $2, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138284 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:             (?:                                    # http or only www, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138308 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:                 (?: (?: http s? | ftp ) :\\/\\/) |   # http://,https:// and ftp://, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138352 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:                 (?: (?: www | ftp ) \\.)            # www. and ftp., referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138365 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:             ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138376 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138396 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:         (                                          # $3, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138419 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:             (?: [a-z0-9\\-]+ \\. )*                  # get subdomains, optional, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138441 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:             [a-z0-9\\-]+                            # get top level domain, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138463 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:             (?:                                    # file path element, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138477 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:                 [\\/\\.], referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138492 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:                 | [a-zA-Z0-9\\-], referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138504 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:             )*, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138525 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:             (?:                                    # param string, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138551 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:                 [\\?]                               # if param string is there, "?" must be present, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138581 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:                 [a-zA-Z0-9&;=%]*                   # param string content, this will also catch entities like &, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138605 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:             )?, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138629 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:             (?:                                    # link hash string, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138669 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:                 [\\#]                               #, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138701 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:                 [a-zA-Z0-9&;=%]*                   # hash string content, this will also catch entities like &, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138713 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:             )?, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138725 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138744 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:         (                                          # $4, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138759 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:             ? <-- HERE =(?:, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138785 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:                 [\\?,;!\\.\\)] (?: \\s | $ )           # \\)\\s this construct is because of bug# 2450, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138799 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:                 | \\", referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138812 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:                 | \\], referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138825 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:                 | \\s+, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138838 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:                 | ', referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138862 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:                 | >                               # greater-than and less-than sign, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138881 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:                 | <                               # ", referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138903 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:                 | (?: &[a-zA-Z0-9]+; )+            # html entities, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138923 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:                 | $                                # bug# 2715, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138940 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:             ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138961 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:             | \\#{6}                                # ending LinkHash, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138973 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:22.138996 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:22 2015] HTMLUtils.pm:     / at /opt/otrs/bin/cgi-bin/../../Kernel/System/HTMLUtils.pm line 857., referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.182408 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] VariableCheck.pm: Useless use of '\\'; doesn't escape metacharacter '{' at /opt/otrs/bin/cgi-bin/../../Kernel/System/VariableCheck.pm line 290., referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.205475 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm: In '(?...)', splitting the initial '(?' is deprecated in regex; marked by <-- HERE in m/, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.205522 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:         (                                          # $1 greater-than and less-than sign, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.205538 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:             > | < | \\s+ | \\#{6} |, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.205560 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:             (?: &[a-zA-Z0-9]+; )                   # get html entities, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.205572 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.205602 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:         (                                          # $2, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.205626 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:             (?:                                    # http or only www, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.205650 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:                 (?: (?: http s? | ftp ) :\\/\\/) |   # http://,https:// and ftp://, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.205671 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:                 (?: (?: www | ftp ) \\.)            # www. and ftp., referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.205683 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:             ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.205708 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.205728 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:         (                                          # $3, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.205750 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:             (?: [a-z0-9\\-]+ \\. )*                  # get subdomains, optional, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.205773 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:             [a-z0-9\\-]+                            # get top level domain, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.205795 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:             (?:                                    # file path element, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.205808 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:                 [\\/\\.], referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.205823 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:                 | [a-zA-Z0-9\\-], referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.205835 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:             )*, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.205856 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:             (?:                                    # param string, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.205882 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:                 [\\?]                               # if param string is there, "?" must be present, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.205912 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:                 [a-zA-Z0-9&;=%]*                   # param string content, this will also catch entities like &, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.205924 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:             )?, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.205945 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:             (?:                                    # link hash string, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.205964 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:                 [\\#]                               #, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.205993 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:                 [a-zA-Z0-9&;=%]*                   # hash string content, this will also catch entities like &, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.206009 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:             )?, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.206021 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.206040 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:         (                                          # $4, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.206055 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:             ? <-- HERE =(?:, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.206081 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:                 [\\?,;!\\.\\)] (?: \\s | $ )           # \\)\\s this construct is because of bug# 2450, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.206094 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:                 | \\", referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.206107 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:                 | \\], referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.206121 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:                 | \\s+, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.206143 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:                 | ', referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.206182 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:                 | >                               # greater-than and less-than sign, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.206213 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:                 | <                               # ", referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.206247 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:                 | (?: &[a-zA-Z0-9]+; )+            # html entities, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.206283 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:                 | $                                # bug# 2715, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.206304 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:             ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.206339 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:             | \\#{6}                                # ending LinkHash, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.206355 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:25.206395 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:25 2015] HTMLUtils.pm:     / at /opt/otrs/bin/cgi-bin/../../Kernel/System/HTMLUtils.pm line 857., referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.033076 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] VariableCheck.pm: Useless use of '\\'; doesn't escape metacharacter '{' at /opt/otrs/bin/cgi-bin/../../Kernel/System/VariableCheck.pm line 290., referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056024 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm: In '(?...)', splitting the initial '(?' is deprecated in regex; marked by <-- HERE in m/, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056073 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:         (                                          # $1 greater-than and less-than sign, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056090 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:             > | < | \\s+ | \\#{6} |, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056113 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:             (?: &[a-zA-Z0-9]+; )                   # get html entities, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056124 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056144 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:         (                                          # $2, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056166 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:             (?:                                    # http or only www, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056189 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:                 (?: (?: http s? | ftp ) :\\/\\/) |   # http://,https:// and ftp://, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056211 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:                 (?: (?: www | ftp ) \\.)            # www. and ftp., referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056223 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:             ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056234 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056254 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:         (                                          # $3, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056290 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:             (?: [a-z0-9\\-]+ \\. )*                  # get subdomains, optional, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056313 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:             [a-z0-9\\-]+                            # get top level domain, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056335 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:             (?:                                    # file path element, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056349 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:                 [\\/\\.], referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056365 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:                 | [a-zA-Z0-9\\-], referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056377 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:             )*, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056398 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:             (?:                                    # param string, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056425 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:                 [\\?]                               # if param string is there, "?" must be present, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056455 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:                 [a-zA-Z0-9&;=%]*                   # param string content, this will also catch entities like &, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056467 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:             )?, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056489 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:             (?:                                    # link hash string, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056508 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:                 [\\#]                               #, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056538 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:                 [a-zA-Z0-9&;=%]*                   # hash string content, this will also catch entities like &, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056550 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:             )?, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056562 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056596 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:         (                                          # $4, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056613 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:             ? <-- HERE =(?:, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056640 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:                 [\\?,;!\\.\\)] (?: \\s | $ )           # \\)\\s this construct is because of bug# 2450, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056653 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:                 | \\", referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056667 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:                 | \\], referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056681 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:                 | \\s+, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056694 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:                 | ', referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056718 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:                 | >                               # greater-than and less-than sign, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056737 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:                 | <                               # ", referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056759 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:                 | (?: &[a-zA-Z0-9]+; )+            # html entities, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056779 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:                 | $                                # bug# 2715, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056791 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:             ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056822 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:             | \\#{6}                                # ending LinkHash, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056837 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:26.056860 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:26 2015] HTMLUtils.pm:     / at /opt/otrs/bin/cgi-bin/../../Kernel/System/HTMLUtils.pm line 857., referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:27.945223 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] VariableCheck.pm: Useless use of '\\'; doesn't escape metacharacter '{' at /opt/otrs/bin/cgi-bin/../../Kernel/System/VariableCheck.pm line 290., referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967209 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm: In '(?...)', splitting the initial '(?' is deprecated in regex; marked by <-- HERE in m/, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967252 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:         (                                          # $1 greater-than and less-than sign, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967268 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:             > | < | \\s+ | \\#{6} |, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967291 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:             (?: &[a-zA-Z0-9]+; )                   # get html entities, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967303 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967322 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:         (                                          # $2, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967344 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:             (?:                                    # http or only www, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967368 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:                 (?: (?: http s? | ftp ) :\\/\\/) |   # http://,https:// and ftp://, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967392 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:                 (?: (?: www | ftp ) \\.)            # www. and ftp., referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967412 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:             ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967431 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967463 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:         (                                          # $3, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967500 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:             (?: [a-z0-9\\-]+ \\. )*                  # get subdomains, optional, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967536 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:             [a-z0-9\\-]+                            # get top level domain, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967561 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:             (?:                                    # file path element, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967598 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:                 [\\/\\.], referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967616 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:                 | [a-zA-Z0-9\\-], referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967628 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:             )*, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967650 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:             (?:                                    # param string, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967677 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:                 [\\?]                               # if param string is there, "?" must be present, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967707 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:                 [a-zA-Z0-9&;=%]*                   # param string content, this will also catch entities like &, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967719 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:             )?, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967741 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:             (?:                                    # link hash string, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967760 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:                 [\\#]                               #, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967790 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:                 [a-zA-Z0-9&;=%]*                   # hash string content, this will also catch entities like &, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967802 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:             )?, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967813 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967832 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:         (                                          # $4, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967847 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:             ? <-- HERE =(?:, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967873 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:                 [\\?,;!\\.\\)] (?: \\s | $ )           # \\)\\s this construct is because of bug# 2450, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967887 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:                 | \\", referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967905 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:                 | \\], referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967919 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:                 | \\s+, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967932 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:                 | ', referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967956 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:                 | >                               # greater-than and less-than sign, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967976 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:                 | <                               # ", referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.967997 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:                 | (?: &[a-zA-Z0-9]+; )+            # html entities, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.968018 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:                 | $                                # bug# 2715, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.968030 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:             ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.968051 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:             | \\#{6}                                # ending LinkHash, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.968062 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:27.968085 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:27 2015] HTMLUtils.pm:     / at /opt/otrs/bin/cgi-bin/../../Kernel/System/HTMLUtils.pm line 857., referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue
[Wed Dec 16 10:43:29.350757 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] VariableCheck.pm: Useless use of '\\'; doesn't escape metacharacter '{' at /opt/otrs/bin/cgi-bin/../../Kernel/System/VariableCheck.pm line 290., referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.372659 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm: In '(?...)', splitting the initial '(?' is deprecated in regex; marked by <-- HERE in m/, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.372704 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:         (                                          # $1 greater-than and less-than sign, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.372721 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:             > | < | \\s+ | \\#{6} |, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.372743 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:             (?: &[a-zA-Z0-9]+; )                   # get html entities, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.372767 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.372786 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:         (                                          # $2, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.372808 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:             (?:                                    # http or only www, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.372832 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:                 (?: (?: http s? | ftp ) :\\/\\/) |   # http://,https:// and ftp://, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.372853 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:                 (?: (?: www | ftp ) \\.)            # www. and ftp., referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.372865 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:             ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.372876 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.372895 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:         (                                          # $3, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.372918 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:             (?: [a-z0-9\\-]+ \\. )*                  # get subdomains, optional, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.372940 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:             [a-z0-9\\-]+                            # get top level domain, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.372962 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:             (?:                                    # file path element, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.372975 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:                 [\\/\\.], referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.372990 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:                 | [a-zA-Z0-9\\-], referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.373002 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:             )*, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.373023 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:             (?:                                    # param string, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.373053 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:                 [\\?]                               # if param string is there, "?" must be present, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.373083 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:                 [a-zA-Z0-9&;=%]*                   # param string content, this will also catch entities like &, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.373095 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:             )?, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.373117 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:             (?:                                    # link hash string, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.373136 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:                 [\\#]                               #, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.373165 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:                 [a-zA-Z0-9&;=%]*                   # hash string content, this will also catch entities like &, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.373177 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:             )?, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.373188 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.373207 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:         (                                          # $4, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.373221 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:             ? <-- HERE =(?:, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.373247 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:                 [\\?,;!\\.\\)] (?: \\s | $ )           # \\)\\s this construct is because of bug# 2450, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.373261 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:                 | \\", referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.373274 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:                 | \\], referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.373287 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:                 | \\s+, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.373300 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:                 | ', referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.373327 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:                 | >                               # greater-than and less-than sign, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.373347 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:                 | <                               # ", referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.373368 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:                 | (?: &[a-zA-Z0-9]+; )+            # html entities, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.373388 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:                 | $                                # bug# 2715, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.373400 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:             ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.373421 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:             | \\#{6}                                # ending LinkHash, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.373433 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.373455 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] HTMLUtils.pm:     / at /opt/otrs/bin/cgi-bin/../../Kernel/System/HTMLUtils.pm line 857., referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketQueue;QueueID=3;View=
[Wed Dec 16 10:43:29.996078 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:29 2015] VariableCheck.pm: Useless use of '\\'; doesn't escape metacharacter '{' at /opt/otrs/bin/cgi-bin/../../Kernel/System/VariableCheck.pm line 290., referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018264 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm: In '(?...)', splitting the initial '(?' is deprecated in regex; marked by <-- HERE in m/, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018320 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:         (                                          # $1 greater-than and less-than sign, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018337 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:             > | < | \\s+ | \\#{6} |, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018359 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:             (?: &[a-zA-Z0-9]+; )                   # get html entities, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018371 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018390 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:         (                                          # $2, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018425 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:             (?:                                    # http or only www, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018450 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:                 (?: (?: http s? | ftp ) :\\/\\/) |   # http://,https:// and ftp://, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018471 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:                 (?: (?: www | ftp ) \\.)            # www. and ftp., referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018483 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:             ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018495 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018514 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:         (                                          # $3, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018537 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:             (?: [a-z0-9\\-]+ \\. )*                  # get subdomains, optional, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018560 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:             [a-z0-9\\-]+                            # get top level domain, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018582 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:             (?:                                    # file path element, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018607 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:                 [\\/\\.], referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018624 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:                 | [a-zA-Z0-9\\-], referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018637 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:             )*, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018658 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:             (?:                                    # param string, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018684 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:                 [\\?]                               # if param string is there, "?" must be present, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018714 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:                 [a-zA-Z0-9&;=%]*                   # param string content, this will also catch entities like &, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018731 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:             )?, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018753 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:             (?:                                    # link hash string, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018772 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:                 [\\#]                               #, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018802 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:                 [a-zA-Z0-9&;=%]*                   # hash string content, this will also catch entities like &, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018814 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:             )?, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018825 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018845 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:         (                                          # $4, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018859 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:             ? <-- HERE =(?:, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018885 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:                 [\\?,;!\\.\\)] (?: \\s | $ )           # \\)\\s this construct is because of bug# 2450, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018898 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:                 | \\", referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018911 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:                 | \\], referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018925 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:                 | \\s+, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018937 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:                 | ', referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018961 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:                 | >                               # greater-than and less-than sign, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.018980 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:                 | <                               # ", referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.019004 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:                 | (?: &[a-zA-Z0-9]+; )+            # html entities, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.019025 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:                 | $                                # bug# 2715, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.019037 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:             ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.019058 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:             | \\#{6}                                # ending LinkHash, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.019070 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:30.019092 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:30 2015] HTMLUtils.pm:     / at /opt/otrs/bin/cgi-bin/../../Kernel/System/HTMLUtils.pm line 857., referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:32.075941 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] VariableCheck.pm: Useless use of '\\'; doesn't escape metacharacter '{' at /opt/otrs/bin/cgi-bin/../../Kernel/System/VariableCheck.pm line 290.
[Wed Dec 16 10:43:32.098270 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm: In '(?...)', splitting the initial '(?' is deprecated in regex; marked by <-- HERE in m/
[Wed Dec 16 10:43:32.098312 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:         (                                          # $1 greater-than and less-than sign
[Wed Dec 16 10:43:32.098328 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:             > | < | \\s+ | \\#{6} |
[Wed Dec 16 10:43:32.098350 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:             (?: &[a-zA-Z0-9]+; )                   # get html entities
[Wed Dec 16 10:43:32.098361 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:         )
[Wed Dec 16 10:43:32.098380 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:         (                                          # $2
[Wed Dec 16 10:43:32.098401 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:             (?:                                    # http or only www
[Wed Dec 16 10:43:32.098425 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:                 (?: (?: http s? | ftp ) :\\/\\/) |   # http://,https:// and ftp://
[Wed Dec 16 10:43:32.098445 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:                 (?: (?: www | ftp ) \\.)            # www. and ftp.
[Wed Dec 16 10:43:32.098457 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:             )
[Wed Dec 16 10:43:32.098468 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:         )
[Wed Dec 16 10:43:32.098487 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:         (                                          # $3
[Wed Dec 16 10:43:32.098521 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:             (?: [a-z0-9\\-]+ \\. )*                  # get subdomains, optional
[Wed Dec 16 10:43:32.098544 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:             [a-z0-9\\-]+                            # get top level domain
[Wed Dec 16 10:43:32.098566 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:             (?:                                    # file path element
[Wed Dec 16 10:43:32.098579 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:                 [\\/\\.]
[Wed Dec 16 10:43:32.098606 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:                 | [a-zA-Z0-9\\-]
[Wed Dec 16 10:43:32.098620 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:             )*
[Wed Dec 16 10:43:32.098640 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:             (?:                                    # param string
[Wed Dec 16 10:43:32.098667 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:                 [\\?]                               # if param string is there, "?" must be present
[Wed Dec 16 10:43:32.098696 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:                 [a-zA-Z0-9&;=%]*                   # param string content, this will also catch entities like &
[Wed Dec 16 10:43:32.098708 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:             )?
[Wed Dec 16 10:43:32.098729 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:             (?:                                    # link hash string
[Wed Dec 16 10:43:32.098747 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:                 [\\#]                               #
[Wed Dec 16 10:43:32.098776 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:                 [a-zA-Z0-9&;=%]*                   # hash string content, this will also catch entities like &
[Wed Dec 16 10:43:32.098788 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:             )?
[Wed Dec 16 10:43:32.098799 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:         )
[Wed Dec 16 10:43:32.098817 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:         (                                          # $4
[Wed Dec 16 10:43:32.098831 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:             ? <-- HERE =(?:
[Wed Dec 16 10:43:32.098857 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:                 [\\?,;!\\.\\)] (?: \\s | $ )           # \\)\\s this construct is because of bug# 2450
[Wed Dec 16 10:43:32.098870 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:                 | \\"
[Wed Dec 16 10:43:32.098883 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:                 | \\]
[Wed Dec 16 10:43:32.098896 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:                 | \\s+
[Wed Dec 16 10:43:32.098913 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:                 | '
[Wed Dec 16 10:43:32.098937 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:                 | >                               # greater-than and less-than sign
[Wed Dec 16 10:43:32.098956 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:                 | <                               # "
[Wed Dec 16 10:43:32.098977 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:                 | (?: &[a-zA-Z0-9]+; )+            # html entities
[Wed Dec 16 10:43:32.098997 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:                 | $                                # bug# 2715
[Wed Dec 16 10:43:32.099009 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:             )
[Wed Dec 16 10:43:32.099029 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:             | \\#{6}                                # ending LinkHash
[Wed Dec 16 10:43:32.099041 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:         )
[Wed Dec 16 10:43:32.099063 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:32 2015] HTMLUtils.pm:     / at /opt/otrs/bin/cgi-bin/../../Kernel/System/HTMLUtils.pm line 857.
[Wed Dec 16 10:43:33.031373 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] VariableCheck.pm: Useless use of '\\'; doesn't escape metacharacter '{' at /opt/otrs/bin/cgi-bin/../../Kernel/System/VariableCheck.pm line 290., referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.054394 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm: In '(?...)', splitting the initial '(?' is deprecated in regex; marked by <-- HERE in m/, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.054444 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:         (                                          # $1 greater-than and less-than sign, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.054461 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:             > | < | \\s+ | \\#{6} |, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.054483 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:             (?: &[a-zA-Z0-9]+; )                   # get html entities, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.054494 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.054513 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:         (                                          # $2, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.054535 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:             (?:                                    # http or only www, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.054558 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:                 (?: (?: http s? | ftp ) :\\/\\/) |   # http://,https:// and ftp://, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.054604 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:                 (?: (?: www | ftp ) \\.)            # www. and ftp., referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.054619 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:             ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.054630 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.054649 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:         (                                          # $3, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.054672 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:             (?: [a-z0-9\\-]+ \\. )*                  # get subdomains, optional, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.054694 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:             [a-z0-9\\-]+                            # get top level domain, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.054716 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:             (?:                                    # file path element, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.054730 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:                 [\\/\\.], referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.054745 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:                 | [a-zA-Z0-9\\-], referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.054757 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:             )*, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.054778 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:             (?:                                    # param string, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.054804 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:                 [\\?]                               # if param string is there, "?" must be present, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.054833 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:                 [a-zA-Z0-9&;=%]*                   # param string content, this will also catch entities like &, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.054845 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:             )?, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.054867 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:             (?:                                    # link hash string, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.054890 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:                 [\\#]                               #, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.054920 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:                 [a-zA-Z0-9&;=%]*                   # hash string content, this will also catch entities like &, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.054932 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:             )?, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.054944 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.054963 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:         (                                          # $4, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.054977 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:             ? <-- HERE =(?:, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.055003 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:                 [\\?,;!\\.\\)] (?: \\s | $ )           # \\)\\s this construct is because of bug# 2450, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.055016 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:                 | \\", referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.055029 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:                 | \\], referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.055043 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:                 | \\s+, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.055055 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:                 | ', referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.055079 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:                 | >                               # greater-than and less-than sign, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.055098 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:                 | <                               # ", referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.055119 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:                 | (?: &[a-zA-Z0-9]+; )+            # html entities, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.055139 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:                 | $                                # bug# 2715, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.055155 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:             ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.055176 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:             | \\#{6}                                # ending LinkHash, referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.055188 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:33.055211 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:33 2015] HTMLUtils.pm:     / at /opt/otrs/bin/cgi-bin/../../Kernel/System/HTMLUtils.pm line 857., referer: http://172.22.22.196/otrs/index.pl?Action=AgentTicketZoom;TicketID=4558
[Wed Dec 16 10:43:35.808946 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] VariableCheck.pm: Useless use of '\\'; doesn't escape metacharacter '{' at /opt/otrs/bin/cgi-bin/../../Kernel/System/VariableCheck.pm line 290., referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.831598 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm: In '(?...)', splitting the initial '(?' is deprecated in regex; marked by <-- HERE in m/, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.831648 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:         (                                          # $1 greater-than and less-than sign, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.831665 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:             > | < | \\s+ | \\#{6} |, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.831688 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:             (?: &[a-zA-Z0-9]+; )                   # get html entities, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.831700 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.831719 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:         (                                          # $2, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.831742 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:             (?:                                    # http or only www, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.831780 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:                 (?: (?: http s? | ftp ) :\\/\\/) |   # http://,https:// and ftp://, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.831802 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:                 (?: (?: www | ftp ) \\.)            # www. and ftp., referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.831815 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:             ), referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.831827 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.831847 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:         (                                          # $3, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.831870 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:             (?: [a-z0-9\\-]+ \\. )*                  # get subdomains, optional, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.831893 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:             [a-z0-9\\-]+                            # get top level domain, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.831916 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:             (?:                                    # file path element, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.831930 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:                 [\\/\\.], referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.831945 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:                 | [a-zA-Z0-9\\-], referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.831962 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:             )*, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.831984 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:             (?:                                    # param string, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.832011 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:                 [\\?]                               # if param string is there, "?" must be present, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.832041 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:                 [a-zA-Z0-9&;=%]*                   # param string content, this will also catch entities like &, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.832054 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:             )?, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.832076 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:             (?:                                    # link hash string, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.832095 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:                 [\\#]                               #, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.832125 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:                 [a-zA-Z0-9&;=%]*                   # hash string content, this will also catch entities like &, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.832138 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:             )?, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.832152 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.832172 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:         (                                          # $4, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.832187 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:             ? <-- HERE =(?:, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.832215 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:                 [\\?,;!\\.\\)] (?: \\s | $ )           # \\)\\s this construct is because of bug# 2450, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.832228 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:                 | \\", referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.832242 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:                 | \\], referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.832256 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:                 | \\s+, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.832270 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:                 | ', referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.832294 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:                 | >                               # greater-than and less-than sign, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.832313 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:                 | <                               # ", referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.832335 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:                 | (?: &[a-zA-Z0-9]+; )+            # html entities, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.832359 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:                 | $                                # bug# 2715, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.832372 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:             ), referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.832394 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:             | \\#{6}                                # ending LinkHash, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.832406 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:         ), referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:35.832429 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:35 2015] HTMLUtils.pm:     / at /opt/otrs/bin/cgi-bin/../../Kernel/System/HTMLUtils.pm line 857., referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:36.260964 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:36 2015] index.pl: Strings with code points over 0xFF may not be mapped into in-memory file handles, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:36.261761 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] AH01215: [Wed Dec 16 10:43:36 2015] index.pl: open body: Invalid argument at /opt/otrs/bin/cgi-bin/../../Kernel/cpan-lib/MIME/Entity.pm line 1872., referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
[Wed Dec 16 10:43:36.300194 2015] [cgi:error] [pid 14817] [client 172.23.1.16:57672] End of script output before headers: index.pl, referer: http://172.22.22.196/otrs/index.pl?ChallengeToken=584b6eb0f0f165ed54cebea09974299d&ChallengeToken=584b6eb0f0f165ed54cebea09974299d&Action=AgentTicketCompose&TicketID=4558&ArticleID=22258&ReplyAll=&ResponseID=1
Last edited by crythias on 16 Dec 2015, 16:12, edited 1 time in total.
Reason: [code] markup for sanity
Centos 7 / OTRS::ITSM 6 Business Solutions / MariaDB / Apache
Sayannara
Znuny advanced
Posts: 118
Joined: 22 May 2012, 12:37
Znuny Version: OTRS 7.06
Real Name: Yann
Company: FVE
Contact:

Re: Encoding &rsquo; apostrophe server error 500

Post by Sayannara »

I know OTRS in really more for the "Linux World" but I am sure a lot of people use Outlook to write email and thus open ticket within OTRS. I can't imagine that I'm the only one to have this issue.

this is a summary of following links:
It seems that there is a problem with the version of libmime-tools-perl with OTRS 3.1.x. I'll try to upgrade to 3.2.x->3.3.x and see if it is better.

keywords: MIME

Code: Select all

open body: Invalid argument at /opt/otrs/bin/cgi-bin/../../Kernel/cpan-lib/MIME/Entity.pm line 1872
https://bugs.debian.org/cgi-bin/bugrepo ... bug=726600
https://github.com/OTRS/otrs/commit/320 ... 30f5e39043
https://github.com/OTRS/otrs/commit/eda ... 80d87c49e3
http://stackoverflow.com/questions/2434 ... -mime-type
Centos 7 / OTRS::ITSM 6 Business Solutions / MariaDB / Apache
root
Administrator
Posts: 4253
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Encoding &rsquo; apostrophe server error 500

Post by root »

That's definitely what I would recommend for you. I highly recommend checking your system after each upgrade and go straight to OTRS 4 or OTRS 5.
But this will depend on the addons you use.
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
Sayannara
Znuny advanced
Posts: 118
Joined: 22 May 2012, 12:37
Znuny Version: OTRS 7.06
Real Name: Yann
Company: FVE
Contact:

[SOLVED] Re: Encoding &rsquo; apostrophe server error 500

Post by Sayannara »

Ok I upgrade to 3.2.18 and the problem is solved.

Yes I planned to upgrade to version 5. But... As a Windows sysadmin it takes time! The documentation is poor I think especially for someone who doesn't know Linux, perl, db, ...
Well with your help I will :D
Centos 7 / OTRS::ITSM 6 Business Solutions / MariaDB / Apache
Locked