You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Peter Sutter (JIRA)" <ji...@apache.org> on 2017/05/05 15:07:04 UTC

[jira] [Created] (CMIS-1027) Per-App-VPN issue

Peter Sutter created CMIS-1027:
----------------------------------

             Summary: Per-App-VPN issue
                 Key: CMIS-1027
                 URL: https://issues.apache.org/jira/browse/CMIS-1027
             Project: Chemistry
          Issue Type: Bug
          Components: objectivecmis
            Reporter: Peter Sutter
            Assignee: Peter Sutter
             Fix For: ObjectiveCMIS 0.6


With our app we experienced issues when app tries to connect when using Per-App-VPN.
The client receives the flag 39 (enum SCNetworkReachabilityFlags). The objectiveCMIS library only checks for kSCNetworkReachabilityFlagsConnectionRequired (not connected) and not for the connection on demand flag. We now check for isReachable && (connectionNotRequired or connectionOnDemand)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)