继承ContextPathHandler怎么实现me.add(new ContextPathHandler("path"))

本来是config里me.add(new ContextPathHandler("path")),由于项目需要,想在handler里处理一些逻辑,怎么才能实现相对路径名为path

评论区

caoxusheng

2018-01-09 11:16

req.getServletContext().setAttribute("media_url", req.getServletContext());
chin.doFilter(req, rep);
自己写Filter...

lyh061619

2018-01-09 23:42

建议你重写下ContextPathHandler()这个类,然后把自己业务逻辑添加进去就好了。

热门反馈

扫码入社