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

    https://github.com/apache/nifi-minifi-cpp/pull/347#discussion_r191551798
  
    --- Diff: extensions/http-curl/processors/InvokeHTTP.cpp ---
    @@ -65,7 +65,13 @@ core::Property InvokeHTTP::FollowRedirects("Follow 
Redirects", "Follow HTTP redi
     core::Property InvokeHTTP::AttributesToSend("Attributes to Send", "Regular 
expression that defines which attributes to send as HTTP"
                                                 " headers in the request. If 
not defined, no attributes are sent as headers.",
                                                 "");
    -core::Property InvokeHTTP::SSLContext("SSL Context Service", "The SSL 
Context Service used to provide client certificate information for TLS/SSL 
(https) connections.", "");
    +core::Property InvokeHTTP::SSLContext("SSL Context Service",
    +                                      "The SSL Context Service used to 
provide client certificate "
    +                                      "information for TLS/SSL (https) 
connections.",
    +                                      "",
    +                                      false,
    +                                      {},
    +                                      {{"Remote URL", "^http:.*$"}});
    --- End diff --
    
    Actually, is this option part of SSL Context Service? Seems like the wrong 
variable name for the property. 


---

Reply via email to