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

Support dumping of sent HTTP request #26

Closed
mzapletal opened this issue Sep 26, 2016 · 2 comments
Closed

Support dumping of sent HTTP request #26

mzapletal opened this issue Sep 26, 2016 · 2 comments
Assignees
Milestone

Comments

@mzapletal
Copy link

It would be nice to support easy dumping of the sent AS2/HTTP request. I have seen corresponding code doing this, but the code is currently "locked" by this flag (https://github.com/phax/as2-lib/blob/master/as2-lib/src/main/java/com/helger/as2lib/processor/sender/AS2SenderModule.java#L105)

@phax phax added this to the v3.0.1 milestone Sep 26, 2016
@phax phax self-assigned this Sep 26, 2016
@phax
Copy link
Owner

phax commented Sep 26, 2016

Class 'HTTPHelper' has now methods 'setHTTPIncomingDumper' and 'setHTTPOutgoingDumper' to set custom callbacks.
Can you please verify it with SNAPSHOT >= 8 from https://oss.sonatype.org/content/repositories/snapshots/com/helger/as2-lib/3.0.1-SNAPSHOT/ - thanks :)

@phax phax closed this as completed Sep 27, 2016
@phax
Copy link
Owner

phax commented Sep 27, 2016

Release 3.0.1 is in approx. 30 minutes on Maven Central

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants