1
0
mirror of https://github.com/astaxie/beego.git synced 2024-05-28 20:33:27 +00:00

Merge pull request #3289 from nezorflame/patch-1

Remove panic from Redirect()
This commit is contained in:
astaxie 2018-08-16 09:22:22 +08:00 committed by GitHub
commit 7e0649d661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -275,7 +275,6 @@ func (c *Controller) viewPath() string {
func (c *Controller) Redirect(url string, code int) {
logAccess(c.Ctx, nil, code)
c.Ctx.Redirect(code, url)
panic(ErrAbort)
}
// Set the data depending on the accepted