Re: obscure tomcat 5.5 text file display bug? [Bugzilla candidate?]

2005-07-06 Thread Jon Wingfield

I agree; it does the job :)
There is an equivalent for IE:
http://www.blunck.info/iehttpheaders.html

Enjoy,

Jon


Woodchuck wrote:


GB Developer,

thanks so much for your suggestion, Live HTTP Headers is awesome!

and my hunch was correct.  the problem is Tomcat 5.5 does not produce
any Content-Type information at all when serving back the .txt file.



here is the relevant header info from Tomcat 4.1:

HTTP/1.x 200 OK
Etag: W/1706-1120587147968
Last-Modified: Tue, 05 Jul 2005 18:12:27 GMT
Content-Type: text/plain
Content-Length: 1706
Date: Tue, 05 Jul 2005 20:59:46 GMT
Server: Apache Coyote/1.0
Proxy-Connection: Keep-Alive



and here is the relevant header info from Tomcat 5.5:

If-Modified-Since: Sun, 03 Jul 2005 18:42:58 GMT
If-None-Match: W/1706-1120416178619
HTTP/1.x 304 Not Modified
Server: Apache-Coyote/1.1
Date: Tue, 05 Jul 2005 19:57:35 GMT



as it clearly shows, the header info produced by Tomcat 5.5 does not
have any Content-Type or even Content-Length.

is this a bug that i should enter into BugZilla?  or is this something
that can be fixed via Tomcat configuration?

thanks in advance,
woodchuck



--- GB Developer [EMAIL PROTECTED] wrote:


  (i suspect it's the way 
Tomcat is telling the browser what type of file it's sending 
back... some kind of header info.. but i'm not sure how to go 
about debugging this)


thx in advance,
woodchuck



I like using FireFox for debugging this type of thing, and the
liveheaders
plugin

http://livehttpheaders.mozdev.org/

VERY handy. There is probably an IE equivalent of some sort, but
haven't
heard of a really good one.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]








 
Yahoo! Sports 
Rekindle the Rivalries. Sign up for Fantasy Football 
http://football.fantasysports.yahoo.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: obscure tomcat 5.5 text file display bug? [Bugzilla candidate?]

2005-07-06 Thread Woodchuck
hi Chuck,

thanks for the heads up.  my Tomcat 4.1 and Tomcat 5.5 instances are
separate and each are sitting on a different machine.  as well, the
actual URLs to these text files are different on each instance (so they
are not requesting the same exact URL and should not be using cache for
the second txt file request).

anyhow i want to make sure of this, and i will retest again and
clearing all cache each time before requesting the txt files.

thanks,
woodchuck


--- Caldarale, Charles R [EMAIL PROTECTED] wrote:

  From: Woodchuck [mailto:[EMAIL PROTECTED] 
  Subject: RE: obscure tomcat 5.5 text file display bug? [Bugzilla
 candidate?]
  
  here is the relevant header info from Tomcat 4.1:
  
  HTTP/1.x 200 OK
  Etag: W/1706-1120587147968
  Last-Modified: Tue, 05 Jul 2005 18:12:27 GMT
  Content-Type: text/plain
  Content-Length: 1706
  Date: Tue, 05 Jul 2005 20:59:46 GMT
  Server: Apache Coyote/1.0
  Proxy-Connection: Keep-Alive
  
  and here is the relevant header info from Tomcat 5.5:
  
  If-Modified-Since: Sun, 03 Jul 2005 18:42:58 GMT
  If-None-Match: W/1706-1120416178619
  HTTP/1.x 304 Not Modified
  Server: Apache-Coyote/1.1
  Date: Tue, 05 Jul 2005 19:57:35 GMT
 
 You've got apples and oranges here.  The 1st response actually
 includes
 the text, whereas the 2nd just tells the browser to use what it has
 already cached.  You need to try it again with the cache cleared
 prior
 to each request.
 
  - Chuck
 
 
 THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE
 PROPRIETARY
 MATERIAL and is thus for use only by the intended recipient. If you
 received this in error, please contact the sender and delete the
 e-mail
 and its attachments from all computers.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 




__ 
Discover Yahoo! 
Get on-the-go sports scores, stock quotes, news and more. Check it out! 
http://discover.yahoo.com/mobile.html

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: obscure tomcat 5.5 text file display bug? [Bugzilla candidate?]

2005-07-06 Thread Woodchuck
awesome!  thanks, Jon!

woodchuck

--- Jon Wingfield [EMAIL PROTECTED] wrote:

 I agree; it does the job :)
 There is an equivalent for IE:
 http://www.blunck.info/iehttpheaders.html
 
 Enjoy,
 
 Jon
 
 
 Woodchuck wrote:
 
  GB Developer,
  
  thanks so much for your suggestion, Live HTTP Headers is awesome!
  
  and my hunch was correct.  the problem is Tomcat 5.5 does not
 produce
  any Content-Type information at all when serving back the .txt
 file.
  
  
  
  here is the relevant header info from Tomcat 4.1:
  
  HTTP/1.x 200 OK
  Etag: W/1706-1120587147968
  Last-Modified: Tue, 05 Jul 2005 18:12:27 GMT
  Content-Type: text/plain
  Content-Length: 1706
  Date: Tue, 05 Jul 2005 20:59:46 GMT
  Server: Apache Coyote/1.0
  Proxy-Connection: Keep-Alive
  
  
  
  and here is the relevant header info from Tomcat 5.5:
  
  If-Modified-Since: Sun, 03 Jul 2005 18:42:58 GMT
  If-None-Match: W/1706-1120416178619
  HTTP/1.x 304 Not Modified
  Server: Apache-Coyote/1.1
  Date: Tue, 05 Jul 2005 19:57:35 GMT
  
  
  
  as it clearly shows, the header info produced by Tomcat 5.5 does
 not
  have any Content-Type or even Content-Length.
  
  is this a bug that i should enter into BugZilla?  or is this
 something
  that can be fixed via Tomcat configuration?
  
  thanks in advance,
  woodchuck
  
  
  
  --- GB Developer [EMAIL PROTECTED] wrote:
  
  
(i suspect it's the way 
 Tomcat is telling the browser what type of file it's sending 
 back... some kind of header info.. but i'm not sure how to go 
 about debugging this)
 
 thx in advance,
 woodchuck
 
 
 I like using FireFox for debugging this type of thing, and the
 liveheaders
 plugin
 
 http://livehttpheaders.mozdev.org/
  
 VERY handy. There is probably an IE equivalent of some sort, but
 haven't
 heard of a really good one.
 
 

-
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 
  
  
  
  
  
   
  Yahoo! Sports 
  Rekindle the Rivalries. Sign up for Fantasy Football 
  http://football.fantasysports.yahoo.com
  
 
 -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail:
 [EMAIL PROTECTED]
  
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 





Sell on Yahoo! Auctions – no fees. Bid on great items.  
http://auctions.yahoo.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: obscure tomcat 5.5 text file display bug? [Bugzilla candidate?]

2005-07-06 Thread GB Developer
Indeed, thanks Jon. 

 -Original Message-
 From: Woodchuck [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, July 06, 2005 10:15 AM
 To: Tomcat Users List
 Subject: Re: obscure tomcat 5.5 text file display bug? 
 [Bugzilla candidate?]
 
 
 awesome!  thanks, Jon!
 
 woodchuck
 
 --- Jon Wingfield [EMAIL PROTECTED] wrote:
 
  I agree; it does the job :)
  There is an equivalent for IE: 
  http://www.blunck.info/iehttpheaders.html
  
  Enjoy,
  
  Jon
  


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: obscure tomcat 5.5 text file display bug? [Bugzilla candidate?]

2005-07-05 Thread Woodchuck
GB Developer,

thanks so much for your suggestion, Live HTTP Headers is awesome!

and my hunch was correct.  the problem is Tomcat 5.5 does not produce
any Content-Type information at all when serving back the .txt file.



here is the relevant header info from Tomcat 4.1:

HTTP/1.x 200 OK
Etag: W/1706-1120587147968
Last-Modified: Tue, 05 Jul 2005 18:12:27 GMT
Content-Type: text/plain
Content-Length: 1706
Date: Tue, 05 Jul 2005 20:59:46 GMT
Server: Apache Coyote/1.0
Proxy-Connection: Keep-Alive



and here is the relevant header info from Tomcat 5.5:

If-Modified-Since: Sun, 03 Jul 2005 18:42:58 GMT
If-None-Match: W/1706-1120416178619
HTTP/1.x 304 Not Modified
Server: Apache-Coyote/1.1
Date: Tue, 05 Jul 2005 19:57:35 GMT



as it clearly shows, the header info produced by Tomcat 5.5 does not
have any Content-Type or even Content-Length.

is this a bug that i should enter into BugZilla?  or is this something
that can be fixed via Tomcat configuration?

thanks in advance,
woodchuck



--- GB Developer [EMAIL PROTECTED] wrote:

 (i suspect it's the way 
  Tomcat is telling the browser what type of file it's sending 
  back... some kind of header info.. but i'm not sure how to go 
  about debugging this)
  
  thx in advance,
  woodchuck
 
 
 I like using FireFox for debugging this type of thing, and the
 liveheaders
 plugin
 
 http://livehttpheaders.mozdev.org/
  
 VERY handy. There is probably an IE equivalent of some sort, but
 haven't
 heard of a really good one.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 




 
Yahoo! Sports 
Rekindle the Rivalries. Sign up for Fantasy Football 
http://football.fantasysports.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: obscure tomcat 5.5 text file display bug? [Bugzilla candidate?]

2005-07-05 Thread Caldarale, Charles R
 From: Woodchuck [mailto:[EMAIL PROTECTED] 
 Subject: RE: obscure tomcat 5.5 text file display bug? [Bugzilla
candidate?]
 
 here is the relevant header info from Tomcat 4.1:
 
 HTTP/1.x 200 OK
 Etag: W/1706-1120587147968
 Last-Modified: Tue, 05 Jul 2005 18:12:27 GMT
 Content-Type: text/plain
 Content-Length: 1706
 Date: Tue, 05 Jul 2005 20:59:46 GMT
 Server: Apache Coyote/1.0
 Proxy-Connection: Keep-Alive
 
 and here is the relevant header info from Tomcat 5.5:
 
 If-Modified-Since: Sun, 03 Jul 2005 18:42:58 GMT
 If-None-Match: W/1706-1120416178619
 HTTP/1.x 304 Not Modified
 Server: Apache-Coyote/1.1
 Date: Tue, 05 Jul 2005 19:57:35 GMT

You've got apples and oranges here.  The 1st response actually includes
the text, whereas the 2nd just tells the browser to use what it has
already cached.  You need to try it again with the cache cleared prior
to each request.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]