[ 
https://issues.apache.org/jira/browse/JAMES-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16352598#comment-16352598
 ] 

ASF GitHub Bot commented on JAMES-2330:
---------------------------------------

Github user rouazana commented on a diff in the pull request:

    https://github.com/apache/james-project/pull/103#discussion_r166021895
  
    --- Diff: 
server/protocols/protocols-library/src/main/java/org/apache/james/protocols/lib/netty/AbstractConfigurableAsyncServer.java
 ---
    @@ -104,7 +104,7 @@
     
         private String secret;
     
    -    private Encryption encryption;
    +    protected Encryption encryption;
    --- End diff --
    
    I dont't think a setter is needed. Just the overloading implementation can 
overload the getEncryption method().


> Give ability to override AbstractConfigurableAsyncServer.buildSSLContext
> ------------------------------------------------------------------------
>
>                 Key: JAMES-2330
>                 URL: https://issues.apache.org/jira/browse/JAMES-2330
>             Project: James Server
>          Issue Type: Bug
>          Components: SMTPServer
>    Affects Versions: 3.0.1
>            Reporter: Randal Modowski
>            Priority: Major
>              Labels: easyfix
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> I was trying to have my smtp server be able to serve different certs to user 
> based on remote ip, but couldn't the way james is curretly.
> I am creating a PR to make buildSSLContext protect as well as the Encryption 
> field itself. Also making all reference to Encryption use the getEncryption() 
> in case someone wants to override that call as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to