Skip to content

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

@mvriel mvriel self-assigned this Jul 9, 2022
@mvriel mvriel linked an issue Jul 22, 2022 that may be closed by this pull request
<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

mvriel added 3 commits July 20, 2023 20:58
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

2 participants