You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core-server/src/main/resources/org/glassfish/jersey/server/internal/localization.properties
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ error.closing.commit.output.stream=Error while closing the output stream in orde
40
40
error.closing.finder=Error while closing {0} resource finder.
41
41
error.exception.mapping.original.exception=An exception mapping did not successfully produce and processed a response. Logging the original error.
42
42
error.exception.mapping.processed.response.error=A response error mapping did not successfully produce and processed a response.
43
-
error.exception.mapping.thrown.to.container=An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the container.
43
+
error.exception.mapping.thrown.to.container=An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
44
44
error.marshalling.jaxb=Error marshalling JAXB object of type "{0}".
0 commit comments