-
Notifications
You must be signed in to change notification settings - Fork 155
PageSpeed URL control wildcards don't work properly #1294
Comments
If I understand your description, this is working as intended. E.g. Any time a file in foo/bar/ is referenced, the Disallow * will override the .htaccess in foo/ |
@jmarantz no, the opposite, the disallow in the root, and then the allow in
|
#1294 The unit test works properly, so there is no code change in this commit. The bug remains outstanding.
Reproduced:
|
When reversing the two |
I cannot reproduce this using what Josh checked in above; |
Hypothesis is that |
Turns out that this is a problem with FastWildcardGroup and isn't related to the merging at all. @jmaessen has a fix. |
…e* order, and should match them forwards as a result. Add a couple of tests beyond Steve's initial repro. #1294
…e* order, and should match them forwards as a result. Add a couple of tests beyond Steve's initial repro. #1294
In one level of
.htaccess
specifyModPagespeedDisallow *
and in a higher level specifyModPagespeedAllow *example.com*
, example.com will still be shown as disallowed.The text was updated successfully, but these errors were encountered: