-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update setenvif.conf to follow upstream changes #2534
base: main
Are you sure you want to change the base?
Conversation
This brings the file closer to the upstream contents as of https://git.launchpad.net/ubuntu/+source/apache2/commit/debian/config-dir/mods-available/setenvif.conf?id=696485dab93b0a8de434f051e2b85134d342dc33
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitively not an "upsteam" change, but the custom config of ubuntu on top of the custom config of debian for mod_setenvif
seems to match the example configuration of mod_dav
upsteam:
So LGTM, but there are a few more entries that seems to be incorrect and that we can sync with upsteam. I added in-line comments to them.
Co-authored-by: Romain Tartière <[email protected]>
Co-authored-by: Romain Tartière <[email protected]>
@@ -18,17 +18,11 @@ BrowserMatch "JDK/1\.0" force-response-1.0 | |||
BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully | |||
BrowserMatch "MS FrontPage" redirect-carefully | |||
BrowserMatch "^WebDrive" redirect-carefully | |||
BrowserMatch "^WebDAVFS/1.[0123]" redirect-carefully | |||
BrowserMatch "^gnome-vfs/1.0" redirect-carefully | |||
BrowserMatch "^WebDAVFS/1\.[012]" redirect-carefully |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it on purpose that 1.3 was dropped here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think so: upstream switched from 1.[01234]
to 1\.[012]
:
https://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/extra/httpd-dav.conf.in?r1=1915651&r2=1915650&pathrev=1915651
This brings the file closer to the upstream contents as of
https://git.launchpad.net/ubuntu/+source/apache2/commit/debian/config-dir/mods-available/setenvif.conf?id=696485dab93b0a8de434f051e2b85134d342dc33
Summary
Provide a detailed description of all the changes present in this pull request.
Additional Context
Add any additional context about the problem here.
Related Issues (if any)
Mention any related issues or pull requests.
Checklist
puppet apply
)