This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from 1115605  When java.lang is not available, avoid throwing a FatalError, 
but rather try to report an error to the user and continue.
     new b56b4b0  NETBEANS-5956: Added integration test to validate expected 
behaviours: * A valid certificate should not popup a confirmation dialog * A 
valid wildcard certificate should not popup a confirmation dialog * An expired 
certificate should popup a confirmation dialog * A self signed certificate 
should popup a confirmation dialog * Client certificates should be supportde 
via system properties
     new f1b2390  NETBEANS-5956: Removed unused imports
     new 03a8f28  NETBEANS-5956: Use interface instead of concrete 
implementation
     new a9962b9  NETBEANS-5956: Added missing `@Override` annotation
     new 4ff4f62  NETBEANS-5956: Adding system certificates to retriever check
     new 8f35c5e  Merge pull request #3207 from asbachb/NETBEANS-5956

The 5961 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ide/xml.retriever/nbproject/project.properties     |   2 +-
 .../xml/retriever/impl/ResourceRetriever.java      |  11 ++-
 .../retriever/impl/ResourceRetrieverFactory.java   |   5 +-
 .../modules/xml/retriever/impl/RetrieverTask.java  |   3 +-
 .../retriever/impl/SecureURLResourceRetriever.java |  89 ++++++++++++-------
 .../xml/retriever/impl/URLResourceRetriever.java   |  11 ++-
 .../xml/retriever/impl/MockDialogDisplayer.java    |  58 +++++++++++++
 .../impl/SecureURLResourceRetrieverTest.java       |  95 +++++++++++++++++++++
 .../xml/retriever/impl/badssl.com-client.p12       | Bin 0 -> 2797 bytes
 9 files changed, 226 insertions(+), 48 deletions(-)
 create mode 100644 
ide/xml.retriever/test/unit/src/org/netbeans/modules/xml/retriever/impl/MockDialogDisplayer.java
 create mode 100644 
ide/xml.retriever/test/unit/src/org/netbeans/modules/xml/retriever/impl/SecureURLResourceRetrieverTest.java
 create mode 100644 
ide/xml.retriever/test/unit/src/org/netbeans/modules/xml/retriever/impl/badssl.com-client.p12

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to