ic-labs / django-icekit

GLAMkit is a next-generation Python CMS by the Interaction Consortium, designed especially for the cultural sector.
http://glamkit.com
MIT License
47 stars 11 forks source link

Publishing: if get_absolute_url doesn't end in '/' then the ?edit salt is wrong #118

Open cogat opened 8 years ago

cogat commented 8 years ago

The workaround is to ensure the value returned by get_absolute_url ends in "/", but the proper solution is for the salter to ensure the given string ends with "/" if the APPEND_SLASH setting is set.