This is an automated email from the ASF dual-hosted git repository.

jochen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git.


    from 7d97c49  Merge branch 'update_commons_io_to_26'
     new fb8c176  Added support for RFC 5987 aka RFC 2231
     new 1a8a103  Detect asterisk only if is at end & added tests
     new d612165  Merge branch 'rfc5987_compliance'
     new 4942801  Merge in Github PR #24.

The 4 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:
 pom.xml                                            |   4 +
 src/changes/changes.xml                            |   4 +-
 .../commons/fileupload2/ParameterParser.java       |   6 +-
 .../fileupload2/util/mime/RFC2231Utility.java      | 133 +++++++++++++++++++++
 .../commons/fileupload2/ParameterParserTest.java   |  37 +++++-
 .../util/mime/RFC2231UtilityTestCase.java          |  87 ++++++++++++++
 6 files changed, 267 insertions(+), 4 deletions(-)
 create mode 100644 
src/main/java/org/apache/commons/fileupload2/util/mime/RFC2231Utility.java
 create mode 100644 
src/test/java/org/apache/commons/fileupload2/util/mime/RFC2231UtilityTestCase.java

Reply via email to