From: SourceForge.net <no...@so...> - 2006-08-23 19:56:04
|
/mod/phpwsrssfeeds item #1278280, was opened at 2005-09-01 00:51 Message generated for change (Settings changed) made by wendall911 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563513&aid=1278280&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Bug Group: None >Status: Closed >Resolution: Fixed Priority: 8 Submitted By: Shaun Murray (singletrack) Assigned to: Wendall Cada (wendall911) Summary: URL used by phpwsRSSFeeds prevents SafariRSS working Initial Comment: phpwsRSSFeeds redirects the short URL given to a long URL with square brackets in that trips up SafariRSS. eg. http://www.aegisdesign.co.uk/files/phpwsrssfeeds/backend1.php becomes... http://www.aegisdesign.co.uk/index.php? module=phpwsrssfeeds&RSS_BACKEND_MAN_op=view&lay_qui et=1&PHPWS_MAN_ITEMS%5B%5D=1 which Safari knows is RSS so substitutes feed for http... feed://www.aegisdesign.co.uk/index.php? module=phpwsrssfeeds&RSS_BACKEND_MAN_op=view&lay_qui et=1&PHPWS_MAN_ITEMS%5B%5D=1 ...which doesn't work. You get a 'Can't Load Page' error. I've raised this bug with Apple also but who knows when they fix it, of if they do at all. Square brackets in URLs trip up BBCode in most forums when you post urls so they aren't a good idea anyway. A working URL for Safari is... feed://www.aegisdesign.co.uk/index.php? module=phpwsrssfeeds&RSS_BACKEND_MAN_op=view&lay_qui et=1&PHPWS_MAN_ITEMS=1 So does... feed://www.aegisdesign.co.uk/files/phpwsrssfeeds/backend1.php Since I see around 10% of users using Safari on some sites (not just Mac ones), that's a pressing problem. The same site saw IE6 at 48.5% - Yeah! First time I've seen IE sub 50% in years. Incidentally, the feed doesn't work in Firefox at all because of html entity problems - an é in the feed. There's another bug raised on that one already. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563513&aid=1278280&group_id=81360 |