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

Deal with the Apache 2.4.61 UnsafeAllow3F feature #184

Open
csev opened this issue Jul 22, 2024 · 0 comments
Open

Deal with the Apache 2.4.61 UnsafeAllow3F feature #184

csev opened this issue Jul 22, 2024 · 0 comments

Comments

@csev
Copy link
Collaborator

csev commented Jul 22, 2024

Update url parsing and .htaccess to avoid upsetting Apache mod_rewrite

https://stackoverflow.com/questions/78729429/403-forbidden-when-url-contains-get-with-encoded-question-mark-unsafeallow3f

https://httpd.apache.org/docs/current/rewrite/flags.html#flag_unsafe_allow_3f

Example rules:

./lti/store/.htaccess:    RewriteRule ^sakai-config/(.*)$ sakai-config.php?guid=$1 [L,QSA]
./lti/store/.htaccess:    RewriteRule ^ims-config/(.*)$ ims-config.php?guid=$1 [L,QSA]
./lti/.htaccess:    RewriteRule ^oidc_login/(.*)$ oidc_login.php?guid=$1 [L,QSA]
./lti/.htaccess:    RewriteRule ^keyset/(.*)$ keyset.php?issuer_guid=$1 [L,QSA]
@csev csev changed the title Deal with the Deal with the Apache 2.4.61 UnsafeAllow3F feature Jul 22, 2024
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

1 participant