Skip to content

[Cache] Use path instead of url in SSI documentation #16513

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

Merged
merged 1 commit into from
Feb 18, 2022

Conversation

tucksaun
Copy link
Contributor

By using url SSI tags will include the host which is likely to not work as, unlike ESI, SSI is meant to be used at the webserver level which most of the time only handles SSI as paths.

By using `url` SSI tags will include the host which is likely to not work as, unlike ESI, SSI is meant to be used at the webserver level which most of the time only handles SSI as paths.
@carsonbot carsonbot added this to the 4.4 milestone Feb 15, 2022
@carsonbot carsonbot changed the title Use path instead of url in SSI documentation [Cache] Use path instead of url in SSI documentation Feb 18, 2022
@javiereguiluz javiereguiluz merged commit 7f73b1d into symfony:4.4 Feb 18, 2022
@tucksaun tucksaun deleted the patch-1 branch February 18, 2022 15:50
@javiereguiluz
Copy link
Member

Super nice catch Tug! Thanks a lot.

While merging I added a minor note based on your comments (see ac13f6e) to recommend paths vs urls explicitly to avoid problems for readers. Thanks!

@tucksaun
Copy link
Contributor Author

nice addition @javiereguiluz. thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants