summaryrefslogtreecommitdiff
path: root/rt
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-04-13 14:29:46 -0700
committerIvan Kohler <ivan@freeside.biz>2014-04-13 14:29:46 -0700
commit9ecdd3410e3b41791e4d444a9c29157b5dbbe2bb (patch)
tree665fb794bff16dcb005917754ad15b9178ca7c43 /rt
parent7cfd11c02730df0bd27f03b8da765666af0a0edc (diff)
quiet excessive mis-warnings about WebPath
Diffstat (limited to 'rt')
-rw-r--r--rt/lib/RT/Interface/Web.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/rt/lib/RT/Interface/Web.pm b/rt/lib/RT/Interface/Web.pm
index 1f2f488..409cbdc 100644
--- a/rt/lib/RT/Interface/Web.pm
+++ b/rt/lib/RT/Interface/Web.pm
@@ -1246,6 +1246,10 @@ sub ValidateWebConfig {
."otherwise your internal links may be broken.");
}
+ return; #next warning flooding our logs, doesn't seem applicable to our use
+ # (SCRIPT_NAME is the full path, WebPath is just the beginning)
+ #in vanilla RT does something eat the local part of SCRIPT_NAME 1st?
+
# Unfortunately, there is no reliable way to get the _path_ that was
# requested at the proxy level; simply disable this warning if we're
# proxied and there's a mismatch.