henka-rl commented on pull request #6333:
URL: https://github.com/apache/camel/pull/6333#issuecomment-951238040


   To catch both encoded, unencoded and required and not required we need to 
create 4 different tokens:
   "={" + headerName + "}"
   "={" + headerName + "?}"
   "=%7B" + headerName + "%7D"
   "=%7B" + headerName + "?%7D"
   Is that less expensive than creating one regex?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to