[freeside-commits] branch FREESIDE_4_BRANCH updated. 3209e0bdd610d4b5475782794bdfef1edd1038cd
Ivan
ivan at 420.am
Fri Jun 30 11:05:47 PDT 2017
The branch, FREESIDE_4_BRANCH has been updated
via 3209e0bdd610d4b5475782794bdfef1edd1038cd (commit)
from 8f3f959d7854ebe12b57fbd48de4c9939ffb6d4d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3209e0bdd610d4b5475782794bdfef1edd1038cd
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri Jun 30 11:05:42 2017 -0700
fix RT iCal feed, RT#75581
diff --git a/htetc/freeside-base2.4.conf b/htetc/freeside-base2.4.conf
index 2bddce5..d6ff4f7 100644
--- a/htetc/freeside-base2.4.conf
+++ b/htetc/freeside-base2.4.conf
@@ -84,6 +84,12 @@ Mutex posixsem
Satisfy any
</Directory>
+<Directory %%%FREESIDE_DOCUMENT_ROOT%%%/rt/NoAuth/iCal/>
+ Satisfy any
+ SetHandler perl-script
+ PerlHandler HTML::Mason
+</Directory>
+
<Directory %%%FREESIDE_DOCUMENT_ROOT%%%/REST/>
Satisfy any
SetHandler perl-script
diff --git a/htetc/freeside-base2.conf b/htetc/freeside-base2.conf
index f2f4c21..7ea26d3 100644
--- a/htetc/freeside-base2.conf
+++ b/htetc/freeside-base2.conf
@@ -66,6 +66,12 @@ PerlSetVar FreesideHttpOnly 1
Satisfy any
</Directory>
+<Directory %%%FREESIDE_DOCUMENT_ROOT%%%/rt/NoAuth/iCal/>
+ Satisfy any
+ SetHandler perl-script
+ PerlHandler HTML::Mason
+</Directory>
+
<Directory %%%FREESIDE_DOCUMENT_ROOT%%%/REST/1.0/>
Satisfy any
SetHandler perl-script
diff --git a/rt/etc/RT_Config.pm.in b/rt/etc/RT_Config.pm.in
index 506dd7b..a582200 100644
--- a/rt/etc/RT_Config.pm.in
+++ b/rt/etc/RT_Config.pm.in
@@ -1162,7 +1162,7 @@ are extending RT.
=cut
-Set($WebNoAuthRegex, qr{^ /rt (?:/+NoAuth/ | /+REST/\d+\.\d+/NoAuth/) }x );
+Set($WebNoAuthRegex, qr{^ (?:/+NoAuth/ | /+REST/\d+\.\d+/NoAuth/) }x );
=item C<$SelfServiceRegex>
-----------------------------------------------------------------------
Summary of changes:
htetc/freeside-base2.4.conf | 6 ++++++
htetc/freeside-base2.conf | 6 ++++++
rt/etc/RT_Config.pm.in | 2 +-
3 files changed, 13 insertions(+), 1 deletion(-)
More information about the freeside-commits
mailing list