javaee / metro-jax-ws

https://javaee.github.io/metro-jax-ws/
Other
132 stars 68 forks source link

Impossible to use a password with # #1160

Open glassfishrobot opened 10 years ago

glassfishrobot commented 10 years ago

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]

glassfishrobot commented 10 years ago

Reported by jeffmaury

glassfishrobot commented 10 years ago

@lukasj said: I believe this is already fixed since 2.2.8. Can you try some newer release and report back, please? thx

glassfishrobot commented 10 years ago

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.

glassfishrobot commented 10 years ago

jeffmaury said: Sorry for the last comment. Escaping the # as %23 did the job. Can be closed

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JAX_WS-1160