DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
The following additional interceptor-ref configuration , suggested by John Wilander, should mitigate the problem when applied correctly, allowing only simple navigational expression:
| Code Block |
|---|
<interceptor-ref name="params"> <param name="acceptParamNames">\w+((\.\w+)|(\[\d+\])|(\['\w+'\]))*</param> </interceptor-ref> |
...