> > A single quotation and a semicolon appended to common.sessionId parameter > in the last request to contextBar, since the response from the previous > request "header" has code like this: > > -------- > function onClickMyProfile() > { > parent.location='/app/home?tab=0&common.sessionId=MKsbZqui1oOK5VK-tKOxvoQ' >; } > -------- > > How can I get this solved? Thanks.
Hi! The fastest solution to you is to change apostrophes (') to quotation marks (") in links. If it's not feasible (for example you can't change sources of tested application), I can try doing a patch for you which will be dealing with both ' and " marks. To Mike Stover: will you accept such improvement? (I'm not sure which mark is are correct from HTML standard's point of view? perhaps both?) best regards Michal Kostrzewa -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>