[webkit-dev] What does Safari do when it gets an RSS feed?

David D. Kilzer ddkilzer at kilzer.net
Tue Jul 11 19:15:28 PDT 2006


It seems a bit odd that the same cookie is set four times.  What's  
the "X-Actual-Host" header for?  What did the original request  
headers from Safari look like?

Have you used a packet sniffer like Ethereal or tcpdump to find out  
what the traffic looks like between your development server and  
Safari?  Have you compared them to traffic to your production server?

Do you have proper DNS entries set up (both forward and reverse) for  
your internal server on your internal network?

Dave


On Jul 11, 2006, at 8:24 PM, Rick Mann wrote:

> Sorry if this is not the right forum for a question like this. It  
> *could* be a bug in Safari, but our production RSS feed seems fine  
> (see http://keepmedia.com/).
>
> We're experiencing a situation where Safari begins to load our RSS  
> feed, and then suddenly redirects to http://rss/. Obviously, this  
> is not correct. I've included a snippet of the feed below, withe  
> bulk of the items removed. Does anyone see anything that would  
> cause Safari to redirect.
>
> ----------
> HTTP/1.1 200 OK
> Server: Resin/3.0.14
> Cache-Control: private
> X-Actual-Host: twinaero.corp.keepmedia.int (192.168.1.143)
> Set-Cookie: customer_id=636377; path=/; expires=Fri, 11-Aug-2006  
> 01:14:25 GMT
> Set-Cookie: customer_id=636377; path=/; expires=Fri, 11-Aug-2006  
> 01:14:25 GMT
> Set-Cookie: customer_id=636377; path=/; expires=Fri, 11-Aug-2006  
> 01:14:25 GMT
> Set-Cookie: customer_id=636377; path=/; expires=Fri, 11-Aug-2006  
> 01:14:25 GMT
> Set-Cookie: JSESSIONID=c2p1lnq6sscMVitGXq; path=/
> Content-Type: text/xml; charset=utf-8
> Transfer-Encoding: chunked
> Date: Wed, 12 Jul 2006 01:14:25 GMT
>
> 1722
> <?xml version="1.0" encoding="UTF-8"?>
> <rss version="2.0">
>
> <channel>
>         <title>KeepMedia: Home</title>
>         <link>http://localhost/topics/</link>
>         <description>
>                 Home materials available through KeepMedia.
>         </description>
>
>         <generator>http://www.keepmedia.com/</generator>
>         <language>en</language>
>
>
>                 <item>
>                         <title>10 Things You Don&#039;t Know About  
> Women</title>
>                         <link>http://localhost/pubs/Esquire/ 
> 2003/11/01/279725?extId=10029</link>
>                         <pubDate>Sat, 01 Nov 2003 00:00:00 PST</ 
> pubDate>
>
>
>                         <guid isPermaLink="true">http://localhost/ 
> pubs/Esquire/2003/11/01/279725</guid>
>                         <description><![CDATA[
>                                 <p>1.   Women are innately self- 
> conscious. This is not a choice; it&#039;s a genderwide condition.  
> On a bad day, I look in the mirror and see my ten-pound-heavier  
> alter ego. Her name is Bertha. On a really bad day, Bertha sees her  
> two-hundred-pound-heavier alter ego. Her name is Brian Dennehy.</p>
>
>
>                         ]]></description>
>
>                 </item>
>
>
>                 <item>
>                         <title>Remembrance of Books Past</title>
>                         <link>http://localhost/pubs/ 
> OpinionJournal.com/2004/04/23/356242?extId=10029</link>
>                         <pubDate>Fri, 23 Apr 2004 14:57:38 PDT</ 
> pubDate>
>
>
>                         <guid isPermaLink="true">http://localhost/ 
> pubs/OpinionJournal.com/2004/04/23/356242</guid>
>                         <description><![CDATA[
>                                 <p>You could write your own sequel  
> to &quot;Fahrenheit 451.&quot;</p>
>
>
>                         ]]></description>
>
>                 </item>
>
>
> </channel>
> </rss>
>
> 0
> ----------
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at opendarwin.org
> http://www.opendarwin.org/mailman/listinfo/webkit-dev




More information about the webkit-dev mailing list