|
@@ -105,7 +105,7 @@ public class DruidConfig
|
|
{
|
|
{
|
|
chain.doFilter(request, response);
|
|
chain.doFilter(request, response);
|
|
// 重置缓冲区,响应头不会被重置
|
|
// 重置缓冲区,响应头不会被重置
|
|
- response.resetBuffer();
|
|
|
|
|
|
+// response.resetBuffer();
|
|
// 获取common.js
|
|
// 获取common.js
|
|
String text = Utils.readFromResource(filePath);
|
|
String text = Utils.readFromResource(filePath);
|
|
// 正则替换banner, 除去底部的广告信息
|
|
// 正则替换banner, 除去底部的广告信息
|