Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: JiBX/WS 0.9
-
Component/s: JiBX/WS
-
Labels:None
-
Number of attachments :
Description
When using with Spring/WS client:
SEVERE: Servlet.service() for servlet soap_servlet threw exception
javax.servlet.ServletException: No supported media type in
Accept-Type from request: text/html, image/gif, image/jpeg, *;
q=.2, /; q=.2
at
org.jibx.ws.server.http.WsServletDelegate.doPost(WsServletDelegate.java:124)
at org.jibx.ws.server.http.WsServlet.doPost(WsServlet.java:76)
The JiBX/WS server should match on the * or / types.
Fixed wildcard issue in JiBX/WS.
Spring/WS issue with invalid wildcard of *, has been reported and fixed - http://jira.springsource.org/browse/SWS-520.