Russian3434 / hackbar

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

+ (%2b) character isn't posted correctly. #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. use the hackbar with Solr and this kind of urls : 
http://...facet.date=date&f.date.facet.date.gap=%2B1DAY
2. note the '+' isn't a URL encoded space (' ') but the '+' character the 
server expects
3. Load/Split URL (note the splitted URL contains the literal '+' character 
(which seems correct)
4. Execute the query (note the literal '+' (not encoded) in the location bar 
which does NOT seem correct)
5. SolR complains (it caught a space instead of a '+')

with the HackBar 1.4.5

Original issue reported on code.google.com by raphael....@gmail.com on 12 Aug 2010 at 12:19

GoogleCodeExporter commented 8 years ago
sorry for dup (google 500 + reload)

Original comment by raphael....@gmail.com on 12 Aug 2010 at 12:19

GoogleCodeExporter commented 8 years ago

Original comment by pedlag...@gmail.com on 14 Aug 2010 at 3:04