Fix LFS Locks over SSH (#6999)
* Fix LFS Locks over SSH * Mark test as skipped
This commit is contained in:
parent
27b271d457
commit
31557b1274
3 changed files with 150 additions and 69 deletions
|
@ -923,7 +923,7 @@ func RegisterRoutes(m *macaron.Macaron) {
|
|||
m.Post("/", lfs.PostLockHandler)
|
||||
m.Post("/verify", lfs.VerifyLockHandler)
|
||||
m.Post("/:lid/unlock", lfs.UnLockHandler)
|
||||
}, context.RepoAssignment())
|
||||
})
|
||||
m.Any("/*", func(ctx *context.Context) {
|
||||
ctx.NotFound("", nil)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue