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

[WebDAV] Fix assets are not accessible on webdav links #15856

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

dvesh3
Copy link
Contributor

@dvesh3 dvesh3 commented Aug 30, 2023

Changes in this pull request

Resolves #15855

Additional info

WHAT

🤖 Generated by Copilot at 3ae379e

This pull request updates the nginx configuration documentation and the upgrade notes to fix the webDAV assets issue. It modifies the location rule for static files in doc/23_Installation_and_Upgrade/03_System_Setup_and_Hosting/02_Nginx_Configuration.md and adds a note in doc/23_Installation_and_Upgrade/09_Upgrade_Notes/README.md to explain the change.

🤖 Generated by Copilot at 3ae379e

webdav unblocked
nginx config needs update
note for spring users

HOW

🤖 Generated by Copilot at 3ae379e

  • Fix webDAV assets being blocked by nginx static file rule (link)
  • Add upgrade note for nginx config change (link)

@dvesh3 dvesh3 added the Bug label Aug 30, 2023
@dvesh3 dvesh3 added this to the 11.0.8 milestone Aug 30, 2023
@github-actions
Copy link

Review Checklist

  • Target branch (11.0 for bug fixes, others 11.x)
  • Tests (if it's testable code, there should be a test for it - get help)
  • Docs (every functionality needs to be documented, see here)
  • Migration incl. install.sql (e.g. if the database schema changes, ...)
  • Upgrade notes (deprecations, important information, migration hints, ...)
  • Label
  • Milestone

@sonarcloud
Copy link

sonarcloud bot commented Aug 30, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

dvesh3 added a commit to pimcore/skeleton that referenced this pull request Aug 30, 2023
@kingjia90 kingjia90 self-assigned this Aug 30, 2023
@kingjia90 kingjia90 merged commit c51eb23 into 11.0 Aug 30, 2023
6 checks passed
@kingjia90 kingjia90 deleted the fix_webdav_assets branch August 30, 2023 12:12
@kingjia90
Copy link
Contributor

kingjia90 commented Aug 30, 2023

Mhh, had a thought after merging, this line shouldn't be appearing as bug fix upgrade note for Pimcore 11.0.8, but along with this line

- WebDAV url has been changed from `https://YOUR-DOMAIN/admin/asset/webdav` to `https://YOUR-DOMAIN/asset/webdav`

In other words, we should consider this an overlooked mandatory change (and documentation note) that was due during upgrade to 11, and we are not fixing anything in 11.0.8 beside trying to fix the docs "retroactively"

@dvesh3
Copy link
Contributor Author

dvesh3 commented Aug 30, 2023

@kingjia90 yes, valid point that we should add this to 11.0.0 upgrade notes and i'll keep the notice in 11.0.8 section as well for the implementations already on v11. Could you please provide a followup?

kingjia90 pushed a commit to pimcore/skeleton that referenced this pull request Aug 30, 2023
* Fix assets are not accessible on webdav links - related to pimcore/pimcore#15856

* review changes
@kingjia90
Copy link
Contributor

followup done in #15859

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.

None yet

2 participants