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

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


    from e0b84481 Bump github/codeql-action/* from 4.37.9 to 4.38.1
     new ab67d62f [CODEC-345] URLCodec.encodeUrl(BitSet, byte[]) ignores the 
caller-supplied BitSet for % and +
     new 559d8c2c Sort members.
     new c11a6597 Add URLCodec.decodeUrl(BitSet, byte[]) for custom safe sets

The 3 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                            |  2 +
 .../org/apache/commons/codec/net/URLCodec.java     | 96 ++++++++++++++++++----
 .../commons/codec/digest/GitIdentifiersTest.java   | 32 ++++----
 .../org/apache/commons/codec/net/Codec345Test.java | 58 +++++++++++++
 .../org/apache/commons/codec/net/URLCodecTest.java | 84 +++++++++++++++++--
 5 files changed, 230 insertions(+), 42 deletions(-)
 create mode 100644 src/test/java/org/apache/commons/codec/net/Codec345Test.java

Reply via email to