質問編集履歴

2

誤字

2020/05/07 06:45

投稿

yyy000
yyy000

スコア5

test CHANGED
File without changes
test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  ```Java
18
18
 
19
- RequestDispatcher rd = request.getRequestDispatcher("login.jsp");
19
+ RequestDispatcher rd = request.getRequestDispatcher("〇〇.jsp");
20
20
 
21
21
 
22
22
 
@@ -32,7 +32,7 @@
32
32
 
33
33
 
34
34
 
35
- RequestDispatcher rd = con.getRequestDispatcher("/WEB-sample/login.jsp");
35
+ RequestDispatcher rd = con.getRequestDispatcher("〇〇.jsp");
36
36
 
37
37
 
38
38
 

1

誤字

2020/05/07 06:45

投稿

yyy000
yyy000

スコア5

test CHANGED
File without changes
test CHANGED
@@ -32,7 +32,7 @@
32
32
 
33
33
 
34
34
 
35
- RequestDispatcher rd = con.getRequestDispatcher("/login.jsp");
35
+ RequestDispatcher rd = con.getRequestDispatcher("/WEB-sample/login.jsp");
36
36
 
37
37
 
38
38