Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
ServletConfigInterceptor supports a bunch of deprecated interfaces which already have proper replacement and they should be removed
- org.apache.struts2.util.ServletContextAware
- org.apache.struts2.interceptor.ServletRequestAware
- org.apache.struts2.interceptor.ServletResponseAware
- org.apache.struts2.interceptor.ParameterAware
- org.apache.struts2.interceptor.SessionAware
- org.apache.struts2.interceptor.ApplicationAware
- org.apache.struts2.interceptor.PrincipalAware
all these interfaces have proper replacement in org.apache.struts2.action package
Attachments
Issue Links
- is depended upon by
-
WW-5411 Delete deprecated classes and members
- Resolved
- links to