liubao68 commented on a change in pull request #741: [SCB-625] ProduceProcessor use SPI to support extends URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/741#discussion_r194626650
########## File path: demo/demo-schema/src/main/java/org/apache/servicecomb/demo/produceprocessor/ProduceAppXmlProcessor.java ########## @@ -0,0 +1,35 @@ +package org.apache.servicecomb.demo.produceprocessor; Review comment: Maybe we can support XML as a formal encoding. But before that, we should address some common vulnerable as shown in https://www.owasp.org/index.php/XML_External_Entity_(XXE)_Prevention_Cheat_Sheet. This can be implemented later not in this feature ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
