[Rt-commit] rt branch, 4.2/canonicalize-urls-in-feeds, updated. rt-4.0.4-304-geef07a9
? sunnavy
sunnavy at bestpractical.com
Mon Jan 16 13:05:01 EST 2012
The branch, 4.2/canonicalize-urls-in-feeds has been updated
via eef07a98529990cebe445f2d77d2d98c012a1e21 (commit)
from 02c35c8a5af690e54846fb1f69bc3afb7f4e8eaf (commit)
Summary of changes:
etc/RT_Config.pm.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit eef07a98529990cebe445f2d77d2d98c012a1e21
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Jan 17 02:03:01 2012 +0800
"%ENV" is implementation details, "request" is better
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 3523e89..bd9291c 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -855,7 +855,7 @@ Set($CanonicalizeRedirectURLs, 0);
=item C<$CanonicalizeURLsInFeeds>
Set C<$CanonicalizeURLsInFeeds> to 1 to use C<$WebURL> in feeds
-rather than the one we get from C<%ENV>.
+rather than the one we get from request.
If you use RT behind a reverse proxy, you almost certainly want to
enable this option.
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list