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

Prevent duplicate content for paging requests #4981

Merged
merged 1 commit into from
Mar 9, 2016
Merged

Prevent duplicate content for paging requests #4981

merged 1 commit into from
Mar 9, 2016

Conversation

SvanteRichter
Copy link
Contributor

/blog?page_blog=1 isn't really paging, it's the same as /blog, so only match numbers higher than 1 when checking if the request is paging.

/blog?page_blog=1 isn't really paging, it's the same as /blog, so only match numbers higher than 1.
@SvanteRichter
Copy link
Contributor Author

Related to #4288, and should be forward-ported to master too.

@GwendolenLynch
Copy link
Contributor

Related to #4288, and should be forward-ported to master too.

You're on that?

@SvanteRichter
Copy link
Contributor Author

Yep 😄

GwendolenLynch added a commit that referenced this pull request Mar 9, 2016
Prevent duplicate content for paging requests
@GwendolenLynch GwendolenLynch merged commit 907a907 into bolt:release/2.2 Mar 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants