-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 1.0.3
-
Component/s: None
When we make a create link, and the prospective page title contains high-bit characters, we need to encode the name of the page so that it doesn't get messed up by URL-encoding.
Suggest that for those pages we have an encodedName=BLAH parameter, where BLAH is the UTF-8 representation of the name, base64 encoded.