()
| 205 | } |
| 206 | |
| 207 | @Override |
| 208 | protected void stopInternal() throws LifecycleException { |
| 209 | super.stopInternal(); |
| 210 | |
| 211 | if (null != filter) { |
| 212 | try { |
| 213 | filter.destroy(); |
| 214 | } finally { |
| 215 | filter = null; |
| 216 | } |
| 217 | } |
| 218 | } |
| 219 | |
| 220 | @Override |
| 221 | public void invoke(final Request request, final Response response) throws IOException, ServletException { |