Hi,

I agree, this is not a legal URL.  But the thing is that cocoon itself is
sending the unescaped URL.  That is why I thought I am not using the right
tools from cocoon.

mirko


Quoting Chris Hostetter <[EMAIL PROTECTED]>:

>
> : java.io.IOException: Server returned HTTP response code: 505 for URL:
> : http://hostname/solr/select/?q=a b
> :
> :
> : The interesting thing is that if I access http://hostname/solr/select/?q=a
> b
> : directly it works.
>
> i don't know anything about cocoon, but that is not a legal URL, URLs
> can't have spaces in them ... if you type a space into your browser, it's
> probably being nice and URL escaping it for you (that's what most browsers
> seem to do now a days)
>
> i'm guessing Cocoon automaticaly un-escapes the input to your app, and you
> need to re-URL escape it before sending it to Solr.
>
>
>
>
> -Hoss
>


Reply via email to