Author: mattmann
Date: Thu Jan 22 02:27:50 2015
New Revision: 1653761
URL: http://svn.apache.org/r1653761
Log:
- some cleanup of CAS curator - prep for Wicketization
Added:
oodt/trunk/curator/src/test/java/
Removed:
oodt/trunk/curator/src/main/webapp/addData.jsp
oodt/trunk/curator/src/main/webapp/createDataset.jsp
oodt/trunk/curator/src/main/webapp/ingestData.jsp
oodt/trunk/curator/src/main/webapp/manageDataset.jsp
oodt/trunk/curator/src/main/webapp/views/addData/
oodt/trunk/curator/src/main/webapp/views/createDataset/
oodt/trunk/curator/src/main/webapp/views/manageDataset/
Modified:
oodt/trunk/curator/src/main/webapp/views/common/login-status.jsp
Modified: oodt/trunk/curator/src/main/webapp/views/common/login-status.jsp
URL:
http://svn.apache.org/viewvc/oodt/trunk/curator/src/main/webapp/views/common/login-status.jsp?rev=1653761&r1=1653760&r2=1653761&view=diff
==============================================================================
--- oodt/trunk/curator/src/main/webapp/views/common/login-status.jsp (original)
+++ oodt/trunk/curator/src/main/webapp/views/common/login-status.jsp Thu Jan 22
02:27:50 2015
@@ -1,4 +1,5 @@
<%@page import="org.apache.oodt.security.sso.SingleSignOn"%>
+<%@page import="org.apache.oodt.cas.curation.util.SSOUtils"" %>
<%
// Licensed to the Apache Software Foundation (ASF) under one or more
contributor
// license agreements. See the NOTICE.txt file distributed with this work for
@@ -15,7 +16,7 @@
// License for the specific language governing permissions and limitations
under
// the License.
- SingleSignOn auth = new SingleSignOn(response, request);
+ SingleSignOn auth = SSOUtils.getWebSingleSignOn(application,
request,response);
String refererUrl = request.getRequestURI();
if(auth.isLoggedIn()){