Core: 9.0 - cannot create folder with IE11 and when I log in to folder shared with a link (without user name)

Created on 22 Mar 2016  ·  9Comments  ·  Source: owncloud/core

Steps to reproduce

  1. Create folder and share it as a link (with "Allow editing")
  2. Log out (or use InPrivate session of IE11) and use link - you should see password-only login page - enter password and log in
  3. Try to create folder - enter folder name and hit enter

    Expected behaviour

Folder should be created

Actual behaviour

  1. the layer with folder name is not closed
  2. folder is not created
  3. IE console shows 1 error (i have only polish version so translation can be wrong)

SCRIPT5007: Nie można ustawić właściwości „Authorization” dla niezdefiniowanego lub pustego odwołania (Cannot set property 'Authorization' of undefined ??)
File: iedavclient.js, line: 34, column: 5

Server configuration

ownCloud version: (see ownCloud admin page)
9.0 - latest fresh install on Ubuntu ubuntu-14.04.4-server-amd64

Client configuration

Browser:
IE11
Operating system:
Windows 8.1 x64

Logs

Browser log

Insert your browser log here, this could for example include:

a) The javascript console log

SCRIPT5007: Nie można ustawić właściwości „Authorization” dla niezdefiniowanego lub pustego odwołania (Cannot set property 'Authorization' of undefined ??)
Plik: iedavclient.js, wiersz: 34, kolumna: 5

b) The network log

empty

IE Bug blue-ticket sharing sev3-medium

Most helpful comment

All 9 comments

Can you test whether https://github.com/owncloud/core/pull/23096 fixes the issue for you ?

nope, AFAIK it is not related to this issue. In fact we used #23096 to fix issues with creating folders in IE11 (when logged in as normal user) but after this we discovered this issue - I think that the problem source is that you log in without user name and then the script fails on IE (and works on Firefox)

Ok, thanks for testing.

InPrivate session of IE11

Hmm. Does it work in a regular session ?

Nope, if I log out and use sharing link it won't work

I've edited "Steps to reproduce" section so it is now:

  1. Create folder and share it as a link (with "Allow editing")
  2. Log out (or use InPrivate session of IE11) and use link - you should see password-only login page - enter password and log in
  3. Try to create folder - enter folder name and hit enter

@PVince81 What is the status here? An user reported this for 9.0.2 EE too.

00005721

Ok, since you insist. Just had a quick look, seems like a trivial fix.

PR will follow soon

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings