Skip to content

Commit

Permalink
Merge pull request #2153 from malakaganga/fix_timeout_res
Browse files Browse the repository at this point in the history
Support disable cookies in blocking client
  • Loading branch information
malakaganga authored Feb 27, 2024
2 parents 0f4f853 + a73b51b commit af8a25c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@ private static void setProperties(org.apache.axis2.context.MessageContext axisIn

private static String[] allowedProperties = {"JSON_OBJECT",
"JSON_STRING",
"FOLLOW_REDIRECT",
"DISABLE_COOKIE",
"setCharacterEncoding",
NhttpConstants.DISTRIBUTED_TRANSACTION,
NhttpConstants.DISTRIBUTED_TRANSACTION_MANAGER,
Expand Down

0 comments on commit af8a25c

Please sign in to comment.