When typing a single space in an autocomplete textfield (e.g. node author),
a request to http://example.com/user/autocomplete/%20 is made, which doesn't even seem to reach index.php and raises a 403 error.

CommentFileSizeAuthor
#4 226730.test_.txt1.04 KBvladimir.dolgopolov

Comments

damien tournoud’s picture

Unable to reproduce here.

Does a GET to http://example.com/user/autocomplete/%20 returns something meaningful?

redndahead’s picture

I can't reproduce here either.

yched’s picture

Strange.
Browsing to http://example.com/user/autocomplete/%20 does get me a 403.
Well, probably something on my local config...

vladimir.dolgopolov’s picture

StatusFileSize
new1.04 KB

I can't reproduce here either, but I've created the test (226730.test.txt) and have got the 403 Error in it.
The test made for Simpletest module.

vladimir.dolgopolov’s picture

Component: javascript » other

I go to http://localhost:8038/abracdabra/%20 (my tests sandbox) and have got 403 again.
So it's looks like a local config issue, agreed with #3. And it's not a javascript issue.

yched’s picture

Status: Active » Closed (won't fix)

Right. And thus not a drupal issue either, AAMOF.
Closing, sorry about that.

dave reid’s picture

Status: Closed (won't fix) » Closed (duplicate)