Closed engagency-jclifton closed 9 years ago
Thanks for the PR!
Per http://www.sitecore.net/Learn/Blogs/Technical-Blogs/John-West-Sitecore-Blog/Posts/2012/12/Sitecore-Idiosyncrasies-Media-URLs.aspx it's no longer needed to prefix the URL at all in 6.6+ (and it's for sure not on 7.2) so I was able to remove it all and just use MediaManager directly.
I believe you guys are still on 6.5, in which case you may need to keep the tweak in your fork.
Modified FieldUtility.GetMediaUrl() to honor the Media.AlwaysIncludeServerUrl setting, if it is set. (Issue #13)