8000 [Finder] Avoid asterisk in the file path to prevent windows filesystems problems by jakzal · Pull Request #11985 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Finder] Avoid asterisk in the file path to prevent windows filesystems problems #11985

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

Closed
wants to merge 1 commit into from

Conversation

jakzal
Copy link
Contributor
@jakzal jakzal commented Sep 22, 2014
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #11984
License MIT
Doc PR -

* in directory name causes problems on windows. The other regexp characters in the directory name are sufficient to verify the name is escaped.

…ms problems.

The other characters in the directory name are sufficient to verify the name is escaped.
@jakzal jakzal added the Finder label Sep 22, 2014
@phazei
Copy link
phazei commented Sep 23, 2014

I believe the question mark (?) is also an issue.

@antonioribeiro
Copy link

As noted by @phazei, the '?' is, indeed also a problem. Looks like I got no errors, but also the directory was not created, maybe because I was using 4NT instead of CMD? But now I'm receiving the error on both, so the '?' will have to go too. I tried to create it via cifs (Linux connected to Windows) too and got the same error.

@ymc-dabe
Copy link
Contributor

Both * and ? are causing troubles on windows.

@jakzal May be closed in favour of #11990

@fabpot
Copy link
Member
fabpot commented Sep 23, 2014

Closing in favor of #11989

@fabpot fabpot closed this Sep 23, 2014
fabpot added a commit that referenced this pull request Sep 23, 2014
…lder name in test to prevent windows file system issues. (Adam)

This PR was merged into the 2.3 branch.

Discussion
----------

[Finder][Urgent] Remove asterisk and question mark from folder name in test to prevent windows file system issues.

Bugfix: Yes
Fixed tickets: #11984 , #11985
Related tickets: #11970

Commit #11970 prevented Symphony from being checked out via windows due to invalid characters in a folder name within the tests.

The issue was reported in #11984  and was attempted to be fixed in #11985 but wasn't due to still including the question mark.

Please accept this ASAP as it entirely breaks any composer that relies on it.

Commits
-------

5fbb278 Avoid question mark and asterisk in folder names to prevent windows filesystem issues.
@jakzal jakzal deleted the bugfix/finder-windows branch September 23, 2014 07:16
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.

5 participants
0