Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Sep 19, 2024
1 parent 296baba commit 81b936b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public List<Event> getEvents(javax.servlet.http.HttpServletRequest request) thro
} else if (wrongServicePathHeaderInitialCharacter(splitValue)) {
LOGGER.warn("[NGSIRestHandler] Bad HTTP notification ('"
+ CommonConstants.HEADER_FIWARE_SERVICE_PATH
+ "' header value " + headerValue + " must start with '/'");task/add_header_value_logs_about_bad_header
+ "' header value " + headerValue + " must start with '/'");
throw new HTTPBadRequestException(
"'" + CommonConstants.HEADER_FIWARE_SERVICE_PATH
+ "' header value " + headerValue + " must start with '/'");
Expand Down

0 comments on commit 81b936b

Please sign in to comment.