zhouyanming created WW-3840:
-------------------------------
Summary: correct JakartaMultiPartRequest LOG
Key: WW-3840
URL: https://issues.apache.org/jira/browse/WW-3840
Project: Struts 2
Issue Type: Bug
Reporter: zhouyanming
Priority: Minor
static final Logger LOG = LoggerFactory.getLogger(MultiPartRequest.class);
should be
static final Logger LOG =
LoggerFactory.getLogger(JakartaMultiPartRequest.class);
like
protected static final Logger LOG =
LoggerFactory.getLogger(MultiPartRequestWrapper.class);
in MultiPartRequestWrapper.java
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira