From b8633f8a62b4f605de0b0c035d2cf29b89164029 Mon Sep 17 00:00:00 2001 From: Jeroen Baten <jeroen@jeroenbaten.nl> Date: Thu, 06 Mar 2014 13:52:05 -0500 Subject: [PATCH] Updated the Dutch translation for 1.4.0 --- src/main/java/com/gitblit/manager/IAuthenticationManager.java | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/gitblit/manager/IAuthenticationManager.java b/src/main/java/com/gitblit/manager/IAuthenticationManager.java index 093f44d..3007a30 100644 --- a/src/main/java/com/gitblit/manager/IAuthenticationManager.java +++ b/src/main/java/com/gitblit/manager/IAuthenticationManager.java @@ -56,6 +56,14 @@ UserModel authenticate(String username, char[] password); /** + * Returns the Gitlbit cookie in the request. + * + * @param request + * @return the Gitblit cookie for the request or null if not found + */ + String getCookie(HttpServletRequest request); + + /** * Sets a cookie for the specified user. * * @param response -- Gitblit v1.9.1