Closed
Bug 543256
Opened 16 years ago
Closed 16 years ago
URI to RSS feeds are incorrectly handled if Firefox uses a proxy server
Categories
(Firefox Graveyard :: RSS Discovery and Preview, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 367432
People
(Reporter: amhoyle, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2) Gecko/20100115 Firefox/3.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2) Gecko/20100115 Firefox/3.6
URIs to RSS feeds are mishandles if the user connects via a proxy server and attempts to access an RSS feed by clicking the orange RSS button in the Location bar.
Reproducible: Always
Steps to Reproduce:
1. Ensure your browser is configured to use a proxy server.
2. Navigate to http://news.bbc.co.uk/1/hi/technology/8488751.stm
3. Click the orange rss feed button in the Location bar.
4. The URI is malformed.
Actual Results:
feed://http//newsrss.bbc.co.uk/rss/newsonline_uk_edition/technology/rss.xml
Expected Results:
http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/technology/rss.xml
There are two methods in the FeedConverter.js file which are supposed to handle the conversion of URIs in the form:
feed://http//newsrss.bbc.co.uk/rss/newsonline_uk_edition/technology/rss.xml
and convert them to
http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/technology/rss.xml
However this method does not appear to function when the browser is instructed to connect to the internet via a proxy server.
Updated•16 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•