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
The next major release should include the following refinements to the SANITIZE_FIELD_NAMES and http-filtering in order to bring us into full complicated with the spec.
Specifically, this includes
Remove ['pw','pass','connect.sid'] from the SANITIZE_FIELD_NAMES defaults
(Update: Decision 2023-07-25 to NOT do this. Do not want a compat breakage to drop these.)
Conform to the java agent behavior of capturing cookies in transaction.context.request.cookies and blanking out transaction.context.request.headers.cookies. (Update: this was implemented recently in Send cookies explicitly into context.request's transaction #3322)
The next major release should include the following refinements to the
SANITIZE_FIELD_NAMES
andhttp-filter
ing in order to bring us into full complicated with the spec.Specifically, this includes
['pw','pass','connect.sid']
from theSANITIZE_FIELD_NAMES
defaults(Update: Decision 2023-07-25 to NOT do this. Do not want a compat breakage to drop these.)
transaction.context.request.cookies
and blanking outtransaction.context.request.headers.cookies
. (Update: this was implemented recently in Send cookies explicitly intocontext.request
's transaction #3322)transaction.context.request.cookies
per spec (Done. See Send cookies explicitly intocontext.request
's transaction #3322)set-cookie
http header and values (Done. See Send cookies explicitly intocontext.request
's transaction #3322)http-headers
filter entirely or moving allSANITIZE_FIELD_NAMES
logic into this filter. (Done. See Send cookies explicitly intocontext.request
's transaction #3322)The text was updated successfully, but these errors were encountered: