Skip to content

Commit

Permalink
Rename README.zh-cm.md to README.zh-cn.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phith0n authored Aug 1, 2019
1 parent c142520 commit cd795eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ ${#context['xwork.MethodAccessor.denyMethodExecution']=false,#m=#_memberAccess.g

这里配置了 `<param name="errorMessage">${message}</param>`,其中 message 为 ParamAction 中的一个私有变量,这样配置会导致触发该 Result 时,Struts2 会从请求参数中获取 message 的值,并在解析过程中,触发了 OGNL 表达式执行,因此只用提交 %{1111*2} 作为其变量值提交就会得到执行。这里需要注意的是这里的二次解析是因为在 struts.xml 中使用 ${param} 引用了 Action 中的变量所导致的,并不针对于 type="httpheader" 这种返回方式。

![](02.png)
![](02.png)

0 comments on commit cd795eb

Please sign in to comment.