Details
-
Bug
-
Resolution: Fixed
-
None
-
High
-
Added proper handling of Windows-based srx paths within uploaded bconfs
-
Empty show more show less
Description
Problem
Windows-based srx path in the bconf causes “Invalid Pipeline: the given source-srx file was not embedded in the bconf” error on bconf upload.
Path example: X:\00G_MITARBEITER, TEAM\78_J U L I A N E\02_translate5\Dateifilter Okapi Rainbow\test\languages.srx
Solution
Add proper handling of srx paths replacing backslashes with slashes before using PHP functions like basename() and pathinfo() which return incorrect results with "\" present in the path
Attachments
Activity
Windows-based srx path within pipeline step causes error on bconf upload
Details
-
Bug
-
Resolution: Fixed
-
None
-
High
-
Added proper handling of Windows-based srx paths within uploaded bconfs
-
Empty show more show less
Description
Problem
Windows-based srx path in the bconf causes “Invalid Pipeline: the given source-srx file was not embedded in the bconf” error on bconf upload.
Path example: X:\00G_MITARBEITER, TEAM\78_J U L I A N E\02_translate5\Dateifilter Okapi Rainbow\test\languages.srx
Solution
Add proper handling of srx paths replacing backslashes with slashes before using PHP functions like basename() and pathinfo() which return incorrect results with "\" present in the path