From: <rv...@us...> - 2010-01-12 17:23:10
|
Revision: 417 http://treebase.svn.sourceforge.net/treebase/?rev=417&view=rev Author: rvos Date: 2010-01-12 17:23:04 +0000 (Tue, 12 Jan 2010) Log Message: ----------- Added X_ACCESS_CODE constant Modified Paths: -------------- trunk/treebase-web/src/main/java/org/cipres/treebase/web/Constants.java Modified: trunk/treebase-web/src/main/java/org/cipres/treebase/web/Constants.java =================================================================== --- trunk/treebase-web/src/main/java/org/cipres/treebase/web/Constants.java 2010-01-12 17:21:50 UTC (rev 416) +++ trunk/treebase-web/src/main/java/org/cipres/treebase/web/Constants.java 2010-01-12 17:23:04 UTC (rev 417) @@ -24,6 +24,7 @@ /* * objects to be stores in the session */ + public static final String X_ACCESS_CODE = "x-access-code"; public static final String STUDY_MAP = "studyMap"; public static final String ANALYSIS_MAP = "analysisMap"; public static final String ANALYSIS_STEP_MAP = "analysisStepMap"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |