Open GoogleCodeExporter opened 8 years ago
currently we in the ui escape
var aReqID = aReq.replace("#", "--");
aReqID = aReqID.replace(",", "--");
aReqID = aReqID.replace(".", "--");
aReqID = aReqID.replace(";", "--");
aReqID = aReqID.replace(":", "--");
but in db we have the orginal text (with .#...)
we need to solve this one in a proper way with urlencoding in both client and
server.
Original comment by mcyr...@gmail.com
on 8 Mar 2014 at 7:20
Original issue reported on code.google.com by
mcyr...@gmail.com
on 5 Aug 2013 at 11:28