[freeside-commits] branch FREESIDE_3_BRANCH updated. 7ad03f9ad66d734f082e860c71ca467a43842426

Ivan ivan at 420.am
Sun Apr 13 14:29:48 PDT 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  7ad03f9ad66d734f082e860c71ca467a43842426 (commit)
      from  5c0e4713132f9ab262938a58154b078d408ebd06 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7ad03f9ad66d734f082e860c71ca467a43842426
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Apr 13 14:29:47 2014 -0700

    quiet excessive mis-warnings about WebPath

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.

-----------------------------------------------------------------------

Summary of changes:
 rt/lib/RT/Interface/Web.pm |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)




More information about the freeside-commits mailing list