Project

General

Profile

« Previous | Next » 

Revision 5386

Added by berkley almost 14 years ago

fixed bugs associated with crud access control changes.

View differences:

MetacatHandler.java
356 356
                    + " which has username" + session.getAttribute("username")
357 357
                    + " into hash in login method");
358 358
            try {
359
                System.out.println("registering session with id " + id);
360
                System.out.println("username: " + (String) session.getAttribute("username"));
359 361
                SessionService.getInstance().registerSession(id, 
360 362
                        (String) session.getAttribute("username"), 
361 363
                        (String[]) session.getAttribute("groupnames"), 
362 364
                        (String) session.getAttribute("password"), 
363 365
                        (String) session.getAttribute("name"));
366
                
367
                    
364 368
            } catch (ServiceException se) {
365 369
                String errorMsg = "MetacatServlet.handleLoginAction - service problem registering session: "
366 370
                        + se.getMessage();

Also available in: Unified diff