]
Jan Kalina closed WFCORE-3713.
------------------------------
Resolution: Out of Date
HttpClientURLConnection breaks the TCK
--------------------------------------
Key: WFCORE-3713
URL:
https://issues.jboss.org/browse/WFCORE-3713
Project: WildFly Core
Issue Type: Bug
Reporter: Stuart Douglas
Assignee: Jan Kalina
Priority: Blocker
As this does not match the behaviour of the JDK HttpUrlConnection some tests in TCK7 no
longer work. The particular behaviour in this case is that GET requests are not
automatically changed to POST requests if doInput is called, however looking at the class
it looks like there is a massive amount of behaviour that is not consistent.
This is a big problem, as any customer that is relying on the behaviour of the JDK client
have to modify their application.