rgielen / struts1filter

A request parameter filter solution for Struts 1 CVE-2014-0114 based on the work of Alvaro Munoz and the HP Fortify team
Apache License 2.0
12 stars 8 forks source link

Unable to compile class with servlet 3.x #5

Open vijayan-t opened 9 years ago

vijayan-t commented 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.

pwntester commented 9 years ago

@rgielen can you please take a look at this issue

vijayan-t commented 9 years ago

Servlet 3.1 have added three new abstract method in ServletInputStream that is causing this issue