I can't reproduce this with my blog: http://www.feedvalidator.org/check.cgi?url=http%3A%2F%2Fscottstuff.net%2Fblog%2Fxml%2Frss20%2Ffeed.xml
Are you doing anything unusual? Did you re-enable the page cache or anything like that, or are you running a straight Typo 4.0.1 install? Scott On 8/10/06, Scott Laird <[EMAIL PROTECTED]> wrote: > You mean you're getting a bad content-type? The code shouldn't have > changed, but I'll retest. > > 4.0.2 will probably be out today anyway, to go along with Rails 1.1.6. > > > Scott > > On 8/10/06, Paul Barry <[EMAIL PROTECTED]> wrote: > > This page caching problem with the RSS feeds seems to be back in 4.0.1. I > > thought I had tested it with 4.0.0 and it was not a problem, but it > > definately is again now. I'm using Apache 2, mod_proxy and typo 4.0.1 with > > mongrel and sqlite. Any idea why this is happening? > > > > > > On 7/12/06, Paul Barry <[EMAIL PROTECTED]> wrote: > > > > > > Ah, page caching is definately the problem. If I flush the cache, and run > > it through feed validator, it works fine the first time. Then, subsequent > > hits to the page say the type text/html. I am using apache mod_proxy and > > mongrel and the latest typo gem 3.99.3. > > > > > > > > > > > > On 7/12/06, Scott Laird < [EMAIL PROTECTED]> wrote: > > > > Your sever doesn't really have much to do with this, except when page > > > > caching is turned on (which is a whole *other* pain in the neck). We > > > > should be explicitly setting the content type and encoding when we're > > > > generating data, and then making sure that the action cache does the > > > > right thing when it replays old data. > > > > > > > > > > > > Scott > > > > > > > > On 7/12/06, Steve Longdo <[EMAIL PROTECTED] > wrote: > > > > > Make sure the xml mime-type is in your server's config. If you use > > the > > > > > default lighttpd one I don't think it is in there. Add this to > > > > > /config/lighttpd.conf mime-types section: > > > > > > > > > > ".xml" => "text/xml", > > > > > > > > > > > > > > > On 7/12/06, Paul Barry < [EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > > > I can't add the URL for my typo (3.99.1) blog into gmail web clips. > > When I > > > > > used feedvalidator.org at this url > > > > > > > > > > > > http://www.feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.paulbarry.com%2Fxml%2Frss20%2Ffeed.xml > > > > > > > > > > The warnings I get are: > > > > > > > > > > - Feeds should not be served with the "text/html" media type > > > > > - Your feed appears to be encoded as "UTF-8", but your server is > > reporting > > > > > "US-ASCII" > > > > > > > > > > Do you think these are the problem? Can I fix these errors in typo? > > > > > > > > > > > > > > > _______________________________________________ > > > > > Typo-list mailing list > > > > > [email protected] > > > > > http://rubyforge.org/mailman/listinfo/typo-list > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > Thanks, > > > > > -Steve > > > > > http://www.stevelongdo.com > > > > > _______________________________________________ > > > > > Typo-list mailing list > > > > > [email protected] > > > > > http://rubyforge.org/mailman/listinfo/typo-list > > > > > > > > > > > > > > _______________________________________________ > > > > Typo-list mailing list > > > > [email protected] > > > > http://rubyforge.org/mailman/listinfo/typo-list > > > > > > > > > > > > > > > > _______________________________________________ > > Typo-list mailing list > > [email protected] > > http://rubyforge.org/mailman/listinfo/typo-list > > > > > _______________________________________________ Typo-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/typo-list
