[
https://issues.apache.org/jira/browse/THRIFT-1053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Devaraj Das updated THRIFT-1053:
--------------------------------
Description:
I have a requirement where I want to inspect a remote client's IP address when
it talks to the server over the Sasl transport. If the transport is TSocket, I
could do the following in my implementation of TProcessor.process(TProtocol
inProt, TProtocol outProt):
((TSocket)inProt.getTransport()).getSocket().getInetAddress()
I need a similar functionality for the Sasl transport as well.
was:
I have a requirement where I want to inspect a remote client's IP address when
it talks to the server over the Sasl transport. If the transport is TSocket, I
could do the following in my implementation of TProcessor.process(TProtocol,
TProtocol):
((TSocket)inProt.getTransport()).getSocket().getInetAddress()
I need a similar functionality for the Sasl transport as well.
> Make remote client's IP address available for all socket related transports
> ---------------------------------------------------------------------------
>
> Key: THRIFT-1053
> URL: https://issues.apache.org/jira/browse/THRIFT-1053
> Project: Thrift
> Issue Type: Improvement
> Components: Java - Library
> Affects Versions: 0.5
> Reporter: Devaraj Das
> Fix For: 0.6
>
>
> I have a requirement where I want to inspect a remote client's IP address
> when it talks to the server over the Sasl transport. If the transport is
> TSocket, I could do the following in my implementation of
> TProcessor.process(TProtocol inProt, TProtocol outProt):
> ((TSocket)inProt.getTransport()).getSocket().getInetAddress()
> I need a similar functionality for the Sasl transport as well.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira