When viewing a link which already has
cover=ajax in its query string via the preview option on the hijax menu, the response gets successfully loaded into the response dialog and displayed but then a js error causes the browser to call the ajax link via a standard http request.
This is because
serverAction doesn't properly ensure that only one
cover=ajax is present in the url and then
showResponse on the other end assumes that the
param.cover parameter from the
parseURL object is a string and tries to call .search() on it.
--
DavidPatterson - 30 Aug 2010
Note that, for whatever reason, there could be more than one cover urlparam in the query string which would mean an object would be produced for the cover parameter (rather than a string) when parsed by
objectifyQuery (via
parseURL ).
--
DavidPatterson - 30 Aug 2010
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. see CopyrightStatement. 
