-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] In v1/updateContext if servicePath exceed the max length allowed #1774
Comments
It would be better to use JSON encoding for these tests, as XML is deprecated. |
Yes, a forget the Accept header, but the request is in json encoding I have tried with
|
These tests are in:
|
to check and close |
LGTM
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similar to #1423
The servicePath allowed ten levels with 50 char each one, but now if we use 50 or more in several levels, ex: /tester1testcom/12345678901234567890123456789012, it is returned an error. Reference: #1764.
Append Request
Append response
If we try to use the same previous request, returns an error, but if we reduce the
service-Path
length, works perfectly.Append response
The text was updated successfully, but these errors were encountered: