Forum Discussion
gvalenc
14 years agoNew Contributor
So I think this is not related to the space in the URL but actually caused by having too complex a path in the endpoint. If I have anything beyond the host and port in the endpoint, e.g. https://<server>:<ip>/myapp_ui/jaxrs, and then create resources based on this, I see the truncation occur.
If I limit the endpoint to just https://<server>:<ip> and modify the resources to prepend /myapp_ui/jaxrs, it works fine. I didn't see anything in the docs that required the endpoint to be limited in such a way though.
If I limit the endpoint to just https://<server>:<ip> and modify the resources to prepend /myapp_ui/jaxrs, it works fine. I didn't see anything in the docs that required the endpoint to be limited in such a way though.