Ticket #459 (closed defect: fixed)
Empty urlBase property breaks HtmlHelperProperty methods
| Reported by: | doug.smith@… | Owned by: | peterfarrell |
|---|---|---|---|
| Priority: | critical | Milestone: | Mach-II 1.8.0 RC2 |
| Component: | framework - properties | Version: | 1.8.0 - Framework |
| Keywords: | urlBase, HtmlHelperProperty | Cc: | |
| Blocking: | Blocked By: |
Description
We updated to 1.8.0.1978 (from 1577 -- I know, been a while, but we've been busy) and found that addJavascript() and addStylesheet() methods no longer correctly created the path to the .js and .css files. We found that when urlBase is empty (as with full SES URL usage), a new condition in HtmlHelperProperty?.buildAssetPath() broke it. I've patched my version with the attached patch file, but I'm open to other solutions if this breaks something else for you.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

