Forum OpenACS Q&A: Re: 'only urls without a host name are permitted'

Collapse
Posted by Torben Brosten on
There are only a few places that security::locations grabs data from config.tcl.

You might save some time by looking at the references to configuration info in the code first.

cheers,

Torben

Collapse
Posted by Torben Brosten on
Try adding an ns_log statement to the end of security::locations

ns_log Notice "security::locations, locations: $locations"

Reload via APM and then try again.

Check your domain url against the values provided (and shown in the log), specifically the value closest to the one you are having problems with.

That should indicate where the offending data is (hopefully)!

cheers,

Torben