Defect #704
$baseHREF returns wrong URL
Start date:
07/08/2013
Due date:
% Done:
0%
Estimated time:
Browser (if web client):
Description
My velocityreport.serverURL property is set to "http://localhost:8080/"
But when I use $baseHREF in my template I get the following HTML:
<base href="http://localhost:8080/eastwood/reports/"/>
This is even after a restart.
History
Updated by Patrick Talbot almost 12 years ago
- Status changed from New to In Progress
Sorry if I misled you but this is the correct URL that $baseHREF is supposed to use, this is primarily used for charts using the eastwood engine.
Will see if I can normalize that so that charts use a full URL and $baseHREF can be used for other purpose.