Project

General

Profile

« Previous | Next » 

Revision 867

Added by berkley over 22 years ago

fixed the error where the ldap authenticate took 15 seconds to execute

View differences:

MetaCatServlet.java
406 406
      out.println(e.getMessage());
407 407
      return;
408 408
    }
409
    
410 409
    boolean isValid = sess.authenticate(request, un, pw);
411

  
412 410
    // format and transform the output
413 411
    if (qformat.equals("xml")) {
414 412
      response.setContentType("text/xml");

Also available in: Unified diff