Revision 225
Added by bojilova over 24 years ago
src/edu/ucsb/nceas/metacat/MetaCatServlet.java | ||
---|---|---|
275 | 275 |
HttpServletRequest request, HttpServletResponse response) { |
276 | 276 |
String un = (String)params.get("username"); |
277 | 277 |
String pw = (String)params.get("password"); |
278 |
|
|
278 |
out.println("Username:" + un); |
|
279 |
out.println("Password:" + pw); |
|
279 | 280 |
MetaCatSession sess = new MetaCatSession(request, un, pw); |
280 | 281 |
try { |
281 | 282 |
if (sess.userAuth(pw)) { |
Also available in: Unified diff
testing login