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

Whitelist & Blacklist expression is case sensitive

I am hoping this post will help someone else

I been battling with this issue for hours and could not find out why my Whitelist of website was not working. 
I finally found that all the expressions must be all lower case to work. I wish someone have added this into the official documentation.

Here is an example of a way to control which web sites users can browse and block all other web sites:

Enable the Content Filter (Surf Protection) in the HTTP Proxy.

Add blank Profile

In the URL Whitelist enter the allowed website in the following way: ".ibm\.com" (no quotes) A single dot in the beginning of the line to represent anything under the ibm.com domain name.

Enter each domain on its own line

In the  URL Blacklist enter "." (no quotes) this will represent all the websites

Add blank Assignment under the Profile Assignment and assign it to users or computers. and to a Profile Name that include the above settings. 

Hope this help someone.


This thread was automatically locked due to age.
  • Hello,

    the comment at the top of the URL white-/blacklist says: [ QUOTE ]
    # Use this field to enter regular expressions, one per
    # line.
    [...]
    # Please refer to the manual to learn more about regular
    # expressions and how they can be used in the content
    # filtering framework. 

    [/ QUOTE ] Regular expressions are case-sensitive, unless you explicity make them case-insensitive by prepending (?i) That's probably the reason why it was not explicitly meantioned, that the entries are case-sensitive. But the manual also doesn't explain anything about regular expressions. For learning the basics about regular expressions, I recommend the website  regular-expressions.info

    And there's a knowledge-base-article that also shows another method to block everything execpt ... :
     How to block every URL besides the ones explicitly allowed?