[LON-CAPA-cvs] cvs: loncom / loncapa_apache.conf
www
lon-capa-cvs-allow@mail.lon-capa.org
Fri, 07 Mar 2008 19:43:29 -0000
www Fri Mar 7 14:43:29 2008 EDT
Modified files:
/loncom loncapa_apache.conf
Log:
Bug #5469: Access to uploaded PDF files was not controlled by content dates.
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.171 loncom/loncapa_apache.conf:1.172
--- loncom/loncapa_apache.conf:1.171 Sun Feb 24 18:41:00 2008
+++ loncom/loncapa_apache.conf Fri Mar 7 14:43:28 2008
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.171 2008/02/24 23:41:00 raeburn Exp $
+## $Id: loncapa_apache.conf,v 1.172 2008/03/07 19:43:28 www Exp $
##
#
@@ -104,6 +104,7 @@
AuthType LONCAPA
Require valid-user
PerlAuthzHandler Apache::lonacc
+PerlHandler Apache::londatecheck
PerlHeaderParserHandler Apache::lonuploadrep
ErrorDocument 403 /adm/login
ErrorDocument 404 /adm/notfound.html
@@ -200,6 +201,7 @@
Require valid-user
PerlAuthzHandler Apache::lonacc
SetHandler perl-script
+PerlHandler Apache::londatecheck
PerlHandler Apache::lonsimplepage
ErrorDocument 404 /adm/notfound.html
ErrorDocument 406 /adm/notinit.html
@@ -381,6 +383,7 @@
AuthType LONCAPA
Require valid-user
PerlAuthzHandler Apache::lonacc
+PerlHandler Apache::londatecheck
SetHandler perl-script
PerlHandler Apache::lonwrapper
ErrorDocument 403 /adm/login
@@ -831,7 +834,6 @@
Require valid-user
PerlAuthzHandler Apache::lonacc
SetHandler perl-script
-PerlHandler Apache::londatecheck
PerlHandler Apache::lonupload
ErrorDocument 403 /adm/login
ErrorDocument 404 /adm/notfound.html