FS#16269 - Package search doesn't work properly if one package is found

Attached to Project: Arch Linux
Opened by Vitaliy Berdinskikh (UR6LAD) - Saturday, 19 September 2009, 22:00 GMT
Last edited by Eric Belanger (Snowman) - Saturday, 19 September 2009, 23:26 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
===============================================
If you search package from main site page.

If one package is found browser shows the file save dialog.

Seach from main page:
---------------------
> GET /packages/?q=aby HTTP/1.1

< HTTP/1.1 302 FOUND
< Location: http://www.archlinux.org/packages/community/i686/abyssws/
< Content-Type: text/html; charset=utf-8

> GET /packages/community/i686/abyssws/ HTTP/1.1

(only one line)
< HTTP/0.9 200 OK


Manually typed address:
-----------------------
> GET /packages/community/i686/abyssws/ HTTP/1.1
< HTTP/1.1 200 OK
< Content-Type: text/html; charset=utf-8

Additional info:
===============================================
Browser: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3) Gecko/20090913 Shiretoko/3.5.3

Steps to reproduce:
===============================================
1. Type 'aby' in the search form and press Enter
2. Browser shows the save file dialog (the package abyssws is found).
This task depends upon

Closed by  Eric Belanger (Snowman)
Saturday, 19 September 2009, 23:26 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#16134 
Comment by Vitaliy Berdinskikh (UR6LAD) - Saturday, 19 September 2009, 22:03 GMT
Manually typed address was http://www.archlinux.org/packages/community/i686/abyssws/
I have no idea why response has another HTTP version and doesn't contains Content-type field.
Comment by Gerardo Exequiel Pozzi (djgera) - Saturday, 19 September 2009, 22:10 GMT
 FS#16134  - 302 and depency problem of http://www.archlinux.org/packages/

Loading...