Project

General

Profile

  • svn:eol-style: native
  • svn:executable: *
  • svn:keywords: Author Date Id Revision

# Date Author Comment
5505 08/19/2010 05:03 PM ben leinfelder

[merged from 1.9.3 branch] security fix: never unregister the "public" user session

5374 06/08/2010 12:34 PM berkley

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

5311 04/14/2010 11:31 AM daigle

Merge 1.9.2 changes back into the trunk

5150 12/02/2009 03:59 PM daigle

change unregister error message to be an info message

5070 10/02/2009 12:59 PM daigle

Add user name to SessionData object

5057 09/04/2009 03:12 PM daigle

Add session validation to metacat tpc and workflow scheduler. Fix sanparks skin session management so it always uses the logged in session id.

5041 08/26/2009 02:20 PM daigle

Add session Validation action and session timeout functionality.

5015 08/04/2009 02:32 PM daigle

Create database and shared directories for database management code and shared code respectively.

4981 07/11/2009 07:16 AM daigle

Implement stop method in services. Stop all services when shutting down metacat. This primarily keeps scheduler from hanging with open threads.

4861 03/25/2009 02:41 PM daigle

Roll back replication user changes. Fix code that converts access levels to integer and to text.

4856 03/24/2009 10:17 AM daigle

Introduce replication user. Use the fileutil writer methods instead of writing directly.

4780 01/26/2009 04:38 PM daigle

Handle sessions with null ids gracefully.

4778 01/26/2009 01:46 PM daigle

Check for null session ID when touching session.

4709 12/26/2008 01:18 PM daigle

Implement refresh methods inherited from base class

4442 10/10/2008 05:12 PM daigle

Change the ServiceInterface into a base class called BaseService. All services extend BaseService.

4429 10/09/2008 09:53 AM daigle

Fix comments

4297 08/22/2008 04:23 PM daigle

Add comments. Added getPublicSession method

4080 07/06/2008 09:25 PM daigle

Merge 1.9 changes into Head