Kevin Hawkins created CB-1755:
---------------------------------

             Summary: iOS: Allow customization of whitelist rejection message
                 Key: CB-1755
                 URL: https://issues.apache.org/jira/browse/CB-1755
             Project: Apache Cordova
          Issue Type: Improvement
          Components: iOS
    Affects Versions: 2.2.0
            Reporter: Kevin Hawkins
            Assignee: Shazron Abdullah


[CDVWhitelist errorStringForURL:] currently returns the hard-coded error 
string, "ERROR whitelist rejection: url='[failed URL]'", used when a host fails 
its whitelist check.  It would be nice if the format string for this message 
could be user-defined/customized.  A couple of suggested solutions:

- Access a customized message internally in errorStringForURL, by having a 
well-defined localization key to reference it, and defaulting to the original 
value if it hasn't been set.
- Add a public property on CDVWhitelist to specify it, same "default" behavior 
as above.

The latter is probably the most flexible.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to