[Windmill-dev] inconsistent handling of ? in URLs
Mikeal Rogers
mikeal at mozilla.com
Wed May 14 15:01:16 PDT 2008
Adam, looks like you code for sticking /windmill-saves/ into the url
is statically sticking it at the end instead of just after the path
portion of the url.
Once you have a fix in I'll push a bugfix release, this is a pretty
nasty bug.
-Mikeal
On May 14, 2008, at May 14, 200811:51 AM, Kevin Dangoor wrote:
> I have a JavaScript-driven application (the server side just does
> RPC) and the page behavior changes based on ? parameters. So, I kick
> off Windmill like this:
>
> windmill firefox http://localhost:8080/?somethinghere
>
> That actually works fine for getting Windmill's IDE going.
> Unfortunately, though, "save" doesn't work. And I noticed that every
> place in windmill's code seems to do its own thing wrt. the URL,
> which is likely why one part works but not another.
>
> For the record, the save page comes up as:
>
> http://localhost:8080/?somethinghere/windmill-saves/recordingSuite0.json
>
> and it actually tries to bring up my page, rather than putting the
> script up....
>
> Thoughts?
>
> Kevin
>
> --
> Kevin Dangoor
> Product Manager
> SitePen, Inc.
> Web development experts:
> development, support, training
>
> kevin at sitepen.com
>
>
>
>
>
> _______________________________________________
> Windmill-dev mailing list
> Windmill-dev at osafoundation.org
> http://lists.osafoundation.org/mailman/listinfo/windmill-dev
More information about the Windmill-dev
mailing list