Forum OpenACS Development: site_node::verify_folder_name broken

Collapse
Posted by Jeff Davis on
For layout-managed-subsite it only checks the layout-managed-subsite folder for duplicate names so you can mount things at /pvt /register etc and break the site.

It should do something like what rp_handler does with apm_package_url_resolution (or better refactor rp_handler so it can do exactly what the rp_handler does).

Collapse
Posted by Jeff Davis on
Also site_node::closest_ancestor_package won't match a layout-managed-subsite when looking for acs-subsite which I would think would break things....

Btw, both of these show up in acs-tcl's automated tests when converting main site to a layout managed subsite.