Subject: | MIME type problem of generated RSS |
Problem
* The MIME type of generated RSS is text/html rather than text/xml or application/xml, according to the following report generated from wget's output. The same situation happened to my Firefox 1.0.4 running on Window XP.
Environment
* Kwiki 0.38, Spiffy 0.24, Kwiki::RecentChangesRSS 0.06
* Linux 2.4.20-20.7smp i686, apache 1.3.33, mod_perl 1.29
* perl 5.8.7
Report
--------------------------------------------------------------
[root@crooks root]# wget http://xxx.xxx.xxx.xxx/kwiki/index.cgi?action=RecentChangesRSS --save-header -q -O rss
[root@crooks root]# grep Content-Type rss
Content-Type: text/html; charset=UTF-8
--------------------------------------------------------------