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

matt westgate’s picture

Assigned: Unassigned » matt westgate

Assigning this to myself since a major update to the core path module is on it's way.

matt westgate’s picture

The 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.

Anonymous’s picture

Automatically closed due to inactivity (marked fixed for 14 days).