Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

have TooManyPathSegmentsDecideRule count path segments only #13

Merged
merged 1 commit into from
Jul 3, 2012

Commits on Jul 3, 2012

  1. count path segments by looking at the path

    * TooManyPathSegmentsDecideRule
        evaluate(CrawlURI) previously counted slashes in the full URI.
        Now it only counts slashes in the path of the URI, meaning a URI
        with slashes in the query string will not be counted as having more
        path segments than it has in its path.
    Travis Wellman committed Jul 3, 2012
    Configuration menu
    Copy the full SHA
    4b047db View commit details
    Browse the repository at this point in the history