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

look into url links not being case sensitive #2306

Closed
Maroyafaied opened this issue Nov 29, 2022 · 3 comments
Closed

look into url links not being case sensitive #2306

Maroyafaied opened this issue Nov 29, 2022 · 3 comments

Comments

@Maroyafaied
Copy link
Contributor

This is affecting redirects, here are some examples where links don't work when upper case but work with lower case

Surety Instrument Posting Instructions
Doesn't work: http://onrr.gov/ReportPay/PDFDocs/SuretyInst.pdf
Works: http://onrr.gov/reportpay/PDFDocs/SuretyInst.pdf

Form ONRR-4435 Administrative Appeal Bond
Doesn't work: http://onrr.gov/ReportPay/PDFDocs/4435.pdf
Works:http://onrr.gov/reportpay/PDFDocs/4435.pdf

@Maroyafaied Maroyafaied added the Bug Something isn't working. label Nov 29, 2022
@Maroyafaied
Copy link
Contributor Author

@greensomes as we discussed, all the url's are case sensitive not just for redirect. For example

This url works: https://onrr.gov/paying
This one doesn't: https://onrr.gov/Paying

@Maroyafaied Maroyafaied transferred this issue from DOI-ONRR/nrrd Nov 29, 2022
@Maroyafaied Maroyafaied reopened this Nov 30, 2022
@Maroyafaied
Copy link
Contributor Author

@greensomes I found these url files that have code on the old site, there is mention of lower case in the first file. https://app.zenhub.com/files/210892300/c894d8cb-b85e-4550-80d2-6f1c7636c83c/download

https://app.zenhub.com/files/210892300/951cae2e-f447-483a-bc1f-63717acf4074/download

@Maroyafaied
Copy link
Contributor Author

Maroyafaied commented Nov 30, 2022

@greensomes I found this GitHub issue on Vue's GitHub that has code for case insensitivehttps://github.com/vuejs/vue-router/issues/2154.
vuejs/vue-router@04a2143

@Maroyafaied Maroyafaied removed the Bug Something isn't working. label Dec 1, 2022
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

No branches or pull requests

2 participants