spring-websocket response code: 200

问题描述

websocket response code: 200

注解方式实现 前端html执行到 var ws = new WebSocket("ws://192.168.1.251/test/tail");的时候 浏览器控制台提示 websocket failed: Error during WebSocket handshake: Unexpected response code: 200

环境 :struts2 spring4 tomcat8 jdk 1.8

说明:单独的web工程可以 加入逻辑到 struts spring 里面 就报错

解决方案

http://www.oschina.net/question/1437947_220620

解决方案二:

这个我看过了 , 拦截器我已经排除了,struts.xml 我也加了,还可能是其它地方吗?

时间: 2024-12-02 10:11:31

spring-websocket response code: 200的相关文章

Scrapy response 请求200 但是返回的页面不完整

问题描述 Scrapy response 请求200 但是返回的页面不完整 python 爬虫抓取数据时,请求状态码200,但是返回的页面信息不完整 解决方案 一般这种情况是页面本身是异步加载的,所以你拿到了200,但是页面内容其实是ajax等异步填充进去的数据.目前这种页面你需要用selenium等带有webdriver的模块来抓取

java.io.IOException: Server returned HTTP response code: 505 for URL

问题描述 碰到个很奇怪的问题:代码如下:URL url = new URL(urlStr);URLConnection hpCon = url.openConnection();InputStream in = hpCon.getInputStream(); 然后我发送的一个URL是 : http://localhost:8000/account/accountTo.query?param=SR4A V12f报错:java.io.IOException: Server returned HTTP

Server returned HTTP response code: 401 for URL

问题描述 新建好友关系出现这个异常 java.io.IOException: Server returned HTTP response code: 401 for URL: http://a1.easemob.com/yihezhai ... 34890    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1627)    at com.project.util.Ease

如何知道spring websocket消息是否发送成功

问题描述 如何知道spring websocket消息是否发送成功 spring boot: 1.3.3.RELEASE 现在服务端使用 SimpMessagingTemplate convertAndSendTouser() 推送消息给客户端,如何知道消息是否推送成功? 或者我想知道,如何获取所有用户的订阅信息?因为知道所有用户的订阅,就可以有针对的推送消息给指定用户. 假如客户端连上websocket后,客户端马上断网了,此时服务器往客户端推消息,为何没有报错? 解决方案 如何在Spring

mybatis-我在原有的项目当中按照官方的例子集成了spring websocket,没有报错,但是项目无法启动

问题描述 我在原有的项目当中按照官方的例子集成了spring websocket,没有报错,但是项目无法启动 我的项目是sring+springMVC+Mybatis,JDK为1.7,tomcat 7 按照官方的例子spring web socket demo搞了好几天了,一直是这样,有木有大神帮我看看是怎么回事 主要的代码在这里 @Configuration @EnableWebSocketMessageBroker public class WebSocketConfig extends A

请教Java 网络编程 Server returned HTTP response code: 400

问题描述 下面是简单的代码:URL url = new URL(uri);URLConnection rulConnection = url.openConnection();HttpURLConnection httpUrlConnection = (HttpURLConnection) rulConnection; httpUrlConnection.setDoInput(true); httpUrlConnection.setUseCaches(false); httpUrlConnect

spring mvc-springmvc response设置下载文件名无效

问题描述 springmvc response设置下载文件名无效 我在返回的时候设置了response的header,但是下载下来的文件并不是我设置的名字,而是我的请求名称 response.setContentType("application/octet-stream"); response.setHeader("Content-Disposition", "attachment; filename=down.xls"); 表单为 <f

Http response code

100 Continue 初始的请求已经接受,客户应当继续发送请求的其余部分.(HTTP 1.1新) 101 Switching Protocols 服务器将遵从客户的请求转换到另外一种协议(HTTP 1.1新)   200 OK 一切正常,对GET和POST请求的应答文档跟在后面. 201 Created 服务器已经创建了文档,Location头给出了它的URL. 202 Accepted 已经接受请求,但处理尚未完成. 203 Non-Authoritative Information 文档

Java服务端获取360token时候报错:Server returned HTTP response code: 400 for URL

问题描述 报错内容:Exceptioninthread"main"java.io.IOException:ServerreturnedHTTPresponsecode:400forURL:https://openapi.360.cn/oauth2/access_tokenatsun.net.www.protocol.http.HttpURLConnection.getInputStream(UnknownSource)atsun.net.www.protocol.https.Https