• MrLee.Kun's avatar
    The last filterFunc with returnOnOutput=ture won't be executed · 2af0c569
    MrLee.Kun authored
    ex:
    	beego.InsertFilter("/*", beego.BeforeExec, FilterLoginCheck1,false)
    	beego.InsertFilter("/*", beego.BeforeExec, FilterLoginCheck2)
    
    In function  FilterLoginCheck1 , I'll write data via ResponseWriter, and w.started = true
    FilterLoginCheck2 won't be executed, it should be.
    2af0c569
router.go 24.5 KB