Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Kerberosで保護されたWebDAVサーバーのファイルをプログラムで読み取りたいと考えています。
Sardine (Java) にKerberos サポートを追加しようとしましたが、うまく機能しないようです。
Kerberos をサポートする WebDAV ライブラリはありますか? (任意の言語、できればオープン ソース)
トランスポートライブラリには、WebDAVライブラリではなくKerberosサポートが必要です。そのトランスポートライブラリを修正してみてください。OracleのURLConnectionはそれを行います。