qq_枫_80
2017-03-17 14:54
在我亲自编写代码之后发现,在strurs.xml 配置文件中的${gotoUrl}没有被解析 而是直接被当成字符串传到后台了,请问这是为什么?
有可能是你的servlet版本太低了,在web.xml中把servlet版本换到3.1试试,低版本默认不启用el表达式!
<?xml version="1.0" encoding="UTF-8"?> <web-app id="WebApp_ID" version="3.1" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd">
Java实现SSO单点登录
51420 学习 · 72 问题
相似问题