commit | 1c63f6e48913f71968509ccf5708034f4ff09cf5 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Feb 28 15:24:47 2002 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Feb 28 15:24:47 2002 +0000 |
tree | 840879ee25cf3490c5087285b081f117e8e88072 | |
parent | 5e9c80d906446f3fc53c4da36e88d937d5c1593d [diff] |
Correct various errors: - Use substring search, not re search for user-agent and paths. - Consider * entry last. Unquote, then requote URLs. - Treat empty Disallow as "allow everything". Add test cases. Fixes #523041