teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

「-」は記述されておりませんでした。ブラウザーで開いた際に自動で入ってきたようです。失礼しました。

2019/08/22 02:59

投稿

konkon.gitsune
konkon.gitsune

スコア16

title CHANGED
File without changes
body CHANGED
@@ -7,12 +7,12 @@
7
7
  ```XML
8
8
  <?xml version="1.0" encoding="UTF-8"?>
9
9
 
10
- -<web-app version="3.1" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
10
+ <web-app version="3.1" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
11
11
 
12
12
  <display-name>test</display-name>
13
13
 
14
14
 
15
- -<filter>
15
+ <filter>
16
16
 
17
17
  <filter-name>testF1</filter-name>
18
18
 
@@ -21,7 +21,7 @@
21
21
  </filter>
22
22
 
23
23
 
24
- -<filter-mapping>
24
+ <filter-mapping>
25
25
 
26
26
  <filter-name>testF1</filter-name>
27
27