mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
bugfix, unescape colon (#6132)
This commit is contained in:
parent
a2278c94da
commit
06443c1908
|
@ -346,6 +346,7 @@ CLASS zcl_abapgit_html_action_utils IMPLEMENTATION.
|
||||||
rv_string = iv_string.
|
rv_string = iv_string.
|
||||||
|
|
||||||
* todo, more to be added here
|
* todo, more to be added here
|
||||||
|
REPLACE ALL OCCURRENCES OF '%3A' IN rv_string WITH ':' IGNORING CASE.
|
||||||
REPLACE ALL OCCURRENCES OF '%3F' IN rv_string WITH '?' IGNORING CASE.
|
REPLACE ALL OCCURRENCES OF '%3F' IN rv_string WITH '?' IGNORING CASE.
|
||||||
REPLACE ALL OCCURRENCES OF '%3D' IN rv_string WITH '=' IGNORING CASE.
|
REPLACE ALL OCCURRENCES OF '%3D' IN rv_string WITH '=' IGNORING CASE.
|
||||||
REPLACE ALL OCCURRENCES OF '%2F' IN rv_string WITH '/' IGNORING CASE.
|
REPLACE ALL OCCURRENCES OF '%2F' IN rv_string WITH '/' IGNORING CASE.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user