We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b5a78 commit ce5a62bCopy full SHA for ce5a62b
opengrok-indexer/src/main/java/org/opengrok/indexer/web/Laundromat.java
@@ -77,7 +77,7 @@ public static String launderRevision(String value) {
77
* (non-logging) processing. The value is assumed to represent URI path,
78
* not necessarily existent on the file system. Further, it assumes that the URI path
79
* is already decoded, e.g. {@code %2e%2e} turned into {@code ..}.
80
- * @return {@code value} with path traversal path components {@code /../}
+ * @return {@code value} with path traversal path components {@code /../} removed
81
* and null characters replaced with {@code _}.
82
*/
83
public static String launderUriPath(@NotNull String value) {
0 commit comments