Hi, I'm currently using jquery-stream.1.1.2 with my own AsyncServlet long polling solution based on tomcat 7 (java 6).
Sadly, it appears that recent versions of FF (29+ at least) broke support for this long polling and now only Chrome and Safari works.
I understand that jquery-stream is no longer supported and wish to migrate to Portal but haven't seen any migration guide.
I don't care (for now) about WebSockets support since I'm using the long polling as a push mechanism and for now that enough.
How do you recommend I proceed migrating to Portal?
P.s. from the documentation on Portal it seems the last version of FF is 12 which is obviously not the case.
Does it work for FF 30?