diff --git a/src/utils/zcl_abapgit_path.clas.abap b/src/utils/zcl_abapgit_path.clas.abap index 9c3186bb2..a8f204d63 100644 --- a/src/utils/zcl_abapgit_path.clas.abap +++ b/src/utils/zcl_abapgit_path.clas.abap @@ -125,7 +125,7 @@ CLASS ZCL_ABAPGIT_PATH IMPLEMENTATION. ev_filename = iv_fullpath. ENDIF. - ev_filename = cl_http_utility=>unescape_url( escaped = ev_filename ). + ev_filename = cl_http_utility=>unescape_url( escaped = to_lower( ev_filename ) ). ENDMETHOD. ENDCLASS.