AsherGlick / Briefcase

Online Office suite, main repo can be found at github.com/Briefcase/Briefcase
briefcasedocs.com
8 stars 6 forks source link

Server has an error on odd string input #55

Open AsherGlick opened 12 years ago

AsherGlick commented 12 years ago

if you input the string

!@#$%^&*()_+~`1234567890-=

then the server returns a 500 internal server error
Don't know why just yet but my guess is the & character is not being sanitised and Django thinks that it is another variable beginning.