----- Mensaje original -----
> De: "Rainer Jung" <rainer.j...@kippdata.de>
            }
> 
> Was that intentional? I'd say the timestamp should be provided by the
> log framework and not by java.sql.Date. But maybe the whole message
> is
> just a leftover from debugging the issue.
> 
> The same for the TC 7 backport.
> 

hi Rainer, no, not intentional, it is left over from debugging. I will remove 
the Date object

Filip


> >               try {
> >                   unreg(sk, attachment, sk.readyOps());
> >                   SendfileData sd = attachment.getSendfileData();
> > +                //setup the file channel
> >                   if ( sd.fchannel == null ) {
> >                       File f = new File(sd.fileName);
> >                       if ( !f.exists() ) {
> 
> ...
> 
> Regards,
> 
> Rainer
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to