We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to the official spec (T-REC-T.808-200501) in sections B.2., C.3.1 and K.5.2 a JPIP server should support stateless requests.
If stateless requests are sent to ESA JPIP it replies with
(500) Internal Server Error Invalid request (channel parameter not found)
The server incorrectly checks parameters, as seen from
esajpip-SWHV/esajpip/esajpip/src/client_manager.cc
Line 200 in bcb434b
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to the official spec (T-REC-T.808-200501) in sections B.2., C.3.1 and K.5.2 a JPIP server should support stateless requests.
If stateless requests are sent to ESA JPIP it replies with
The server incorrectly checks parameters, as seen from
esajpip-SWHV/esajpip/esajpip/src/client_manager.cc
Line 200 in bcb434b
The text was updated successfully, but these errors were encountered: