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,9 +163,9 @@ public class ProxyServletConfig {
163 * 异常处理 163 * 异常处理
164 */ 164 */
165 @Override 165 @Override
166 - protected void handleRequestException(HttpRequest proxyRequest, HttpResponse proxyResonse, Exception e){ 166 + protected void handleRequestException(HttpRequest proxyRequest, HttpResponse proxyResponse, Exception e){
167 try { 167 try {
168 - super.handleRequestException(proxyRequest, proxyResonse, e); 168 + super.handleRequestException(proxyRequest, proxyResponse, e);
169 } catch (ServletException servletException) { 169 } catch (ServletException servletException) {
170 logger.error("录像服务 代理失败: ", e); 170 logger.error("录像服务 代理失败: ", e);
171 } catch (IOException ioException) { 171 } catch (IOException ioException) {