mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-16 18:26:16 +01:00
remove obsolete revision decoding to utf 8
This commit is contained in:
@@ -88,7 +88,7 @@ public class SourceRootResource {
|
||||
browseCommand.setPath(path);
|
||||
browseCommand.setOffset(offset);
|
||||
if (revision != null && !revision.isEmpty()) {
|
||||
browseCommand.setRevision(URLDecoder.decode(revision, "UTF-8"));
|
||||
browseCommand.setRevision(revision);
|
||||
}
|
||||
BrowserResult browserResult = browseCommand.getBrowserResult();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user