Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2015-01-29 13:11:21 +0000
committerSimone Bordet2015-01-29 13:11:21 +0000
commit961a90d16c5e354e759cd226284a9f08a64ab0b2 (patch)
tree13abc54e7406a3b06ad2b8cd0bb84cb3b806839e /jetty-security/src/main
parent8c2e82c1b6fa15649c90272e9cb3eb0c3300b8d9 (diff)
parente03cd5e28650f10bb3bea33ea5698f162dd2adc1 (diff)
downloadorg.eclipse.jetty.project-961a90d16c5e354e759cd226284a9f08a64ab0b2.tar.gz
org.eclipse.jetty.project-961a90d16c5e354e759cd226284a9f08a64ab0b2.tar.xz
org.eclipse.jetty.project-961a90d16c5e354e759cd226284a9f08a64ab0b2.zip
Merged branch 'jetty-9.2.x' into 'master'.
Diffstat (limited to 'jetty-security/src/main')
-rw-r--r--jetty-security/src/main/java/org/eclipse/jetty/security/JDBCLoginService.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/jetty-security/src/main/java/org/eclipse/jetty/security/JDBCLoginService.java b/jetty-security/src/main/java/org/eclipse/jetty/security/JDBCLoginService.java
index 38562d525b..089b894911 100644
--- a/jetty-security/src/main/java/org/eclipse/jetty/security/JDBCLoginService.java
+++ b/jetty-security/src/main/java/org/eclipse/jetty/security/JDBCLoginService.java
@@ -40,8 +40,7 @@ import org.eclipse.jetty.util.security.Credential;
/* ------------------------------------------------------------ */
/**
- * HashMapped User Realm with JDBC as data source. JDBCLoginService extends
- * HashULoginService and adds a method to fetch user information from database.
+ * HashMapped User Realm with JDBC as data source.
* The login() method checks the inherited Map for the user. If the user is not
* found, it will fetch details from the database and populate the inherited
* Map. It then calls the superclass login() method to perform the actual

Back to the top