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

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


The following commit(s) were added to refs/heads/master by this push:
     new d02c0032 Use a URL to a prettier page: https://www.ietf.org/rfc/rfc2045
d02c0032 is described below

commit d02c003231a2ae8d065f9edfecf4e97dcffc085e
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 16 07:22:34 2026 -0500

    Use a URL to a prettier page: https://www.ietf.org/rfc/rfc2045
---
 .../java/org/apache/commons/codec/binary/Base64InputStream.java     | 2 +-
 .../java/org/apache/commons/codec/binary/Base64OutputStream.java    | 2 +-
 src/main/java/org/apache/commons/codec/binary/BaseNCodec.java       | 6 +++---
 src/main/javadoc/overview.html                                      | 2 +-
 src/site/xdoc/index.xml                                             | 2 +-
 src/test/java/org/apache/commons/codec/binary/Base32TestData.java   | 2 +-
 src/test/java/org/apache/commons/codec/binary/Base64Test.java       | 2 +-
 src/test/java/org/apache/commons/codec/binary/Base64TestData.java   | 2 +-
 8 files changed, 10 insertions(+), 10 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/codec/binary/Base64InputStream.java 
b/src/main/java/org/apache/commons/codec/binary/Base64InputStream.java
index cdfc46ea..5e9df109 100644
--- a/src/main/java/org/apache/commons/codec/binary/Base64InputStream.java
+++ b/src/main/java/org/apache/commons/codec/binary/Base64InputStream.java
@@ -52,7 +52,7 @@ import 
org.apache.commons.codec.binary.BaseNCodecInputStream.AbstracBuilder; //
  * </p>
  *
  * @see Base64
- * @see <a href="https://www.ietf.org/rfc/rfc2045.txt";>RFC 2045</a>
+ * @see <a href="https://www.ietf.org/rfc/rfc2045";>RFC 2045</a>
  * @since 1.4
  */
 public class Base64InputStream extends BaseNCodecInputStream<Base64, 
Base64InputStream, Base64InputStream.Builder> {
diff --git 
a/src/main/java/org/apache/commons/codec/binary/Base64OutputStream.java 
b/src/main/java/org/apache/commons/codec/binary/Base64OutputStream.java
index 5929b078..d9c1a7ee 100644
--- a/src/main/java/org/apache/commons/codec/binary/Base64OutputStream.java
+++ b/src/main/java/org/apache/commons/codec/binary/Base64OutputStream.java
@@ -56,7 +56,7 @@ import 
org.apache.commons.codec.binary.BaseNCodecOutputStream.AbstractBuilder; /
  * </p>
  *
  * @see Base64
- * @see <a href="https://www.ietf.org/rfc/rfc2045.txt";>RFC 2045</a>
+ * @see <a href="https://www.ietf.org/rfc/rfc2045";>RFC 2045</a>
  * @since 1.4
  */
 public class Base64OutputStream extends BaseNCodecOutputStream<Base64, 
Base64OutputStream, Base64OutputStream.Builder> {
diff --git a/src/main/java/org/apache/commons/codec/binary/BaseNCodec.java 
b/src/main/java/org/apache/commons/codec/binary/BaseNCodec.java
index d39431d6..d6cd9c00 100644
--- a/src/main/java/org/apache/commons/codec/binary/BaseNCodec.java
+++ b/src/main/java/org/apache/commons/codec/binary/BaseNCodec.java
@@ -310,7 +310,7 @@ public abstract class BaseNCodec implements BinaryEncoder, 
BinaryDecoder {
      * The {@value} character limit does not count the trailing CRLF, but 
counts all other characters, including any equal signs.
      * </p>
      *
-     * @see <a href="https://www.ietf.org/rfc/rfc2045.txt";>RFC 2045 section 
6.8</a>
+     * @see <a href="https://www.ietf.org/rfc/rfc2045";>RFC 2045 section 6.8</a>
      */
     public static final int MIME_CHUNK_SIZE = 76;
 
@@ -360,7 +360,7 @@ public abstract class BaseNCodec implements BinaryEncoder, 
BinaryDecoder {
     /**
      * Chunk separator per RFC 2045 section 2.1.
      *
-     * @see <a href="https://www.ietf.org/rfc/rfc2045.txt";>RFC 2045 section 
2.1</a>
+     * @see <a href="https://www.ietf.org/rfc/rfc2045";>RFC 2045 section 2.1</a>
      */
     static final byte[] CHUNK_SEPARATOR = { '\r', '\n' };
 
@@ -397,7 +397,7 @@ public abstract class BaseNCodec implements BinaryEncoder, 
BinaryDecoder {
      * Gets a copy of the chunk separator per RFC 2045 section 2.1.
      *
      * @return the chunk separator.
-     * @see <a href="https://www.ietf.org/rfc/rfc2045.txt";>RFC 2045 section 
2.1</a>
+     * @see <a href="https://www.ietf.org/rfc/rfc2045";>RFC 2045 section 2.1</a>
      * @since 1.15
      */
     public static byte[] getChunkSeparator() {
diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html
index 98caf2e8..47d10ab8 100644
--- a/src/main/javadoc/overview.html
+++ b/src/main/javadoc/overview.html
@@ -58,7 +58,7 @@
       </tr>
       <tr>
         <td><a 
href="org/apache/commons/codec/binary/Base64.html">Base64</a></td>
-        <td>Provides Base64 encoding and decoding as defined by <a 
href="https://www.ietf.org/rfc/rfc2045.txt";>RFC 2045</a>
+        <td>Provides Base64 encoding and decoding as defined by <a 
href="https://www.ietf.org/rfc/rfc2045";>RFC 2045</a>
         </td>
       </tr>
       <tr>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 7f63c874..e0e8a197 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -51,7 +51,7 @@ forked versions of Base64 had significantly diverged from one
 another.  XML-RPC had applied numerous fixes and patches which
 were not applied to the Commons HttpClient Base64.  Different
 subprojects had differing implementations at various levels
-of compliance with the <a href="https://www.ietf.org/rfc/rfc2045.txt";>
+of compliance with the <a href="https://www.ietf.org/rfc/rfc2045";>
 RFC 2045</a>.
 </p>
 <p>
diff --git a/src/test/java/org/apache/commons/codec/binary/Base32TestData.java 
b/src/test/java/org/apache/commons/codec/binary/Base32TestData.java
index 045f7ce7..5eacac1d 100644
--- a/src/test/java/org/apache/commons/codec/binary/Base32TestData.java
+++ b/src/test/java/org/apache/commons/codec/binary/Base32TestData.java
@@ -21,7 +21,7 @@ package org.apache.commons.codec.binary;
  * This random data was encoded by OpenSSL. Java had nothing to do with it. 
This data helps us test interop between
  * Commons-Codec and OpenSSL. Notice that OpenSSL creates 64 character lines 
instead of the 76 of Commons-Codec.
  *
- * @see <a href="https://www.ietf.org/rfc/rfc2045.txt";>RFC 2045</a>
+ * @see <a href="https://www.ietf.org/rfc/rfc2045";>RFC 2045</a>
  */
 public class Base32TestData {
 
diff --git a/src/test/java/org/apache/commons/codec/binary/Base64Test.java 
b/src/test/java/org/apache/commons/codec/binary/Base64Test.java
index 1b031cff..4a7b66b3 100644
--- a/src/test/java/org/apache/commons/codec/binary/Base64Test.java
+++ b/src/test/java/org/apache/commons/codec/binary/Base64Test.java
@@ -46,7 +46,7 @@ import org.junit.jupiter.params.provider.ValueSource;
 /**
  * Tests {@link Base64}.
  *
- * @see <a href="https://www.ietf.org/rfc/rfc2045.txt";>RFC 2045</a>
+ * @see <a href="https://www.ietf.org/rfc/rfc2045";>RFC 2045</a>
  */
 class Base64Test {
 
diff --git a/src/test/java/org/apache/commons/codec/binary/Base64TestData.java 
b/src/test/java/org/apache/commons/codec/binary/Base64TestData.java
index 170fe57a..c4124017 100644
--- a/src/test/java/org/apache/commons/codec/binary/Base64TestData.java
+++ b/src/test/java/org/apache/commons/codec/binary/Base64TestData.java
@@ -21,7 +21,7 @@ package org.apache.commons.codec.binary;
  * This random data was encoded by OpenSSL. Java had nothing to do with it. 
This data helps us test interop between
  * Commons-Codec and OpenSSL. Notice that OpenSSL creates 64 character lines 
instead of the 76 of Commons-Codec.
  *
- * @see <a href="https://www.ietf.org/rfc/rfc2045.txt";>RFC 2045</a>
+ * @see <a href="https://www.ietf.org/rfc/rfc2045";>RFC 2045</a>
  */
 class Base64TestData {
 

Reply via email to