You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To have it %5E-ed, you'll need to replace that '^' everywhere in the code to '%5E'. I suppose that'd make sense too.
On the other hand, I never saw anyone complaining about that either so I'm wondering why this version of Tomcat is behaving? Anyone had trouble like this one?
I'm using Tomcat ver 7.0.52.0 and it is failing when accesing to
/solr/unience/select?q=best&defType=dismax&qf=s_name^1.3%20s_shortName^1.4%20s_isin^1.5%20s_managementCompany^1.2&start=0&rows=10&wt=json
but it works when accessing to
/solr/unience/select?q=best&defType=dismax&qf=s_name%5E1.3%20s_shortName%5E1.4%20s_isin%5E1.5%20s_managementCompany%5E1.2&start=0&rows=10&wt=json
Is there any configuration option to be sure "^" becomes %5E" on the request? Thank you
The text was updated successfully, but these errors were encountered: