Spring Boot 1.2.5抛出org.apache.catalina.connector.ClientAbortException

时间:2015-09-23 14:31:38

标签: spring-boot tomcat8

我在Tomcat 8.0.26中运行Spring Boot Web应用程序(Spring 4.2.0.RELEASE)作为独立的ROOT.war。

环境:Java 8 u40,Windows 2008 Server R2。

我不确定为什么这些例外会随机出现在我的日志中。

<div class="form-group">
<label>API</label>
<select data-bind="options: services,
        optionsCaption: 'Choose an API...',
        value: selectedApi,
        valueAllowUnset: true"></select>
</div>
<div class="form-group">
    <input class="form-control" type="text" data-bind="value: selectedApi" />
    <button type="submit" class="btn btn-default">Call API</button>
</div>

0 个答案:

没有答案