Skip to content

v9: some url paths are not correct on case sensitive filesystems #11784

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

Merged

Conversation

Zeegaan
Copy link
Member

@Zeegaan Zeegaan commented Dec 22, 2021

Fixes: #11670

Notes

  • recase assignDomain to assigndomain

How to test

  • If you're on Windows, navigate to your umbraco folder and run the powershell script (Get-ChildItem -Recurse -Directory).FullName | ForEach-Object {fsutil.exe file setCaseSensitiveInfo $_ enable}
  • Run umbraco
  • Create an empty document type and allow as root
  • Create a content page for the document type
  • Right click the content and click "Culture and Hostnames" this should now give you a menu and not an error

@Zeegaan Zeegaan changed the base branch from v9/contrib to v9/dev December 22, 2021 10:35
@nikolajlauridsen
Copy link
Contributor

LGTM and tests out great as well 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

URL paths not correct on some file systems
2 participants