You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Trustin Lee (JIRA)" <ji...@apache.org> on 2007/10/16 03:37:50 UTC

[jira] Commented: (DIRMINA-415) Proxy support

    [ https://issues.apache.org/jira/browse/DIRMINA-415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535032 ] 

Trustin Lee commented on DIRMINA-415:
-------------------------------------

Niklas wrote:

Now, one thing we should consider is whether we want to support
specifying proxyHost, proxyPort via system properties, just like Socket
does. In that case I don't think it will be as simple as wrapping like
suggested above. Maybe we could support this by having some kind of
factory which looks at the system properties?

Lóránt Pintér wrote:

However, I'd vote for supporting proxyHost and such, because there are a
lot of legacy systems out there moving to MINA. When they finally
migrate to MINA, their users don't really want to know about the change,
and don't expect changes in the configuration of the system.

I think all of these systems will then create something like
LegacyProxyConnector inherited from ProxyingConnector, and set the proxy
parameters from proxyHost etc. As I think a lot of people would
implement this redundantly, MINA could have it out of the box as well.

> Proxy support
> -------------
>
>                 Key: DIRMINA-415
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-415
>             Project: MINA
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Trustin Lee
>             Fix For: 2.0.0-M1
>
>
> There has been enourmous demand for supporting proxy such as simple port forwarding and SOCKS.  We need to investigate what the best way is to provide an extension point for proxies.
> IoFilters are not adequate for proxies because proxies needs changes in the socket addresses (both local and remote) of IoSession.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.