google-code-export / bibapp

Automatically exported from code.google.com/p/bibapp
Other
0 stars 0 forks source link

Ampersands not encoded in searchs #124

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Find or enter a work in a journal with an ampersand in the title (e.g.,
Feminism & Psychology
2. Click the "Local library like - Find it" button
3.

What is the expected output? What do you see instead?

Expected: A search on the journal "Feminism and Psychology"

Actual: A search on the journal "Feminism".  Since the ampersand in journal
title is not encoded in the url, it breaks the query string.

What version of the product are you using? On what operating system?

Bibapp:  1.0RC1
Browser: Firefox 3.5.3
OS: Mac OS 10.5.8

Please provide any additional information below.

Original issue reported on code.google.com by steambad...@gmail.com on 21 Oct 2009 at 6:46

GoogleCodeExporter commented 9 years ago

Original comment by waingram on 24 Nov 2009 at 3:38

GoogleCodeExporter commented 9 years ago
Fixed by escaping the journal title. 

E.g., "Feminism+%26+Psychology"

-Bill

Original comment by waingram on 18 Dec 2009 at 9:14