pjfanning commented on code in PR #1120:
URL: https://github.com/apache/pekko-http/pull/1120#discussion_r3528635037
##########
http/src/main/scala/org/apache/pekko/http/javadsl/server/directives/SecurityDirectives.scala:
##########
@@ -45,7 +45,7 @@ object SecurityDirectives {
* Safely compares the passed in `secret` with the received secret part of
the Credentials.
* Use of this method instead of manual String equality testing is
recommended in order to guard against timing attacks.
*
- * See also [[pekko.http.impl.util.EnhancedString#secure_==]], for more
information.
+ * See also `EnhancedString#secure_==`, for more information.
Review Comment:
can you put back the package name?
--
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]