-
Notifications
You must be signed in to change notification settings - Fork 123
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
TCK requires specific response header case #1267
Comments
|
@yawkat Do you really discuss the "Accept" header? The link points to the code handling the "Allow" header. |
Yep, I meant allow |
@yawkat So you say that the test expects the "Allow" but not "allow", or do you say the test expects "GET" but not "get"? |
It expects I think method is case sensitive so the matching logic there is fine. |
Yes, field names are case-insensitive and the test should allow "allow". |
@alwin-joseph Do you have time to fix this one? Not sure why |
Sure. This challenge can be resolved by fixing the test (instead of excluding) as per https://jakarta.ee/committees/specification/tckprocess/ . @yawkat Which version of restful-ws TCK test is challenged here ? |
@spericas @jansupol Considering that we need to address this test challenge for TCK 4.0, which branch do you suggest we make the changes ? We had |
Branch |
Seems to me that this needs to go into two branches (dual maintenance). |
+1 to two branches, 4.0.0 and main. |
Indeed. |
ee.jakarta.tck.ws.rs.spec.resource.requestmatching.JAXRSClientIT#optionsOnSubResourceTest requires that the Allow response header is uppercase: https://github.com/jakartaee/rest/blob/main/jaxrs-tck/src/main/java/ee/jakarta/tck/ws/rs/spec/resource/requestmatching/JAXRSClientIT.java#L432
The text was updated successfully, but these errors were encountered: