mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 22:06:57 +00:00
todo
This commit is contained in:
parent
672df11466
commit
9aafea59a9
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ func (client *Client) ServeRawContent(targetOwner, targetRepo, ref, resource str
|
||||||
objType := string(resp.Header.Peek(giteaObjectTypeHeader))
|
objType := string(resp.Header.Peek(giteaObjectTypeHeader))
|
||||||
log.Trace().Msgf("server raw content object: %s", objType)
|
log.Trace().Msgf("server raw content object: %s", objType)
|
||||||
if client.followSymlinks && objType == "symlink" {
|
if client.followSymlinks && objType == "symlink" {
|
||||||
|
// TODO: limit to 1000 chars if we switched to std
|
||||||
linkDest := strings.TrimSpace(string(resp.Body()))
|
linkDest := strings.TrimSpace(string(resp.Body()))
|
||||||
log.Debug().Msgf("follow symlink from '%s' to '%s'", resource, linkDest)
|
log.Debug().Msgf("follow symlink from '%s' to '%s'", resource, linkDest)
|
||||||
return client.ServeRawContent(targetOwner, targetRepo, ref, linkDest)
|
return client.ServeRawContent(targetOwner, targetRepo, ref, linkDest)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue