tamaramata / solrnet

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

SolrNet Doesn't Escape Forward Slash #182

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a SolrQueryByField without spaces and with a forward slash (/)
2. Receive 400 bad request from Solr.

What is the expected output? What do you see instead?
Forward slash should be escaped.

It appears that the regular expression at 
SolrNet.Impl.QuerySerializers.QueryByFieldSerializer is missing an entry for a 
forward slash.

Original issue reported on code.google.com by ke...@deenanauth.com on 18 Jun 2012 at 6:07

GoogleCodeExporter commented 8 years ago
https://github.com/mausch/SolrNet/pull/54

Original comment by mauricio...@gmail.com on 25 Jul 2012 at 3:09