升级Tomcat版本 apache-tomcat-7.0.77
diff --git a/tomcat-cas/webapps/host-manager/META-INF/context.xml b/tomcat-cas/webapps/host-manager/META-INF/context.xml
index 45da457..c31d376 100644
--- a/tomcat-cas/webapps/host-manager/META-INF/context.xml
+++ b/tomcat-cas/webapps/host-manager/META-INF/context.xml
@@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<Context antiResourceLocking="false" privileged="true" useHttpOnly="true" >
+<Context antiResourceLocking="false" privileged="true" >
<!--
Remove the comment markers from around the Valve below to limit access to
the host-manager application to clients connecting from localhost
@@ -24,4 +24,4 @@
<Valve className="org.apache.catalina.valves.RemoteAddrValve"
allow="127\.\d+\.\d+\.\d+|::1|0:0:0:0:0:0:0:1" />
-->
-</Context>
+</Context>
\ No newline at end of file