From 3ee5a84815cb235c3ebb8fe25517de0364d3dbf7 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 30 Jun 2017 11:05:39 -0700 Subject: fix RT iCal feed, RT#75581 --- rt/etc/RT_Config.pm.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rt') diff --git a/rt/etc/RT_Config.pm.in b/rt/etc/RT_Config.pm.in index 506dd7b19..a582200c8 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> -- cgit v1.2.1