|
From: Ryan J. M. <ry...@da...> - 2008-06-25 02:28:36
|
I just committed a IIOImageProvider that could be useful if you need/ want to handle image data. However, in the process I came across an issue when trying to throw a WebApplictaionException from the provider. The provider handles image/* since if you may have an ImageIO plugin to read additional image formats beyond what the stock JDK offers. If the provider cannot read the image, it attempts to throw a WebApplictaionException issuing a 406 response with the list of variants that the provider can support. However, the client always gets a 400 response. I have logged the defect here: http://jira.jboss.com/jira/browse/RESTEASY-63 Additionally, I also made some tweaks to the pom's by adding more project information and additional reports. Ryan- |