質問編集履歴

1

エラー文の変更があり、修正しました。

2018/08/13 08:41

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -28,39 +28,15 @@
28
28
 
29
29
  ```Error
30
30
 
31
- HTTPステータス 500 - Internal Server Error
32
-
33
-
34
-
35
-
36
-
37
- Type Exception Report
31
+ Type ステータスレポート
32
+
33
+
34
+
38
-
35
+ メッセージ /project/UserLoginServlet
39
-
40
-
36
+
37
+
38
+
41
- 説明 The server encountered an unexpected condition that prevented it from fulfilling the request.
39
+ 説明 The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
42
-
43
-
44
-
45
- 例外
46
-
47
- java.lang.NullPointerException
48
-
49
- projectpackage.UserLoginServlet.doPost(UserLoginServlet.java:44)
50
-
51
- javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
52
-
53
- javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
54
-
55
- org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
56
-
57
-
58
-
59
-
60
-
61
-
62
-
63
- 注意 原因のすべてのスタックトレースは、のログに記録されています
64
40
 
65
41
 
66
42
 
@@ -126,11 +102,11 @@
126
102
 
127
103
  <tbody>
128
104
 
129
- <tr><td><input class="form-control" type="text" id="id" placeholder="username"></td></tr>
105
+ <tr><td><input name="id" class="form-control" type="text" id="id" placeholder="username"></td></tr>
130
106
 
131
107
 
132
108
 
133
- <tr><td><input type="password" class="form-control" id="password" placeholder="password"></td></tr>
109
+ <tr><td><input type="password" name="password"class="form-control" id="password" placeholder="password"></td></tr>
134
110
 
135
111
 
136
112