Closed
Bug 329951
Opened 20 years ago
Closed 20 years ago
"%s" in quick search should disable redirect
Categories
(Firefox :: Bookmarks & History, defect, P3)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
WORKSFORME
Firefox 2 beta1
People
(Reporter: math.parent, Assigned: brettw)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060308 Firefox/1.6a1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060308 Firefox/1.6a1
.
Reproducible: Always
Steps to Reproduce:
1. Create a new bookmark having :
- Location: http://packages.qa.debian.org/common/index.html?src=%s
- Shortcut: dp
2. Type "dp firefox" in the location bar
Actual Results:
It opens http://packages.qa.debian.org/%/firefox.html
Expected Results:
It should open http://packages.qa.debian.org/f/firefox.html
Reason for this is that http://packages.qa.debian.org/common/index.html?src=abcd is redirected to http://packages.qa.debian.org/a/abcd.html (http status 302 redirect).
Updated•20 years ago
|
Assignee: nobody → brettw
Priority: -- → P3
Target Milestone: --- → Firefox 2 beta1
| Assignee | ||
Comment 1•20 years ago
|
||
Does 1.5 handle this case the way you want?
| Reporter | ||
Comment 2•20 years ago
|
||
Works with Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050922 Firefox/1.0.7 (Debian package 1.0.7-1), don't know with 1.5.
Linked with Bug 329983 ?
| Assignee | ||
Comment 3•20 years ago
|
||
The 302 redirect bug you mentioned only has to do with presentation in the history view.
I can not reproduce this bug. I created a keyword in the database manually and it worked. I created the keyword in 1.5 and imported it into the latest places build and it worked. Can you retest with the latest build?
Did you import this from seamonkey? Perhaps it is not importing correctly. If so, can you attach a bookmarks.html created with seamonkey that causes this problem? (You can probably delete all the bookmarks but the one in question)
| Reporter | ||
Comment 4•20 years ago
|
||
Couldn't reproduce the bug. So marking WorksforMe
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Comment 5•16 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
You need to log in
before you can comment on or make changes to this bug.
Description
•