esbtools / event-handler

Notification in, document out.
GNU General Public License v3.0
3 stars 6 forks source link

Encode slashes (/) in lock resourceIds #75

Closed alechenninger closed 7 years ago

alechenninger commented 7 years ago

URL encoding will turn them into %2F, however JBoss by default does not accept URL encoded slashes for security reasons.

We will have to pay attention to what we encode them to, so we don't make different resourceIds look the same after encoding.

alechenninger commented 7 years ago

I think this should actually be fixed in the client https://github.com/lightblue-platform/lightblue-client/issues/324