[LON-CAPA-cvs] cvs: loncom / loncapa_apache.conf
raeburn
raeburn at source.lon-capa.org
Sun Jan 20 18:40:32 EST 2019
raeburn Sun Jan 20 23:40:32 2019 EDT
Modified files:
/loncom loncapa_apache.conf
Log:
- Bug 6400
- Support deep links in domains containing a hyphen.
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.265 loncom/loncapa_apache.conf:1.266
--- loncom/loncapa_apache.conf:1.265 Thu Dec 27 20:11:29 2018
+++ loncom/loncapa_apache.conf Sun Jan 20 23:40:32 2019
@@ -2,7 +2,7 @@
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-# $Id: loncapa_apache.conf,v 1.265 2018/12/27 20:11:29 raeburn Exp $
+# $Id: loncapa_apache.conf,v 1.266 2019/01/20 23:40:32 raeburn Exp $
#
# LON-CAPA Section (extensions to httpd.conf daemon configuration)
@@ -1575,7 +1575,7 @@
PerlHandler Apache::spellcheck
</LocationMatch>
-<LocationMatch "^/tiny/[\w.]+/\w+$">
+<LocationMatch "^/tiny/[\w.-]+/\w+$">
AuthType LONCAPA
Require valid-user
PerlAuthzHandler Apache::lonacc
More information about the LON-CAPA-cvs
mailing list