Searched refs:FORBIDDEN_403 (Results 1 – 4 of 4) sorted by relevance
640 public final static int FORBIDDEN_403 = 403; field in HttpStatus755 FORBIDDEN(FORBIDDEN_403, "Forbidden"),
83 if ( status == HttpStatus.FORBIDDEN_403 || status == HttpStatus.CONFLICT_409 ) in onResponseStatus()
196 response.sendError(HttpStatus.FORBIDDEN_403); in handle()
507 response.sendError(HttpStatus.FORBIDDEN_403); in doDirectory()