render plain text file if the LFS object doesn't exist (#31812)
We had an issue where a repo was using LFS to store a file, but the user did not push the file. When trying to view the file, Gitea returned a 500 HTTP status code referencing `ErrLFSObjectNotExist`. It appears the intent was the render this file as plain text, but the conditional was flipped. I've also added a test to verify that the file is rendered as plain text. (cherry picked from commit 1310649331648d747c57a52ea3bc92da85e7d4d1) Conflicts: tests/integration/lfs_view_test.go trivial context conflict
This commit is contained in:
parent
7f1db1df3e
commit
ebfdc659d8
7 changed files with 18 additions and 5 deletions
|
@ -0,0 +1,2 @@
|
|||
xKÊÉOR0´0`pö÷ òt
|
||||
ñôs×ËMQHËÌ)I-²ÍI+VHÉLK3rS‹ÒSÁ,Ý’ÔŠ.-½¬‚t"U&eæ¥23¯,1'“8ûØæAÅ
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1 +1 @@
|
|||
73cf03db6ece34e12bf91e8853dc58f678f2f82d
|
||||
e9c32647bab825977942598c0efa415de300304b
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue