Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apache XML RPC setEnabledForExtensions(true) #418

Closed
h3xstream opened this issue Jul 20, 2018 · 1 comment
Closed

Apache XML RPC setEnabledForExtensions(true) #418

h3xstream opened this issue Jul 20, 2018 · 1 comment
Labels
enhancement New feature or improvement to existing detector. good first issue
Milestone

Comments

@h3xstream
Copy link
Member

Apache XML RPC has extension types that are not enable by default.
https://ws.apache.org/xmlrpc/types.html

XmlRpcClientConfigImpl config = new XmlRpcClientConfigImpl();
config.setServerURL(new URL("http://127.0.0.1:18080/test"));
config.setEnabledForExtensions(true);

One of those <ex:serializable>base64serialized</...> <serializable></...> will make the

Detection inline should be enough.

Ref to include in the description :

@h3xstream h3xstream added the enhancement New feature or improvement to existing detector. label Jul 20, 2018
@h3xstream
Copy link
Member Author

Implemented by @shirinnikita. See PR ref above.

@h3xstream h3xstream added this to the version-1.9.0 milestone Jan 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement to existing detector. good first issue
Projects
None yet
Development

No branches or pull requests

1 participant