getlackey / lackey-cms

Lackey is a new breed of CMS
https://lackey.io
Other
13 stars 3 forks source link

You can create uppercase urls and when you access with uppercase url redirect gets crazy. #78

Closed sielay closed 8 years ago

sielay commented 8 years ago

You can create uppercase urls and when you access with uppercase url redirect gets crazy.

Type

melono6 commented 8 years ago

"Uppercase requests should be redirected to lowercase" fixed in #106

melono6 commented 8 years ago

"* All urls should be lowercase" are we preventing users from submitting urls with uppercase letters or converting them to lowercase when submitted? @sielay

sielay commented 8 years ago

@melono6 as you can always "break" or "cheat" JS on frontend, I'd do both.

melono6 commented 8 years ago

fixed in #115