This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Web Filter Logging

All-

I am receiving log entries in the web filter log each time I access ABC news. Can someone advise me how to correct the issue at the UTM or prevent logging generated by the rule. If a complete show is watched the logging becomes excessive. See enclosed log:

Thanks,
Jim


2014:07:31-05:12:39 Oasis httpproxy[18661]: id="0003" severity="info" sys="SecureWeb" sub="http" request="(nil)" function="unescape_url" file="util.c" line="460" message="failed to unescape [http://6abc.com/common/utils/player.js?type=uplynk&id=229051&ssid=wpvi_news&width=100%&height=282px]"
2014:07:31-05:12:39 Oasis httpproxy[18661]: id="0003" severity="info" sys="SecureWeb" sub="http" request="(nil)" function="unescape_url" file="util.c" line="460" message="failed to unescape [http://6abc.com/common/utils/player.js?type=uplynk&id=229051&ssid=wpvi_news&width=100%&height=282px]"


This thread was automatically locked due to age.
Parents
  • It is a warning message that can be ignored.  I'll talk to someone internally about whether the warning can be hidden.

    The issue is that some urls include "percent encoding", for example "/sales proposal.doc" becomes "/sales%20proposal.doc".  The UTM does some decoding and URL normalization as part of it process.

    It is having trouble with width=100%&height.

    If you want to just silence your logs, try creating an exception to skip all checks going to url:
    http://6abc.com/common/utils/player.js.*%
Reply
  • It is a warning message that can be ignored.  I'll talk to someone internally about whether the warning can be hidden.

    The issue is that some urls include "percent encoding", for example "/sales proposal.doc" becomes "/sales%20proposal.doc".  The UTM does some decoding and URL normalization as part of it process.

    It is having trouble with width=100%&height.

    If you want to just silence your logs, try creating an exception to skip all checks going to url:
    http://6abc.com/common/utils/player.js.*%
Children