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.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 226730.test_.txt | 1.04 KB | vladimir.dolgopolov |
Comments
Comment #1
damien tournoud commentedUnable to reproduce here.
Does a GET to http://example.com/user/autocomplete/%20 returns something meaningful?
Comment #2
redndahead commentedI can't reproduce here either.
Comment #3
yched commentedStrange.
Browsing to http://example.com/user/autocomplete/%20 does get me a 403.
Well, probably something on my local config...
Comment #4
vladimir.dolgopolov commentedI 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.
Comment #5
vladimir.dolgopolov commentedI 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.
Comment #6
yched commentedRight. And thus not a drupal issue either, AAMOF.
Closing, sorry about that.
Comment #7
dave reidThis is a duplicate of #284887: Check for access to autocomplete paths during form building.