[LON-CAPA-cvs] cvs: loncom /auth lonshibauth.pm

raeburn raeburn at source.lon-capa.org
Thu Jan 3 20:37:02 EST 2013


raeburn		Fri Jan  4 01:37:02 2013 EDT

  Modified files:              
    /loncom/auth	lonshibauth.pm 
  Log:
  - Add REDIRECT to defined Constants to eliminate error with Apache 1.X
    (SLES 9). 
  
  
Index: loncom/auth/lonshibauth.pm
diff -u loncom/auth/lonshibauth.pm:1.1 loncom/auth/lonshibauth.pm:1.2
--- loncom/auth/lonshibauth.pm:1.1	Mon Mar  5 20:51:29 2012
+++ loncom/auth/lonshibauth.pm	Fri Jan  4 01:37:02 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Redirect Shibboleth authentication to designated URL (/adm/sso).
 #
-# $Id: lonshibauth.pm,v 1.1 2012/03/05 20:51:29 raeburn Exp $
+# $Id: lonshibauth.pm,v 1.2 2013/01/04 01:37:02 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -67,7 +67,7 @@
 
 use strict;
 use lib '/home/httpd/lib/perl/';
-use Apache::Constants qw(:common);
+use Apache::Constants qw(:common REDIRECT);
 use LONCAPA qw(:DEFAULT);
 
 sub handler {




More information about the LON-CAPA-cvs mailing list