lukaszlenart commented on PR #876:
URL: https://github.com/apache/struts/pull/876#issuecomment-1943580503
Wouldn't be better to simple override the `setValue()` in the `File.java`?
```java
@Override
@StrutsTagAttribute(description="Ignored during file upload")
public void setValue(String value) {
// ignores provided value
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]