-
Bug
-
Resolution: Done
-
Minor
-
3.0-beta-4
-
None
While playing with SerializableProvider in RestEASY beta 3 I got errors due to a MediaType being changed to "application/x-java-serialized-object;charset=UTF-8" by a global servlet Spring filter. Charset is useless but I think the @Provider should use MediaType.isCompatible instead of String equals.