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