Emerson Pinter created JSPF-114:
-----------------------------------
Summary: Custom resolver not used by async requests
Key: JSPF-114
URL: https://issues.apache.org/jira/browse/JSPF-114
Project: James jSPF
Issue Type: Bug
Components: Core
Affects Versions: master
Reporter: Emerson Pinter
Fix For: master
When a resolver is specified, we expect the library to use the server provided,
like in:
{code:java}
SimpleResolver resolver = new SimpleResolver("127.0.0.1");
SPF spf = new SPF(new DNSServiceXBillImpl(resolver));{code}
With sync requests the resolver is used, but not with async. There are not
tests failing, I saw this monitoring network packets.
A PR was opened to fix this:
[https://github.com/apache/james-jspf/pull/27|http://example.com]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]