Skip to content

Commit 9a18c46

Browse files
authored
Merge pull request #4 from xaph/patch-1
2 parents b2ddc4b + 7a42fc5 commit 9a18c46

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/jodd/http/HttpStatus.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,11 @@ public static boolean isError(final int statusCode) {
213213
*/
214214
public static final int HTTP_UNSUPPORTED_TYPE = 415;
215215

216+
/**
217+
* HTTP Status-Code 422: Unprocessable Entity.
218+
*/
219+
public static final int HTTP_UNPROCESSABLE_ENTITY = 422;
220+
216221
// ---------------------------------------------------------------- 5xx
217222

218223
/**

0 commit comments

Comments
 (0)