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

Paths containing special characters paths in the configuration are wrongly resolved #3253

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mvriel
Copy link
Member

@mvriel mvriel commented Jul 9, 2022

See #3184 and related tickets for the original report.

When using special characters, these are URL encoded and phpDocumentor is unable to process this. What needs to be done is that phpDocumentor is able to support physical and virtual filesystems (through the DSN) and know when to URL encode and when not. Some virtual file systems may require this.

Part of the solution in this PR requires investigating when and if we should or should not URL encode

@@ -8,6 +8,7 @@
<title>phpDocumentor</title>
<paths>
<output>build/website/docs</output>
<cache>build/ex$a#mple cache/</cache>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't forget to remove this before submitting as a definitive PR :D

Signed-off-by: Mike van Riel <me@mikevanriel.com>
Signed-off-by: Mike van Riel <me@mikevanriel.com>
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

Successfully merging this pull request may close these issues.

space character in filename is URL-encoded
1 participant