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
Currently (up to Jackson 2.15) there is no distinction between two input indicators (ContentReference) that can be included in JsonLocation instead of proper ContentReference:
Missing source (either not available or not passed) and
leaving plain UNKNOWN for case where content reference is truly missing.
The main reason for this is that since (... if) we change default inclusion to more secure it is otherwise hard for users/developers to realize what is needed to enable source inclusion in case they do want to expose it.
The text was updated successfully, but these errors were encountered:
cowtowncoder
changed the title
Indicate explicitly blocked sources as "REDACTED" (or similar) instead of "UNKNOWN" in JsonLocation
Indicate explicitly blocked sources as "REDACTED" instead of "UNKNOWN" in JsonLocationJun 3, 2023
(note: follow-up to #991 changes)
Currently (up to Jackson 2.15) there is no distinction between two input indicators (
ContentReference
) that can be included inJsonLocation
instead of properContentReference
:StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION
disabled)and both are described as "UNKNOWN". But it would be useful to distinguish these so that second case would indicate something like:
leaving plain
UNKNOWN
for case where content reference is truly missing.The main reason for this is that since (... if) we change default inclusion to more secure it is otherwise hard for users/developers to realize what is needed to enable source inclusion in case they do want to expose it.
The text was updated successfully, but these errors were encountered: