You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/05/24 13:46:29 UTC

[GitHub] [accumulo] DomGarguilo commented on a diff in pull request #2724: Use href links in Javadoc

DomGarguilo commented on code in PR #2724:
URL: https://github.com/apache/accumulo/pull/2724#discussion_r880528049


##########
core/src/main/java/org/apache/accumulo/core/clientImpl/TableOperationsImpl.java:
##########
@@ -1620,8 +1620,9 @@ public void importTable(String tableName, Set<String> importDirs)
   }
 
   /**
-   * Prevent potential CRLF injection into logs from read in user data See
-   * https://find-sec-bugs.github.io/bugs.htm#CRLF_INJECTION_LOGS
+   * Prevent potential CRLF injection into logs from read in user data.
+   *
+   * @see <a href=https://find-sec-bugs.github.io/bugs.htm#CRLF_INJECTION_LOGS/>

Review Comment:
   In my IDE, there is nothing to click to follow the here:
   ![image](https://user-images.githubusercontent.com/47725857/170050074-c0f81df8-5549-486e-a1be-bb6bda4bbb90.png)
   Maybe "CRLF injection" in the sentence could be linked or some other text to click to follow the link.



-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org