Parameters with space result in URL truncation of REST reque
I have a REST resource with a parameter /groups/{groupName}?username=user. If groupName has a space in it, an exception is thrown and then the actual request that is sent is truncated (notice most of ...
I think that the issues is with https://<server>:9443 the colon ":" which does not make sense, I tried the same rest request on 3.6.1 without the port number and it worked fine.