'How to configure protocol handler in WildFly
We register some protocol handler via the system property "java.protocol.handler.pkgs" in JBoss 6.1. The handlers extends “sun.net.www.protocol.https.Handler”. But, when we are migrating it to WildFly, the URL can't find our handler class.
Is there any way to handle it? Can I use the same handler (sun.net.www.protocol.https.Handler) or there is any alternatives?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
