|
Code like this: @Produces({"text/xml; subtype=gml/3.1.1"})
Leads to a deployment time error on GlassFish 3.1: INFO: Initiating Jersey application, version 'Jersey: 1.5 01/14/2011 12:36 PM'
The unusual media type is an OGC requirement for WebFeatureService; the CITE test assertion is:
|
|
On Jun 6, 2011, at 10:46 AM, [hidden email] wrote:
-- Santiago |
|
In reply to this post by jonathan.lister
Hi Jonathan,
the "subtype=gml/3.1.1" in your content type is considered a media type parameter (see [1]), and it's value can not contain slashes. Can you please double check, the content type value is as requested by the specification you quoted? ~Jakub [1]http://www.faqs.org/rfcs/rfc1521.html On 06/06/2011 04:46 PM, [hidden email] wrote:
|
|
Thanks for the tip Jakub.
After reading the MIME rfc I agree with you that the
forward slash is not allowed in the media type parameter.
However, that is certainly what the OGC WFS specification
seems to mandate - and also what the reference implementation does - one
extract from the OGC specification document:
"Any GML document generated by a WFS implementation, in
response to a query where the outputFormat is the MIME type text/xml;
subtype=gml/3.1.1, must reference an appropriate GML application schema document
so that the output can be validated."
http://www.opengeospatial.org/standards/wfs document 04-094
My
next step is to post a question about this
on the OGC Forum ;-)
Jonathan
From: Jakub Podlesak [mailto:[hidden email]] Sent: 07 June 2011 10:48 To: [hidden email] Subject: [Jersey] Re: Media type parse error the "subtype=gml/3.1.1" in your content type is considered a media type parameter (see [1]), and it's value can not contain slashes. Can you please double check, the content type value is as requested by the specification you quoted? ~Jakub [1]http://www.faqs.org/rfcs/rfc1521.html On 06/06/2011 04:46 PM, [hidden email] wrote:
|
| Powered by Nabble | Edit this page |
