|
@@ -38,7 +38,7 @@ function scw(r)
|
|
r:err("SCW_IGNORE is not set!")
|
|
r:err("SCW_IGNORE is not set!")
|
|
end
|
|
end
|
|
|
|
|
|
- if ignore ~= nil and regex.match(r.uri, ignore) then
|
|
|
|
|
|
+ if ignore ~= nil and regex.match(r.unparsed_uri, ignore) then
|
|
return apache2.DECLINED
|
|
return apache2.DECLINED
|
|
end
|
|
end
|
|
|
|
|