Re: [Prototype-core] Re: Extra underscore in Ajax.Request.parameters

2009-11-30 Thread Arjen Nienhuis
On Mon, Nov 23, 2009 at 5:51 PM, kangax wrote: > On Nov 19, 9:39 pm, Arjen Nienhuis wrote: >> Hi, >> >> Prototype adds a extra parameter &_= to every GET Ajax.Request done by >> any WebKit browser. This is done to fix a bug in an old version of >> Safari. >> >> I'd like to see this feature remove

Re: [Prototype-core] Re: Extra underscore in Ajax.Request.parameters

2009-11-25 Thread Tom Gregory
Not to quibble (I'll do it anyway), but I don't see how nested arrays make the answer "sensible." Perhaps we can agree the core problem here is not filtering data received from the user; such data is always suspect. I had a "problem" with it years ago when I was trying to figure out where the

Re: [Prototype-core] Re: Extra underscore in Ajax.Request.parameters

2009-11-25 Thread Mislav Marohnić
On Tue, Nov 24, 2009 at 00:39, Arjen Nienhuis wrote: > > But it's not empty POST bodies as it's only added if params != "". > Safari had this bug with all Ajax POST requests. > By accident I stored the extra parameter in the database of my webapp. > I have 2 of them in one table. None of th

Re: [Prototype-core] Re: Extra underscore in Ajax.Request.parameters

2009-11-23 Thread Arjen Nienhuis
On Mon, Nov 23, 2009 at 5:51 PM, kangax wrote: > On Nov 19, 9:39 pm, Arjen Nienhuis wrote: >> Hi, >> >> Prototype adds a extra parameter &_= to every GET Ajax.Request done by >> any WebKit browser. This is done to fix a bug in an old version of >> Safari. >> >> I'd like to see this feature remove

[Prototype-core] Re: Extra underscore in Ajax.Request.parameters

2009-11-23 Thread kangax
On Nov 19, 9:39 pm, Arjen Nienhuis wrote: > Hi, > > Prototype adds a extra parameter &_= to every GET Ajax.Request done by > any WebKit browser. This is done to fix a bug in an old version of > Safari. > > I'd like to see this feature removed for these reasons: > > - That version is of Safari is n