gocraft / web

Go Router + Middleware. Your Contexts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Subrouter middleware does not get called if no valid route requested

kvap opened this issue · comments

This leads to inability to correctly use StaticMiddleware on a subrouter.

I got this problem too.
When there is a subrouter, it is not possible to use a static middleware inside!