]> source.dussan.org Git - jgit.git/commit
WalkPushConnection: Sanitize paths given to transports 93/197493/3
authorJeremy T. Braun <jtbraun@cpan.org>
Tue, 6 Dec 2022 02:38:43 +0000 (20:38 -0600)
committerThomas Wolf <twolf@apache.org>
Thu, 15 Dec 2022 17:53:19 +0000 (12:53 -0500)
commit514ebfdc7e81cabeb126e591ddf644730af1972f
treea444e2a3ee0761aa52c7e8e5d6c683bc61f1e1e8
parent61f4a036c6d665e25154a7553ca3823423668c39
WalkPushConnection: Sanitize paths given to transports

These paths are given to the underlying URI-based transports (s3, sftp,
http), all of which expect forward-slash as the path separator
character.

Change-Id: I3cbb5928c9531a4da4691411bd8ac248fdf47ef2
org.eclipse.jgit/src/org/eclipse/jgit/transport/WalkPushConnection.java