Closed alechenninger closed 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.
I think this should actually be fixed in the client https://github.com/lightblue-platform/lightblue-client/issues/324
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.