ok2c commented on code in PR #596:
URL: 
https://github.com/apache/httpcomponents-core/pull/596#discussion_r2687484587


##########
httpcore5/src/main/java/org/apache/hc/core5/net/PercentCodec.java:
##########
@@ -217,10 +249,12 @@ public static String decode(final CharSequence content, 
final Charset charset) {
 
     public static final PercentCodec RFC3986 = new PercentCodec(UNRESERVED);
     public static final PercentCodec RFC5987 = new 
PercentCodec(RFC5987_UNRESERVED);
+    public static final PercentCodec RFC7230_TOKEN = new 
PercentCodec(RFC7639_UNRESERVED);

Review Comment:
   @arturobernalg  Could we also rename RFC7639_UNRESERVED the same way? 
   
   RFC7230 has already been superseded by RFC911x. Would not `HTTP_TOKEN` be 
better?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to