Re: comet question

2014-05-29 Thread Elias Kopsiaftis
I am having random errors, but we are still looking into them because right now we think they are probably from our end. The current one is that the connection from the client to the comet servlet will randomly repeatedly receive "NULL". Still looking into this to see what the server is doing On

Re: comet question

2014-05-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Elias, On 5/29/14, 3:08 PM, Elias Kopsiaftis wrote: > To make sure it doesnt exist in Tomcat7. Thats why. Ive never > looked into the tomcat source code and theres no point for my > current project unless this bug still exists. Just trying to save >

Re: comet question

2014-05-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Elias, On 5/29/14, 3:12 PM, Elias Kopsiaftis wrote: > ok thanks guys, I just got freaked out when I saw that post. There are other things that might freak you out. Read the security statements for Tomcat 7, for instance, and decide if you are at th

Re: comet question

2014-05-29 Thread Elias Kopsiaftis
ok thanks guys, I just got freaked out when I saw that post. On Thu, May 29, 2014 at 3:10 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > David, > > On 5/29/14, 2:45 PM, David kerber wrote: > > On 5/29/2014 2:21 PM, Elias Kop

Re: comet question

2014-05-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 5/29/14, 2:45 PM, David kerber wrote: > On 5/29/2014 2:21 PM, Elias Kopsiaftis wrote: >> oh yea, im on tomcat 7 btw > > Then why are you asking about a problem in a very old version of > Tomcat 6? +1 Also, that web site looks like a scr

Re: comet question

2014-05-29 Thread Elias Kopsiaftis
To make sure it doesnt exist in Tomcat7. Thats why. Ive never looked into the tomcat source code and theres no point for my current project unless this bug still exists. Just trying to save myself the work. Also, I couldnt find a page of known tomcat7 comet issues. If such a page existed it would b

Re: comet question

2014-05-29 Thread David kerber
On 5/29/2014 2:21 PM, Elias Kopsiaftis wrote: oh yea, im on tomcat 7 btw Then why are you asking about a problem in a very old version of Tomcat 6? On Thu, May 29, 2014 at 2:13 PM, Elias Kopsiaftis wrote: Hey guys, I found this on the web, and it really alarms me because my web app whi

Re: comet question

2014-05-29 Thread Elias Kopsiaftis
oh yea, im on tomcat 7 btw On Thu, May 29, 2014 at 2:13 PM, Elias Kopsiaftis wrote: > Hey guys, > > I found this on the web, and it really alarms me because my web app which > is in development depends on Comet technology to work. > > > http://bighow.net/4294974-Comet_under_Tomcat_6_0_33_sends_

Re: Comet question. Problem reading from http input stream

2007-04-24 Thread Rémy Maucherat
On 4/24/07, Martin Perez <[EMAIL PROTECTED]> wrote: Hi Rémy, Actually, without using Object*Stream everything seems to work. I'm currently using raw I/O streams and the communication is ok. I guess people on the list would be interesting to know that currently doesn't work with Object*Streams,

Re: Comet question. Problem reading from http input stream

2007-04-24 Thread Martin Perez
Hi Rémy, Actually, without using Object*Stream everything seems to work. I'm currently using raw I/O streams and the communication is ok. I guess people on the list would be interesting to know that currently doesn't work with Object*Streams, either when Object*Streams are not specially famous f

Re: Comet question. Problem reading from http input stream

2007-04-24 Thread Rémy Maucherat
On 4/23/07, Martin Perez <[EMAIL PROTECTED]> wrote: Any suggestions? I would try to avoid using directly Object*Stream, to see what happens, and verify the validity of the data which is sent and received. Rémy - To start a ne