Skip to content
Commit 0fc7b008 authored by Nigel Cunningham's avatar Nigel Cunningham
Browse files

Add support for spaces.



Prior to this commit, spaces caused a redirect on our Ajax POSTs,
turning them into GETs. This confused the callback, making it think
the call was non-ajax. This patch adds support for checking whether a
path will be rewritten by spaces. If so, we seek to rewrite the callback
to the 'correct' version so the POST can continue.

Signed-off-by: default avatarNigel Cunningham <nigel@nigelcunningham.com.au>
parent 17b8d17c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment