This might be implemented by adding to the restrict/quota sites the ability for urls to have * and $ in them.
For example, if disallowed urls like http://www.site.com/*/*/
one could crawl
http://www.site.com/a/b.html
but not
http://www.site.com/a/b/c.html
Fixed with 4915d9
This might be implemented by adding to the restrict/quota sites the ability for urls to have * and $ in them.
For example, if disallowed urls like http://www.site.com/*/*/
one could crawl
http://www.site.com/a/b.html
but not
http://www.site.com/a/b/c.html
Fixed with 4915d9