The path module (now part of core) does not correctly "clean" paths in path_save. The path_clean function is called, but the results are discarded before the path is stored in the database.
The path module (now part of core) does not correctly "clean" paths in path_save. The path_clean function is called, but the results are discarded before the path is stored in the database.
Comments
Comment #1
matt westgate commentedAssigning this to myself since a major update to the core path module is on it's way.
Comment #2
matt westgate commentedThe path update has been committed to cvs (thanks Dries!) and the path_clean function has been removed. Instead we detect for a valid URL, and it is left to the user to fix an URI that doesn't pass inspection.
Comment #3
(not verified) commentedAutomatically closed due to inactivity (marked fixed for 14 days).