[
https://issues.apache.org/jira/browse/WINK-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryant Luk resolved WINK-195.
-----------------------------
Resolution: Fixed
Fix Version/s: 1.1
Assignee: Bryant Luk
Applied the patch but after some testing I think the evaluatePreconditions()
should only return a Response 412 status code if "If-Match" header is present.
"If-None-Match" header or other precondition headers are present, then that's
ok and the method should return null to be consistent with all other evalute*
methods.
Let me know if you disagree.
Also, this patch updated to JAX-RS 1.1 and there were a few tests that started
failing due to that so I corrected those. And in one slightly prior commit, I
made the runtime tolerate "If-Match: *" for a HTTP Header. Note that normally
entity tags are quoted except the wildcard.
> JAX-RS 1.1 support: C007
> -------------------------
>
> Key: WINK-195
> URL: https://issues.apache.org/jira/browse/WINK-195
> Project: Wink
> Issue Type: Improvement
> Reporter: Mike Rheinheimer
> Assignee: Bryant Luk
> Fix For: 1.1
>
> Attachments: WINK-195.patch
>
>
> Need support for C007 at
> http://jcp.org/aboutJava/communityprocess/maintenance/jsr311/311ChangeLog.html
> This one my be difficult, as it may require client applications to be
> recompiled? Can we keep backward compatibility?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.