Open vijayan-t opened 9 years ago
I have tried to compile this class with servlet-api.jar version 3.1, It throws compilation error. Can you please make this compatible with servlet 3.x or is there any way to overcome this error.
@rgielen can you please take a look at this issue
Servlet 3.1 have added three new abstract method in ServletInputStream that is causing this issue
I have tried to compile this class with servlet-api.jar version 3.1, It throws compilation error. Can you please make this compatible with servlet 3.x or is there any way to overcome this error.