Re: [OpenLayers-Dev] Possible bug with Protocol.HTTP

2010-05-04 Thread Eric Lemoine
On Tue, May 4, 2010 at 5:16 AM, Stephen Woodbridge wrote: > Hi Eric, > > First off, thank you for your responses and help with this issue. The > most important part is that I have code working and doing what I want, > but I had to modify Protocol.HTTP and my server code to get it working. > Eventu

Re: [OpenLayers-Dev] Possible bug with Protocol.HTTP

2010-05-03 Thread Stephen Woodbridge
Eric Lemoine wrote: > On Sunday, May 2, 2010, Stephen Woodbridge > wrote: >> Hi Devs, >> >> I have been working with OL.Protocol.HTTP and I think I have >> identified a bug in the code after spending considerable time >> reading and tracing the code via firebug. Basically if you create a >> Proto

Re: [OpenLayers-Dev] Possible bug with Protocol.HTTP

2010-05-02 Thread Stephen Woodbridge
Hi Devs, A follow up on this problem is posted below ... Stephen Woodbridge wrote: > Hi Devs, > > I have been working with OL.Protocol.HTTP and I think I have identified > a bug in the code after spending considerable time reading and tracing > the code via firebug. Basically if you create a P

[OpenLayers-Dev] Possible bug with Protocol.HTTP

2010-05-02 Thread Eric Lemoine
On Sunday, May 2, 2010, Stephen Woodbridge wrote: > Hi Devs, > > I have been working with OL.Protocol.HTTP and I think I have identified > a bug in the code after spending considerable time reading and tracing > the code via firebug. Basically if you create a Protocol.HTTP with a > user callback,

[OpenLayers-Dev] Possible bug with Protocol.HTTP

2010-05-02 Thread Stephen Woodbridge
Hi Devs, I have been working with OL.Protocol.HTTP and I think I have identified a bug in the code after spending considerable time reading and tracing the code via firebug. Basically if you create a Protocol.HTTP with a user callback, it never gets called. Below is a summary of my analysis an