~ubuntu-branches/ubuntu/vivid/tomcat6/vivid

« back to all changes in this revision

Viewing changes to java/org/apache/catalina/realm/JNDIRealm.java

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2014-02-17 00:02:00 UTC
  • mfrom: (1.2.10)
  • Revision ID: package-import@ubuntu.com-20140217000200-qs6ki7bhqnfhkas7
Tags: 6.0.39-1
* Team upload.
* New upstream release.
  - Refreshed the patches
* Standards-Version updated to 3.9.5 (no changes)
* Switch to debhelper level 9
* Use XZ compression for the upstream tarball
* Use canonical URL for the Vcs-Git field

Show diffs side-by-side

added added

removed removed

Lines of Context:
169
169
 *
170
170
 * @author John Holman
171
171
 * @author Craig R. McClanahan
172
 
 * @version $Id: JNDIRealm.java 1090775 2011-04-10 11:02:22Z markt $
 
172
 * @version $Id: JNDIRealm.java 1560898 2014-01-24 04:13:02Z kkolinko $
173
173
 */
174
174
 
175
175
public class JNDIRealm extends RealmBase {
1139
1139
     *
1140
1140
     * @exception NamingException if a directory server error occurs
1141
1141
     *
1142
 
     * @see #getUser(DirContext, String, int)
 
1142
     * @see #getUser(DirContext, String, String, int)
1143
1143
     */
1144
1144
    protected User getUser(DirContext context, String username, String credentials)
1145
1145
        throws NamingException {