Help us enhance your Sophos Community experience. Share your thoughts in our Sophos Community survey.

[9.191][BUG] HTTP Proxy "exceeded pcre limit on ..." reached

If I try to register on the hp website online shop https://h20386.www2.hp.com/SwitzerlandStore/Merch/SimpleRegistration.aspx, it will not work due following messages:


2013:12:27-11:28:12 asg01 httpproxy[6397]: id="0003" severity="info" sys="SecureWeb" sub="http" request="0xbc50020" function="match_exception_domainlist" file="profile.c" line="611" message="exception No Countryblocking exceeded pcre limit on met2.hp.com/.../s14031337932683
2013:12:27-11:28:12 asg01 httpproxy[6397]: id="0003" severity="info" sys="SecureWeb" sub="http" request="0xbc50020" function="match_exception_domainlist" file="profile.c" line="611" message="exception DELL Updates exceeded pcre limit on met2.hp.com/.../s14031337932683
2013:12:27-11:28:12 asg01 httpproxy[6397]: id="0003" severity="info" sys="SecureWeb" sub="http" request="0xbc50020" function="match_exception_domainlist" file="profile.c" line="611" message="exception APPLE EXCEPTIONS exceeded pcre limit on met2.hp.com/.../s14031337932683
2013:12:27-11:28:12 asg01 httpproxy[6397]: id="0003" severity="info" sys="SecureWeb" sub="http" request="0xbc50020" function="match_exception_domainlist" file="profile.c" line="611" message="exception SUN JAVA Updates exceeded pcre limit on met2.hp.com/.../s14031337932683
2013:12:27-11:28:12 asg01 httpproxy[6397]: id="0003" severity="info" sys="SecureWeb" sub="http" request="0xbc50020" function="match_exception_domainlist" file="profile.c" line="611" message="exception ADOBE EXCEPTIONS exceeded pcre limit on met2.hp.com/.../s14031337932683
2013:12:27-11:28:12 asg01 httpproxy[6397]: id="0003" severity="info" sys="SecureWeb" sub="http" request="0xbc50020" function="match_exception_domainlist" file="profile.c" line="611" message="exception NITENDO WII exceeded pcre limit on met2.hp.com/.../s14031337932683
2013:12:27-11:28:12 asg01 httpproxy[6397]: id="0003" severity="info" sys="SecureWeb" sub="http" request="0xbc50020" function="match_exception_domainlist" file="profile.c" line="611" message="exception Shoutcast exceeded pcre limit on met2.hp.com/.../s14031337932683


Somehow all this informations in the URL will make it's size little too big for the pcre scanner ?
Parents
  • Correction:  This is not due to the representation of regex or Mantis 24316.

    This is something due to a bug fix brought in with 9.107.  There is a balancing act between memory allocation and handling of long URLs.  This will take some thought on what to do.

    Please note that this error message can be safely ignored.  It doesn't really cause a problem, its just stating the URL will not be parsed to see if it matches an exception.

    FYI:
    9.106 may have coredumped at this URL
    9.107 will print this error message
    9.191 will print this error message

    This is not really a 9.2 beta problem so I don't know the priority on it.  But we're looking into it.
Reply
  • Correction:  This is not due to the representation of regex or Mantis 24316.

    This is something due to a bug fix brought in with 9.107.  There is a balancing act between memory allocation and handling of long URLs.  This will take some thought on what to do.

    Please note that this error message can be safely ignored.  It doesn't really cause a problem, its just stating the URL will not be parsed to see if it matches an exception.

    FYI:
    9.106 may have coredumped at this URL
    9.107 will print this error message
    9.191 will print this error message

    This is not really a 9.2 beta problem so I don't know the priority on it.  But we're looking into it.
Children
No Data