Path split does not work for uppercase folders in GIT

This commit is contained in:
Łukasz Pęgiel 2025-02-18 14:06:49 +01:00 committed by GitHub
parent 188bf8d69a
commit 9282647ca2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -125,7 +125,7 @@ CLASS ZCL_ABAPGIT_PATH IMPLEMENTATION.
ev_filename = iv_fullpath. ev_filename = iv_fullpath.
ENDIF. ENDIF.
ev_filename = cl_http_utility=>unescape_url( escaped = ev_filename ). ev_filename = cl_http_utility=>unescape_url( escaped = to_lower( ev_filename ) ).
ENDMETHOD. ENDMETHOD.
ENDCLASS. ENDCLASS.