Skip to content

Commit 60bef9f

Browse files
committed
add picture
1 parent 5ffeef1 commit 60bef9f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Viarus
4747
Run -> Edit Configurations -> 添加TomcatServer(Local) -> Server中配置Tomcat路径 -> Deployment中添加Artifact选择java-sec-code:war exploded
4848
```
4949

50+
![tomcat](https://github.com/JoyChou93/java-sec-code/raw/master/idea-tomcat.png)
5051

5152
配置完成后,右上角直接点击run,即可运行。
5253

src/main/java/org/joychou/controller/XXE.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ public static String xxe_xmlReader(HttpServletRequest request) {
4141

4242
//fix code end
4343

44-
4544
xmlReader.parse( new InputSource(new StringReader(xml_con)) ); // parse xml
4645
return "ok";
4746
} catch (Exception e) {

0 commit comments

Comments
 (0)