Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.2.4
-
None
-
Operating System: All
Platform: All
-
33132
Description
When i call request.getLocalAddr(), request.getLocalName() in action ,a
java.lang.AbstractMethodError occurs.
It is because client submit a Multipart form, Struts use MultipartRequestWrapper
to wrap HttpServlietRequest and pass it in Action.execute() method.But
org.apache.struts.upload.MultipartRequestWrapper doesn't implement new servlet
2.4 api ....