jamesnetherton commented on issue #1868: URL: https://github.com/apache/camel-quarkus/issues/1868#issuecomment-702626151
Yes, it's in the various Camel components. E.g like here: https://github.com/apache/camel/blob/master/components/camel-http-common/src/main/java/org/apache/camel/http/common/DefaultHttpBinding.java#L205-L210 And here: https://github.com/apache/camel/blob/master/components/camel-http-common/src/main/java/org/apache/camel/http/common/DefaultHttpBinding.java#L383 I forget there's also the `allowJavaSerializedObject` which has the same issue. But it's not enabled by default since it can be a security risk. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
