Currently, the org.archive.modules.deciderules.PrerequisiteAcceptDecideRule only matches:
hop path matches ^.*P$
but should this really be...
hop path matches ^.*PR+$
I'm seeing this a lot with robots.txt resolution from http to https, but perhaps that's fine, as robots.txt for http:server is not the same as robots.txt for https:server.
Currently, the
org.archive.modules.deciderules.PrerequisiteAcceptDecideRule
only matches:but should this really be...
I'm seeing this a lot with robots.txt resolution from http to https, but perhaps that's fine, as robots.txt for http:server is not the same as robots.txt for https:server.