diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-04-13 14:29:47 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-04-13 14:29:47 -0700 |
commit | 7ad03f9ad66d734f082e860c71ca467a43842426 (patch) | |
tree | 97767dcaf3e93792eb21f334627d6dc9ce6ed54f /rt/lib/RT/Interface/Web.pm | |
parent | 5c0e4713132f9ab262938a58154b078d408ebd06 (diff) |
quiet excessive mis-warnings about WebPath
Diffstat (limited to 'rt/lib/RT/Interface/Web.pm')
-rw-r--r-- | rt/lib/RT/Interface/Web.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rt/lib/RT/Interface/Web.pm b/rt/lib/RT/Interface/Web.pm index 1f2f488fb..409cbdc45 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. |