On Wed, Nov 11, 2009 at 09:22:01AM -0800, Michael McDaniel wrote: > And the firefox URL shows an actual space and not %20 ?
Firefox shows a space, but sends %20 (as shown by couchdb logs or tcpdump) > I'll posit that \"one+two\" or \"one%20two\" works from curl. It does. However the reported issue is that \"one two\" is handled in an ungraceful or confusing way.
