File-upload.js - getElementsByTagNameNS - Bad Domain

Hello,

I’m research some JS errors I’m getting and see the following starting on line 411 of file-upload.js

		if (xml.documentElement.localName === 'error' && xml.documentElement.namespaceURI === 'DAV:') {
			var messages = xml.getElementsByTagNameNS('http://sabredav.org/ns', 'message');
			var exceptions = xml.getElementsByTagNameNS('http://sabredav.org/ns', 'exception');

The domain “sabredav.org” throws an ICANN error page.

" You have reached a domain that is pending ICANN verification."

Can someone get in touch with the owner of sabredav.org and have them verify their domain.

  • Mike

Hello,

Really, no one has looked at this yet since February?

Maybe we do not need this code the code base then?

  • Mike

Hey,

maybe you need to contact the http://sabre.io/ project to get an answer to your question?

Hello Tom42,

I could. However, I’m not part of ownCloud development.

It would be better if Someone from ownCloud looked to see if this code is even necessary nice it is has not been working since February.

  • Mike
1 Like

Hey,

i’m not sure how many people with ownCloud development background / knowledge you can reach in this forums (maybe less the expected due to not getting an answer since february).

Maybe you need to create a new issue at https://github.com/owncloud/core/issues/ instead?

@tom42 BTW, hope I don’t get deleted due another OT:

The site https://owncloud.org/help/ states that this here is

ownClouds main help desk. Get in touch with our community and devs and work on solutions together.

1 Like

Hey,

i’m not sure but maybe this text needs to be updated to reflect the current situation? :slightly_frowning_face:

From what i can see forums and especially the “Development” category (this thread didn’t got an answer since February, others havn’t got an answer at all) looks quite low on activity of developers from ownCloud.

1 Like

Hello,

I sent a note to the contact us at http://sabre.io/ Maybe they will reply

  • Mike
1 Like

Hello,

Should have check my email before posting. They replied and said, “Thanks for bringing this to our attention! We’ll get that fixed asap!” That was from Dominik from http://fruux.com who seems to be associated with sabredav.org and sabre.io.

  • Mike
1 Like