NihalJain commented on code in PR #6783:
URL: https://github.com/apache/hbase/pull/6783#discussion_r2028494161
##########
hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestGetAndPutResource.java:
##########
@@ -321,6 +321,8 @@ public void testLatestCellGetJSON() throws IOException {
@Test
public void testURLEncodedKey() throws IOException, JAXBException {
+ // Requires UriCompliance.Violation.AMBIGUOUS_PATH_SEPARATOR
Review Comment:
I have added reason for usage and failure in each tests as comments. Please
check tests. We definitely need this.
Another point I have is instead of cherry-picking should we allow for all
[UriCompliance.LEGACY](https://javadoc.jetty.org/jetty-12/org/eclipse/jetty/http/UriCompliance.html#LEGACY)
``
httpConfig.setUriCompliance(UriCompliance.LEGACY);
``
--
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]