436029 GzipFilter errors on asynchronous methods with message to AsyncGzipFilter
This commit is contained in:
parent
ca6e9befb4
commit
d6672a3e5f
|
@ -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");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue