dCache / dcache-view

A Web application that provide an easy to use User Interface for dCache System.
Other
1 stars 5 forks source link

Failed file uploading #235

Open SarwarAleem opened 4 years ago

SarwarAleem commented 4 years ago

While uploading file using dCache-View (https://dcache-demo.desy.de/) via Chrome browser, It gives 401 login failed error.[photo_attached] This behavior was observed after logging in using username and password (user-pass) method. After checking the logs from dCache. It's noticed that log in process was mixed up with x509 and at the end the upload process is failed. It mean the system shows x509 credentials attempt instead of user-pass data. On the other hand the Firefox browser is working fine and giving expected results.

401_login_failed

femiadeyemi commented 4 years ago

Hi Aleem, this is not dcache-view problem. This issue can be trace to this commit https://github.com/dCache/dcache/commit/bff16d656c1ce6a2062678014712bf9bf127ae71. I will suggest you open a dcache issue. Thanks.

SarwarAleem commented 4 years ago

Hi Femi,

Thank you for the message. Please find attached the Chrome and Firefox upload status w.r.t Requested Method: OPTIONS. We cam discuss this in detail. Last time I checked with Paul regarding the logs and status after a successful and failed attempt.

Regards, Aleem Chrome Firefox