Closed
Bug 435140
Opened 16 years ago
Closed 13 years ago
Live Bookmarks doesn't prompt for HTTP Auth login info
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 254534
People
(Reporter: swordfreak, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008051206 Firefox/3.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008051206 Firefox/3.0
I only noticed this issue when a web site that i use Switched to
login-required for the RSS feed. if i goto the RSS (clicking the Icon in the
Address bar) it asks to login, not via a web page, but a Dialog Box like
when accessing a Linksys Router. It will save my prefrence until i close
the browser, then when i return, i have to either repeate the RSS login, or
ignore it and use a standard Bookmark to acess the site.
I use a bypass that seems to work:
http://User:Pass@url.com/rss-token=######
this works, but it is non-obvious and likewise general users will not figure this out
Reproducible: Always
Steps to Reproduce:
1.open page with login-RSS Feed
2.Add to navigation bar
3.restart Firefox and access livebookmark
Actual Results:
Message "live bookmark failed to load" in menu
Expected Results:
a listing of feeds
Updated•16 years ago
|
Component: Bookmarks → Places
QA Contact: bookmarks → places
Comment 1•16 years ago
|
||
Do you have Fx set to "Remember passwords for sites" in Options > Security? If so, did you choose to have Fx "Remember" the feed site log-in info? (Is it in your Saved Passwords?)
yes, in fact, i show 3 saved passowrds for that site. one for the main page, one for https, and one for the rss. the only benefit the rss password gives is when the dialog shows, my password is filled in for me
Comment 3•16 years ago
|
||
Places is requesting the feed by opening an HTTP channel, but I'd guess offhand that it's running into same the problem described in bug 425078 comment 8 and on. Authentication prompts from chrome are generally suppressed, because otherwise you get prompts popping up at random times.
Some thoughts/options:
1) Just mark this as wontfix, and not support authenticated feeds. (They'd be of limited use anyway, because feed readers like Google's couldn't access them, and there's probably an argument to be made about not encouraging people to hand off their credentials to a 3rd party for access).
2) Only prompt for auth when manually updating the feed. Limits the usefulness of such feeds (you'd have to remember to kickstart them once per browser session), but it at least makes it possible.
3) Block on bug 223636. If the user has a stored login and has marked it for automatic use, then use it without prompting. Otherwise fail as we do today. [This could also be implemented in a Places-specific was by overriding the authentication callbacks, but probably isn't worth the hassle.]
4) Just show the auth prompt, and "oh well" to the problem of randomly appearing prompts.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Live Bookmarks Doesn't save login info → Live Bookmarks doesn't prompt for HTTP Auth login info
Comment 4•15 years ago
|
||
Bug 451915 - move Firefox/Places bugs to Firefox/Bookmarks and History. Remove all bugspam from this move by filtering for the string "places-to-b-and-h".
In Thunderbird 3.0b, you do that as follows:
Tools | Message Filters
Make sure the correct account is selected. Click "New"
Conditions: Body contains places-to-b-and-h
Change the action to "Delete Message".
Select "Manually Run" from the dropdown at the top.
Click OK.
Select the filter in the list, make sure "Inbox" is selected at the bottom, and click "Run Now". This should delete all the bugspam. You can then delete the filter.
Gerv
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•