← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~mahfiaz/openlp/bug-908226 into lp:openlp

 

The comment is correct. At that moment all unicode bytes are percent-encoded (eg %34) and urllib decodes these after JSON is decoded, on lines 109 and 150. Web remote would never send not percent-encoded characters there. If you e.g telneted to remote's port and sent line GET <yourfavourite byte >128>, it would simply drop the connection with no further harm.
-- 
https://code.launchpad.net/~mahfiaz/openlp/bug-908226/+merge/98040
Your team OpenLP Core is subscribed to branch lp:openlp.


References