Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.2, 3.0.5, 3.1.1
-
Component/s: Tooling
-
Labels:None
-
Environment:
CentOS 6.6, Java
java version "1.7.0_71"
OpenJDK Runtime Environment (rhel-2.5.3.2.el6_6-x86_64 u71-b14)
OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)
-
Estimated Complexity:Unknown
Description
The wadl2java tool, with the supportMultipleXmlReps option, generates the wrong @Consumes annotation values for each of the POST methods that have multiple representations. The annotation for all of the methods contains all of the media types instead of the single media type that is appropriate for the specific method.
I've tested the versions listed in the affected versions field, but it likely applies to other versions as well.