Skip to content
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

Modified interoperability protocol #203

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

rachmatowicz
Copy link
Collaborator

This is a modification of the PR for https://issues.redhat.com/browse/WEJBHTTP-106 which:

  • introduces an HttpHandler which allows decoupling the two key functions of the interoperability protocol:
    (1) determining the protocol version to be used via a handshake between client and server on the first request
    (2) sending the correct protocl ersion to the server via the request context path
  • fixes the problem of the first request in a connection pool being returned by a component other than the /ejb, /naming or /txn service handlers which breaks the protocol handshake

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants