RE: Bizarre sporadic problem with streaming a stylesheet.

2010-09-23 Thread Andy Law
I wrote: Apologies for being late to the party, but this smells like a browser/proxy cache issue to me? and then mgainty wrote: i agree with andy do a view source and tracert on all urls i it is possible you'll see there is a man-in-the middle proxy altering the response

Re: Bizarre sporadic problem with streaming a stylesheet.

2010-09-22 Thread Andy Law
DNewfield wrote: Anyway, glad you've solved your issue. Too bad we didn't all learn something from it :-) Apologies for being late to the party, but this smells like a browser/proxy cache issue to me? Later, Andy -- View this message in context:

RE: Bizarre sporadic problem with streaming a stylesheet.

2010-09-22 Thread Martin Gainty
Sep 2010 01:20:16 -0700 From: andy@roslin.ed.ac.uk To: user@struts.apache.org Subject: Re: Bizarre sporadic problem with streaming a stylesheet. DNewfield wrote: Anyway, glad you've solved your issue. Too bad we didn't all learn something from it :-) Apologies for being

Re: Bizarre sporadic problem with streaming a stylesheet.

2010-09-21 Thread Dave Belfer-Shevett
On Tue, 21 Sep 2010, Rahul Mohan wrote: Did you take a look at this request through Firebug? It might show some useful info. I haven't, but I'm not sure where this would pin it down. For example, if I use curl to pull the stylesheet rapid fire: curl

Re: Bizarre sporadic problem with streaming a stylesheet.

2010-09-21 Thread Dale Newfield
On 9/21/10 12:36 AM, Dave Belfer-Shevett wrote: LINK REL=StyleSheet href=getConfiguredStylesheet.action type=text/css It shouldn't matter, but the browser might be deciding something wonky based on the fact that that url doesn't end .css...you could either add css as an action extension or

RE: Bizarre sporadic problem with streaming a stylesheet.

2010-09-21 Thread Martin Gainty
. Date: Tue, 21 Sep 2010 11:29:02 -0400 From: d...@newfield.org To: user@struts.apache.org CC: d...@homeport.org Subject: Re: Bizarre sporadic problem with streaming a stylesheet. On 9/21/10 12:36 AM, Dave Belfer-Shevett wrote: LINK REL=StyleSheet href=getConfiguredStylesheet.action type

Re: Bizarre sporadic problem with streaming a stylesheet.

2010-09-21 Thread Dave Newton
On Tue, Sep 21, 2010 at 12:02 PM, Martin Gainty wrote: to ask the unasked question..If Streaming is associated with media types such as audio or video How does one stream a stylesheet? By sending the bytes to the client. Dave

Re: Bizarre sporadic problem with streaming a stylesheet.

2010-09-21 Thread Dale Newfield
On 9/21/10 12:02 PM, Martin Gainty wrote: to ask the unasked question..If Streaming is associated with media types such as audio or video How does one stream a stylesheet? I was assuming he just meant that he wanted to feed the output out from a stream, although you're right -- unless the

Re: Bizarre sporadic problem with streaming a stylesheet.

2010-09-21 Thread Dave Belfer-Shevett
On Tue, 21 Sep 2010, Dale Newfield wrote: On 9/21/10 12:36 AM, Dave Belfer-Shevett wrote: LINK REL=StyleSheet href=getConfiguredStylesheet.action type=text/css It shouldn't matter, but the browser might be deciding something wonky based on the fact that that url doesn't end .css...you could

RE: Bizarre sporadic problem with streaming a stylesheet.

2010-09-21 Thread Dave Belfer-Shevett
On Tue, 21 Sep 2010, Martin Gainty wrote: to ask the unasked question..If Streaming is associated with media types such as audio or video How does one stream a stylesheet? As someone else commented, I'm not actually 'streaming'. What I'm using is a database to source the stylesheet (in the

Re: Bizarre sporadic problem with streaming a stylesheet. [Solved?]

2010-09-21 Thread Dave Belfer-Shevett
So this got weird. I tried everything. Rewrote the method, changed the responses, put debugging all over - nada. I could reproduce the problem by rapid-firing ^R at the browser, and the home would render with the stylesheet about half the time. It was interesting seeing it flip back and

Re: Bizarre sporadic problem with streaming a stylesheet.

2010-09-21 Thread Dale Newfield
On 9/21/10 1:00 PM, Dave Belfer-Shevett wrote: You're returning no header information. That's not the case actually - the http headers are there (curl -i shows them). Is your request going directly to the app server on which this is running, or is some apache httpd/proxy/etc. in between

RE: Bizarre sporadic problem with streaming a stylesheet.

2010-09-21 Thread Martin Gainty
enough strength to push the slug bug Miles and Luna eat a meal of giant celery and bananas the size of surfboards..excerpt from 'Sleeper' Date: Tue, 21 Sep 2010 13:01:57 -0400 From: d...@homeport.org To: user@struts.apache.org Subject: RE: Bizarre sporadic problem with streaming a stylesheet

Re: Bizarre sporadic problem with streaming a stylesheet.

2010-09-20 Thread Rahul Mohan
Dave, Did you take a look at this request through Firebug? It might show some useful info. Also, is the content type proper (text/css) in the request header? I can't see you setting it anywhere. - Rahul From: Dave Belfer-Shevett d...@homeport.org To: user@struts.apache.org Date: 21-09-2010