Commit 4cd5efbba53d32d265d3d6032b1b627987a14230

Authored by 648540858
1 parent 3e76214d

修改错别字

src/main/java/com/genersoft/iot/vmp/conf/ProxyServletConfig.java
... ... @@ -163,9 +163,9 @@ public class ProxyServletConfig {
163 163 * 异常处理
164 164 */
165 165 @Override
166   - protected void handleRequestException(HttpRequest proxyRequest, HttpResponse proxyResonse, Exception e){
  166 + protected void handleRequestException(HttpRequest proxyRequest, HttpResponse proxyResponse, Exception e){
167 167 try {
168   - super.handleRequestException(proxyRequest, proxyResonse, e);
  168 + super.handleRequestException(proxyRequest, proxyResponse, e);
169 169 } catch (ServletException servletException) {
170 170 logger.error("录像服务 代理失败: ", e);
171 171 } catch (IOException ioException) {
... ...