Skip to content

Conversation

@siren186
Copy link
Member

Bugfix #4573

Before

Poco::Path("C:\\abc\\"); // OK
Poco::Path("C:\\abc"); // OK
Poco::Path("C:\\"); // OK
Poco::Path("C:"); // Poco::PathSyntaxException

After bugfix

Poco::Path("C:"); // OK

@matejk matejk added this to the Release 1.15.0 milestone Sep 24, 2025
@matejk matejk added the bug label Sep 24, 2025
@matejk matejk merged commit 852cf71 into pocoproject:main Oct 15, 2025
35 checks passed
@siren186 siren186 deleted the bugfix/path branch October 16, 2025 01:23
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.

2 participants