Project

General

Profile

Bug #72164

Updated by Sascha Egerer over 8 years ago

If a URL is generated in a CLI Task and the PageGenerator is not used the "auto" value of absRefPrefix is not replaced but added to the URL. 

 I've currently the probelm in the Solr extension that all my URLs a prefixed with "auto" as "auto" is now the default setting. 

 I would expect that "auto" is always replaced now matter when and where it is used. 

 Maybe this problem does also happen due to misusage of core api.

Back