Java Rest API

时间:2017-09-25 14:13:41

标签: java spring rest http-headers mime-types

我有一个提供Rest API的Spring Boot应用程序。

调用时有时不响应(“服务器没有响应”),我在日志中找到的所有内容如下:

  

2017-09-25 13:15:58.152 ERROR 28361 --- [o-8080-exec-245] o.a.c.c.C。[。[。[。[dispatcherServlet]:servlet的Servlet.service()[   dispatcherServlet]在path []的上下文中引发异常[请求处理失败;嵌套异常是org.springframework.http。   InvalidMediaTypeException:无效的mime类型“ / \ r \ nAccept-Language:zh-cn \ r \ nUser-Agent:Mozilla / 5.0(Windows NT 6.1; WOW64)Apple   WebKit / 537.36(KHTML“:通配符类型仅在” / “(所有mime类型)中是合法的]具有根本原因

     

org.springframework.util.InvalidMimeTypeException:无效的mime类型“ / \ r \ nAccept-Language:zh-cn \ r \ nUser-Agent:Mozilla / 5.0(Wind)   ows NT 6.1; WOW64)AppleWebKit / 537.36(KHTML“:通配符类型仅在' / '中合法(所有mime类型)           在org.springframework.util.MimeTypeUtils.parseMimeType(MimeTypeUtils.java:264)〜[spring-core-4.3.6.RELEASE.jar!/:4.3.6.RELE   ASE]           在org.springframework.http.MediaType.parseMediaType(MediaType.java:449)〜[spring-web-4.3.6.RELEASE.jar!/:4.3.6.RELEASE]           在org.springframework.http.MediaType.parseMediaTypes(MediaType.java:476)〜[spring-web-4.3.6.RELEASE.jar!/:4.3.6.RELEASE]           在

我试图通过postman,swagger和curl,随机行为来使用它。

可能是什么问题?

感谢。

0 个答案:

没有答案