[yast/yast-yast2] 8aab55: URLRecode.EscapePath: do not escape '$'
Branch: refs/heads/SLE-15-SP1 Home: https://github.com/yast/yast-yast2 Commit: 8aab555bba90bf02aa8c0f109ac7a8a87d5c3e9b https://github.com/yast/yast-yast2/commit/8aab555bba90bf02aa8c0f109ac7a8a87d... Author: David Díaz González <dgonzalez@suse.de> Date: 2021-07-15 (Thu, 15 Jul 2021) Changed paths: M library/types/src/modules/URLRecode.rb M library/types/test/urlrecode_test.rb Log Message: ----------- URLRecode.EscapePath: do not escape '$' Apart from being a valid path char according to RFC3986[1], $ char is used by the libzypp repository variables[2] and it must not be escaped for avoiding breaking their later expansion. [1] https://datatracker.ietf.org/doc/html/rfc3986#appendix-A (sub-delims) [2] https://doc.opensuse.org/projects/libzypp/HEAD/zypp-repovars.html Commit: 1219cf34f69549d16dd00f6161c6aecef9d08d6e https://github.com/yast/yast-yast2/commit/1219cf34f69549d16dd00f6161c6aecef9... Author: David Díaz González <dgonzalez@suse.de> Date: 2021-07-15 (Thu, 15 Jul 2021) Changed paths: M package/yast2.changes M package/yast2.spec Log Message: ----------- Bump version and update changelog Commit: bfbff7d2c5b5edd48cb41d291965db9966ce3b0f https://github.com/yast/yast-yast2/commit/bfbff7d2c5b5edd48cb41d291965db9966... Author: David Díaz <1691872+dgdavid@users.noreply.github.com> Date: 2021-07-15 (Thu, 15 Jul 2021) Changed paths: M library/types/src/modules/URLRecode.rb M library/types/test/urlrecode_test.rb M package/yast2.changes M package/yast2.spec Log Message: ----------- Merge pull request #1183 from yast/bsc-1187581 Do not escape $ in URI paths Compare: https://github.com/yast/yast-yast2/compare/793a45380e65...bfbff7d2c5b5
participants (1)
-
David Díaz