You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to replace the dreprecated method withWorkStationName with the method described in the java api documentation, but I cannot do this because the method withNtlmConfig(NtlmConfig.builder().withWorkstationName(..).build()) does not exist.
There is only the method withNtlmConfig() without parameters.
Is this a bug or a feature :-)
The text was updated successfully, but these errors were encountered:
Hi,
I wanted to replace the dreprecated method withWorkStationName with the method described in the java api documentation, but I cannot do this because the method withNtlmConfig(NtlmConfig.builder().withWorkstationName(..).build()) does not exist.
There is only the method withNtlmConfig() without parameters.
Is this a bug or a feature :-)
The text was updated successfully, but these errors were encountered: