Hide
Short version: We call LocalUtil.urlDecode on the server, but we don't ever URL encode.
Window.name is there as an experiment into solving the multiple window connection limit problem using an elected master window as a main conduit and passing data around between windows on the client. This support was never completed so we might be able to drop the window.name support totally.
Show
Short version: We call LocalUtil.urlDecode on the server, but we don't ever URL encode.
Window.name is there as an experiment into solving the multiple window connection limit problem using an elected master window as a main conduit and passing data around between windows on the client. This support was never completed so we might be able to drop the window.name support totally.