This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch 1.x in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
from d8b90d34 Normalize local variable and parameter naming new f0770402 Javadoc new 381b1144 Add TODO comment new 902dca6b Extract constants new 561d9e8a Reuse StandardCharsets.ISO_8859_1 new 65812429 Reduce vertical whitespace new 8ead7284 Add NOPMD comment new ff66d1f8 Reduce vertical whitespace new 6d2164e5 Fix formatting new cf6ec38d Better private name new 22ee1fcc Package private class FileItemStreamImpl can be private and final new 71ceb20a Longer lines new e2728b30 Reduce vertical whitespace new 28915242 Fix action types new b70c5b97 Use java.util.Base64 instead of custom code The 14 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: src/changes/changes.xml | 5 +- .../apache/commons/fileupload/FileUploadBase.java | 155 +++++++---------- .../apache/commons/fileupload/MultipartStream.java | 192 ++++++++++----------- .../fileupload/util/mime/Base64Decoder.java | 151 ---------------- .../commons/fileupload/util/mime/MimeUtility.java | 6 +- 5 files changed, 159 insertions(+), 350 deletions(-) delete mode 100644 src/main/java/org/apache/commons/fileupload/util/mime/Base64Decoder.java