Project

General

Profile

« Previous | Next » 

Revision 5374

Added by berkley almost 14 years ago

refactored the sessionService to use a correct singleton initialization scheme. Added true authentication to ResourceHandler.

View differences:

MetacatAdminServlet.java
100 100
			// Update the last update time for this user if they are not new
101 101
			HttpSession httpSession = request.getSession(false);
102 102
			if (httpSession != null) {
103
				SessionService.touchSession(httpSession.getId());
103
				SessionService.getInstance().touchSession(httpSession.getId());
104 104
			}
105 105
			
106 106
			if (!ConfigurationUtil.isBackupDirConfigured()) {

Also available in: Unified diff