Open glassfishrobot opened 10 years ago
Reported by jeffmaury
@lukasj said: I believe this is already fixed since 2.2.8. Can you try some newer release and report back, please? thx
jeffmaury said: I tried with JDK 1.8.0_20 which claims 2.2.9 but with no success. What is the format of the # in the auth file, should it be escaped as %23. I tried both with and without escaping and both failed.
jeffmaury said: Sorry for the last comment. Escaping the # as %23 did the job. Can be closed
This issue was imported from java.net JIRA JAX_WS-1160
I want to use wsimport against an HTTPS WSDL which requires authetification. However, the password that my provider sets up contains the '#' character and it seems wsimport is using java.net.URL to parse the auth file. If I escape the # character with %23 in the auth file, then I get a too many attempts error
Environment
Win7 64bits JDK1.7.0_65
Affected Versions
[2.2.4]