mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 00:15:44 +01:00
fix wrong download name
This commit is contained in:
@@ -554,7 +554,7 @@ public class RepositoryResource
|
|||||||
|
|
||||||
if (index >= 0)
|
if (index >= 0)
|
||||||
{
|
{
|
||||||
name = path.substring(0, index);
|
name = path.substring(index + 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
return getContentDispositionName(name);
|
return getContentDispositionName(name);
|
||||||
|
|||||||
Reference in New Issue
Block a user