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

All my exclusions don't work - 7.008

I have just installed 7.008.  Now all my proxy exclusions don't work!!
I have tried redoing the exclusions but i still get stopped by the normal content filter categories.

Iis anyone else seeing this?


This thread was automatically locked due to age.
Parents
  • Per my handy "Mastering Regular Expressions 2nd Edition" book by O'reilly

    Items to Match a single character
    . dot - Matches any one character
    [I]char[/I]   escaped character - When char is a metacharacter, or not otherwise special, matches the literal char
    [...]   character class - Matches any one character listed
    [^...]   negated character class - Matches any one character not listed

    Items Appended to provide "Counting": The Quantifiers
    ?   Question One allowed, but is optional
    *   star Any number allowed, but all are optional
    +   plus At least one required; additional are optional
  • Yeah, I was looking through several reference books last night including that one, 3rd edition, trying to figure it out.  Got kind of lost since many of the examples are extremely complex and I don't have a programmatic background.
     
    Examples like [FONT=Courier New]]*>(.*?) are not the least bit handy in helping me try to figure out how to do a simple string match.  Just caused a migrane.  [:)][/FONT]
    __________________
    ACE v8/SCA v9.3

    ...still have a v5 install disk in a box somewhere.

    http://xkcd.com
    http://www.tedgoff.com/mb
    http://www.projectcartoon.com/cartoon/1
  • You know what Astaro need to do.  A kind of WYSUWYG editor that adds these bits in depeding on what you want to do.   to say it is confusing is an understatement.  It has been a while since i did anything with Perl, and looking at this stuff i now remember why i moved on
Reply
  • You know what Astaro need to do.  A kind of WYSUWYG editor that adds these bits in depeding on what you want to do.   to say it is confusing is an understatement.  It has been a while since i did anything with Perl, and looking at this stuff i now remember why i moved on
Children
  • Installed 7.009 a short time ago.  After which any entries that I had made in the format of .+/.domain.com stopped working.  Changing them back to the original domain.com fixed the issue for all entries except for one.
    __________________
    ACE v8/SCA v9.3

    ...still have a v5 install disk in a box somewhere.

    http://xkcd.com
    http://www.tedgoff.com/mb
    http://www.projectcartoon.com/cartoon/1
  • Sven said:
    We will correct this behaviour in 7.009, which will be released tomorrow so that the old style entries work, and you can still use the more powerful regular expressions in the exception tab.

    Strange Scott that the "New way" isn't working anymore.......?
  • I recognized the problem this morning AFTER the upgrade from 7.008 to 7.009 - no one of my exeptions like "domain.com" are working again. But all other formats like ".*domain.com" or ".+/.domain.com" aren't working either...

    What's the right syntax now ??? Is there any ? 

    Thomas
  • I will take it one further. When I use an expression like .*domain.com in my Filter Actions, the expression works just fine and site access to that domain works, but then the Categories checked off in the Allowed Categories Box of that same Filter Action get ignored and the users get a Site matches the .*\ Blacklist (Blocked). So as of 7.09 I can't allow specific sites in the Filter Actions when Block All Except is chosen. [:(] 

    Igor
  • Is it just me, or does anyone else want the content filtering to go back to the days of v6?
  • same probleme here. none of the 3 ways is working. does anybody has a solution yet?
  • My Resolution was to turn it off *ggg*
  • The only working solution I found was going back to V7.007...
    That's working so far, but beginning on Friday I've got a new problem: the stored http-proxy account in Firefox (username / password) get lost from time to time (between 2 times per day and once every 3 days...) and I don't know why... It never happened before... At first I saw this problem at the same time when the categorizing error occured... 

    I assume it may be a problem with the http-proxy authentication on the ASG, and Firefox removes the saved password when authentication wasn't successful...

    Does anybody know when V 7.010 will be available and if it will fix the still existing problem with the exeption list ??? 

    TCG
  • TCG

    Do you use the proxy cache?  If you do have you tried clearing it out?
  • @Mike_H

    I'm sure I did it on 7.009 but I'm not really sure if I did it in 7.007 after going back from 7.009... After reading your reply I've cleared the cache and turned it off after this. I'll try it without cache... We'll see what happens...