- All Implemented Interfaces:
- InputStreamResolver, JavascriptHandler
public class JavascripURLInputStreamResolver
extends java.lang.Object
implements InputStreamResolver, JavascriptHandler
when httpOnly set set browsers will not send cookies, and FF, even if you force it to send cookies, it will
still drop them. The work around is to communicate with Javascript and have Javascript do the sending and
receiving. The caveat is that the data being sent and data being returned is url and base64 encoded.
- Author:
- sls