Class SafePacProxySelector
java.lang.Object
java.net.ProxySelector
com.github.markusbernhardt.proxy.selector.pac.PacProxySelector
com.github.markusbernhardt.proxy.selector.pac.SafePacProxySelector
SafePacProxySelector strips sensitive parts of the URI provided for selection for security reasons.
CVE-2016-5134-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.markusbernhardt.proxy.selector.pac.PacProxySelector
connectFailed, isEnabled, setEnabledMethods inherited from class java.net.ProxySelector
getDefault, of, setDefault
-
Constructor Details
-
SafePacProxySelector
Constructor- Parameters:
pacSource- the source for the PAC file.
-
-
Method Details
-
select
Description copied from class:PacProxySelectorselect- Overrides:
selectin classPacProxySelector- See Also:
-
sanitizeURI
-