#6 closed defect (worksforme)
References to 'blank.html'
Reported by: | anonymous | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
There appear to be references to [CURRENT DIR]/blank.html which is not immediately obvious and generates a 404 error. Ideally this would be abstracted out entirely, as a second posibility if this could be a fixed location (as opped to making multiple blank.htmls for each directory), finally if neither is easy or feasable it would be useful if it was mentioned.
Note: See
TracTickets for help on using
tickets.
So the [CURRENT DIR] that you refer to is controlled by the baseRelativePath property of djConfig. There's a note about this in the xmlhttp_package_test.html file distributed with the browserio package.
Please let me know if this doesn't fix the issue for you.