gumho / antplanner

This project has been succeeded by http://github.com/gumho/antplanner2
http://antplanner.appspot.com
9 stars 3 forks source link

HTML entities not processing correctly during save #75

Closed gumho closed 13 years ago

gumho commented 13 years ago

During POST, ampersands are being treated as query value separators.

Firebug NET request dump:

Parametersapplication/x-www-form-urlencoded C Sci 3 Lec
(36500)",...
C Sci 3 Lec
(36500)",...
caldata [{"id":"580e","start":1273001400000,"end":1273006200000,"title":" I username UsernameE Source username=UsernameE&caldata=[{"id":"580e","start":1273001400000,"end":1273006200000,"title":" I&C Sci 3 Lec
(36500)","color":"#D96666","borderColor":"#CC3333"},{"id":"bd2f","start":1273174200000,"end":1273179000000,"title":" I&C Sci 3 Lec
(36500)","color":"#D96666","borderColor":"#CC3333"}]

gumho commented 13 years ago

fixed via javascript encode.