ari-ban / issue-test

0 stars 0 forks source link

HTTP/2 isn't working with port unification. #1933

Closed arinban closed 7 years ago

arinban commented 7 years ago

See https://github.com/javaee/glassfish/issues/21764.

At first glance, my guess is because the session output stream uses connection.write() vs filterchaincontext.write() we lose the original context that the port unification is looking for and hence the NPE.

arinban commented 6 years ago
arinban commented 7 years ago

@rlubke Commented We're not going to address this issue for 2.4. Grizzly 3.0 has a connection-based port unification approach vs request/response as is done in 2.4. We'll document this decision.