quiet excessive mis-warnings about WebPath
authorIvan Kohler <ivan@freeside.biz>
Sun, 13 Apr 2014 21:29:46 +0000 (14:29 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sun, 13 Apr 2014 21:29:46 +0000 (14:29 -0700)
rt/lib/RT/Interface/Web.pm

index 1f2f488..409cbdc 100644 (file)
@@ -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.