Subject: | quote char in URL not encoded |
rjbs,
I'm trying to use Rubric to manage private URLs, some of which are RT search URLs.
If I try to save an entry such as
https://rt3.dce.harvard.edu/Search/Results.html?Order=DESC&Query=%20Owner%20%3D%20'james'%20AND%20Status%20!%3D%20'resolved'%20AND%20%20(%20%20Queue%20%3D%20'de-support'%20OR%20Queue%20%3D%20'support'%20)&Rows=50&OrderBy=id&Page=1&Format='%20%20%20%3Cb%3E%3Ca%20href%3D%22%2FTicket%2FDisplay.html%3Fid%3D__id__%22%3E__id__%3C%2Fa%3E%3C%2Fb%3E%2FTITLE%3A%23'%2C%0A'%3Cb%3E%3Ca%20href%3D%22%2FTicket%2FDisplay.html%3Fid%3D__id__%22%3E__Subject__%3C%2Fa%3E%3C%2Fb%3E%2FTITLE%3ASubject'%2C%0A'__Status__'%2C%0A'__QueueName__'%2C%0A'__OwnerName__'%2C%0A'__Priority__'%2C%0A'__NEWLINE__'%2C%0A''%2C%0A'%3Csmall%3E__Requestors__%3C%2Fsmall%3E'%2C%0A'%3Csmall%3E__CreatedRelative__%3C%2Fsmall%3E'%2C%0A'%3Csmall%3E__ToldRelative__%3C%2Fsmall%3E'%2C%0A'%3Csmall%3E__LastUpdatedRelative__%3C%2Fsmall%3E'%2C%0A'%3Csmall%3E__TimeLeft__%3C%2Fsmall%3E'
the URL is saved in it's entirety, but when the templates display it, they break at the first quote character (e.g. after https://rt3.dce.harvard.edu/Search/Results.html?Order=DESC&Query=%20Owner%20%3D%20)
The end result is that when I click on the above link after it has been saved, the link above has become just https://rt3.dce.harvard.edu/Search/Results.html?Order=DESC&Query=%20Owner%20%3D%20 to the browser.
-mako132