436029 GzipFilter errors on asynchronous methods with message to AsyncGzipFilter

This commit is contained in:
Greg Wilkins 2014-05-28 13:01:55 +02:00
parent ca6e9befb4
commit d6672a3e5f
1 changed files with 2 additions and 4 deletions

View File

@ -373,16 +373,14 @@ public abstract class AbstractCompressedStream extends ServletOutputStream
@Override
public void setWriteListener(WriteListener writeListener)
{
// TODO 3.1 Auto-generated method stub
throw new UnsupportedOperationException("Use AsyncGzipFilter");
}
@Override
public boolean isReady()
{
// TODO 3.1 Auto-generated method stub
return false;
throw new UnsupportedOperationException("Use AsyncGzipFilter");
}
/**