You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assume I have changed my context path in my installation from "/1.0/kb/" to "/api/v1/", then i am using Java client to make requests, this end up in 404 or null response from client lib.
Probably we can create a property that picks up the context path from application configuration instead of hardcoding this in client lib to resolve this issue!!
The text was updated successfully, but these errors were encountered:
Assume I have changed my context path in my installation from "/1.0/kb/" to "/api/v1/", then i am using Java client to make requests, this end up in 404 or null response from client lib.
Probably we can create a property that picks up the context path from application configuration instead of hardcoding this in client lib to resolve this issue!!
The text was updated successfully, but these errors were encountered: