修复getFileNameFromDisposition不符合规范问题

This commit is contained in:
Looly 2024-08-15 18:30:54 +08:00
parent dca342c28f
commit 85c685b46a

View File

@ -29,6 +29,7 @@ import java.util.Map;
/** /**
* HTTP头相关方法<br> * HTTP头相关方法<br>
* 相关规范见https://www.rfc-editor.org/rfc/rfc5987 * 相关规范见https://www.rfc-editor.org/rfc/rfc5987
* TODO Rfc5987 extended value需要单独解析
* *
* @author Looly * @author Looly
* @since 6.0.0 * @since 6.0.0