I have a feeling this was caused by a recent change that I think was supposed to simplify the code by letting things which we previously treated separately for POST and GET get treated the same instead.
I'll look into it when I get back home... Best regards, -- cers / Christian Sonne On Tue, May 19, 2009 at 7:06 PM, [email protected] < [email protected]> wrote: > > Also i looked in Utils.paramsToString() function and saw that the > last raw is > return "?" + stringPairs.join("&"); > > so this is why it added the question mark to the parameters string. > but as i said before it makes problem when using post parameters - > the first parameter get the key -> ?key. > > maybe it's something need to fix? > like add a condition if it's post just return stringPairs.join("&"); ? > > (i tried to change it local and then it's realy insert the value to > key but there was another problems like: > * the {query} stay as is and not get the value, so it's like a search > for the string {query} at the search engine. > * the preview for the commands (all that i try like map command) > doesn't worked. > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ubiquity-firefox" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ubiquity-firefox?hl=en -~----------~----~----~----~------~----~------~--~---
