power-media / prado3

Automatically exported from code.google.com/p/prado3
Other
0 stars 0 forks source link

Double slash with URL Tags in www root #432

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
URL Tags like <%/ path/to/file.ext %> produce "//path/to/file.ext" if the Prado 
App is in the www root instead of "/path/to/file.ext".

URL Tags are evaluated as 
"dirname(\$this->getApplication()->getRequest()->getApplicationUrl()).'/$literal
'" in TTemplateManager on lines 668 and 907 and ApplicationUrl returns 
"/index.php".

Prado 3.2
Ubuntu 12.04

Original issue reported on code.google.com by patricel...@gmail.com on 9 Jan 2013 at 7:04

GoogleCodeExporter commented 8 years ago
fixed in r3251, thank you

Original comment by ctrlal...@gmail.com on 15 Jan 2013 at 6:37