codeboot icon indicating copy to clipboard operation
codeboot copied to clipboard

On an iPad with Adobe Reader, when viewing slides which link to the replay CGI script, it seems that the escapes are doubly escaped, in other words a space character becomes %2520 because %25 is the percent character, and 20 is the hex code for space.

Open feeley opened this issue 13 years ago • 2 comments

feeley avatar Oct 24 '12 03:10 feeley

This is now fixed, but it is necessary to use the url: .../codeplay/query.cgi?replay%25=<COMMAND>

This allows codePlay to detect the escaping that is done in the URL.

The slides for the ift1015 course will thus have to be regenerated with the new syntax before students notice that it is now fixed.

feeley avatar Oct 24 '12 22:10 feeley

It now works on iPad with adobe reader, but unfortunately, it does not work with Apple's PDF viewer. sigh...

feeley avatar Oct 25 '12 19:10 feeley