forked from dotCMS/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(CLI): Issue 26879 cli pushing files whose name contain whitespace…
…s fail (dotCMS#27696) * dotCMS#26879 Change methods to use URI's raw path and improve URL encoding The `AssetPathResolver` has been updated to use the URI's raw path rather than the path. Additionally, the `resolveAssetAndFolder` method now takes a `decodedRawPath` parameter rather than decoding the raw path within the method. Similarly, the `encodePath` method in `LocationUtils` has been significantly revised which now encodes the URL path segment by segment and maintains both single and double slashes at the beginning of URLs. * dotCMS#27423 Related init command missing changes dotCMS#26879 Better handling for white spaces and uncommon characters in names * dotCMS#26879 Adding IT
- Loading branch information
1 parent
b9b37f5
commit f8f9376
Showing
10 changed files
with
111 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.