Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.3.16.3
-
None
Description
I m using disableRequestAttributeValueStackLookup to disable request to extract attributes from value stack because it leads to class cast exception.
But i noticed in source code of struts2-core 2.3.16.3 that in case of MultPart request the value of disableRequestAttributeValueStackLookup constant is set to false by default.
I need to know is there any other way to solve this problem or it is a bug in struts2