-
Notifications
You must be signed in to change notification settings - Fork 3
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
Comments
@greensomes as we discussed, all the url's are case sensitive not just for redirect. For example This url works: https://onrr.gov/paying |
@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 |
@greensomes I found this GitHub issue on Vue's GitHub that has code for case insensitivehttps://github.com/vuejs/vue-router/issues/2154. |
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
The text was updated successfully, but these errors were encountered: