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

[TASK] Make URLs case sensitive #617

Closed
wants to merge 1 commit into from

Conversation

stucki
Copy link

@stucki stucki commented Apr 5, 2018

As explained in #482 RealUrl is case sensitive for non-cached URLs, but it accepts different case spelling for cached results.

Scenario:

  1. Open http://mysite/HOME/ => it fails
  2. Open http://mysite/home/ => page is loaded, cache is filled
  3. Open http://mysite/HOME/ again => page is loaded

This is problematic because it leads to duplicate URLs for the same content.

Solution: When a URL is fetched from the cache which does not match the case spelling, treat it as expired and redirect to the correct URL.

Closes #482

@stucki
Copy link
Author

stucki commented Apr 6, 2018

The problem remains but since the basis for this was changed in RealUrl 3.2.2, I created a new PR for it. See #618

@stucki stucki closed this Apr 6, 2018
@stucki stucki deleted the make-urls-case-sensitive branch February 20, 2019 08:26
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.

1 participant