? ? Pending

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
6 Nov 2020

This pr changes the url for some commented links to https AND updates the non-working w3c links to use working links to the living standard

code review

for reviewers the only change in the svg files is xmlns="http://www.w3.org/2000/svg changed to https

avatar brianteeman brianteeman - open - 6 Nov 2020
avatar brianteeman brianteeman - change - 6 Nov 2020
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 6 Nov 2020
Category Administration com_content com_menus com_redirect com_users Templates (admin) NPM Change Repository
avatar brianteeman brianteeman - change - 6 Nov 2020
The description was changed
avatar brianteeman brianteeman - edited - 6 Nov 2020
avatar manojLondhe manojLondhe - test_item - 7 Nov 2020 - Tested unsuccessfully
avatar manojLondhe
manojLondhe - comment - 7 Nov 2020

I have tested this item ? unsuccessfully on 5ceaed7

While code changes look fine, after applying patch using patch-tester backend logo is not getting loaded

Before
before

After
after


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/31328.
avatar brianteeman brianteeman - change - 7 Nov 2020
Labels Added: NPM Resource Changed ?
avatar joomla-cms-bot joomla-cms-bot - change - 7 Nov 2020
Category Administration com_content com_menus com_redirect com_users Templates (admin) NPM Change Repository Administration com_content com_menus com_redirect com_users Templates (admin) NPM Change Repository Libraries
avatar brianteeman brianteeman - change - 7 Nov 2020
The description was changed
avatar brianteeman brianteeman - edited - 7 Nov 2020
avatar brianteeman
brianteeman - comment - 7 Nov 2020

I have removed the svg files from this PR

avatar joomla-cms-bot joomla-cms-bot - change - 8 Nov 2020
Category Administration com_content com_menus com_redirect com_users Templates (admin) NPM Change Repository Libraries Administration com_content com_menus com_redirect com_users Repository Libraries
avatar brianteeman brianteeman - change - 8 Nov 2020
Labels Removed: NPM Resource Changed
avatar manojLondhe manojLondhe - test_item - 9 Nov 2020 - Tested successfully
avatar manojLondhe
manojLondhe - comment - 9 Nov 2020

I have tested this item successfully on e83032f

For some reasons applying this patch using patch tester was not working. Not all files were getting patch applied to (eg - no changes were seen in /templates/cassiopeia/offline.php)

So I tested by applying patch manually as

git apply 31328.diff


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/31328.
avatar brianteeman
brianteeman - comment - 14 Nov 2020

thanks @PhilETaylor

avatar Quy Quy - test_item - 7 Dec 2020 - Tested successfully
avatar Quy
Quy - comment - 7 Dec 2020

I have tested this item successfully on 6133e42


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/31328.

avatar gostn gostn - test_item - 8 Dec 2020 - Tested successfully
avatar gostn
gostn - comment - 8 Dec 2020

I have tested this item successfully on 6133e42


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/31328.

avatar alikon alikon - change - 8 Dec 2020
Status Pending Ready to Commit
avatar alikon
alikon - comment - 8 Dec 2020

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/31328.

avatar HLeithner
HLeithner - comment - 13 Dec 2020

This is wrong because http://www.w3.org/2001/XMLSchema-instance is a name space not an URI, so changing it would break the schema. Revert this part or find an updated document with an https URI, I didn't found any.

avatar brianteeman brianteeman - change - 14 Dec 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - change - 14 Dec 2020
Category Administration com_content com_menus com_redirect com_users Repository Libraries Administration com_menus com_redirect Libraries Front End Templates (site)
0f295bb 14 Dec 2020 avatar brianteeman more
avatar joomla-cms-bot joomla-cms-bot - change - 14 Dec 2020
Category Administration com_menus com_redirect Libraries Front End Templates (site) Administration com_redirect Libraries Front End Templates (site)
avatar brianteeman
brianteeman - comment - 14 Dec 2020

change made as requested by @HLeithner

avatar HLeithner HLeithner - change - 14 Dec 2020
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2020-12-14 10:49:36
Closed_By HLeithner
avatar HLeithner
HLeithner - comment - 14 Dec 2020

Thanks

avatar brianteeman
brianteeman - comment - 14 Dec 2020

Not going to pretend that I 100% understood

avatar HLeithner
HLeithner - comment - 14 Dec 2020

PhilETaylor
that's because @HLeithner is actually wrong.
http://www.w3.org/2001/XMLSchema-instance actually is hard redirected to https://www.w3.org/2001/XMLSchema-instance when you visit it, the non-https version no longer exists as a namespace.

why did you deleted your comment @PhilETaylor

avatar PhilETaylor
PhilETaylor - comment - 14 Dec 2020

because I was drafting another one, with more details... but as this is already merged there is no point.

This is wrong because http://www.w3.org/2001/XMLSchema-instance is a name space not an URI,

It is a URI retrieved using the standard mechanisms of the Web (e.g. http, https, etc.)

Using the http or https version of the name space is perfectly acceptable. There was no reason for it to be reverted.

http://www.w3.org/2001/XMLSchema-instance redirects to https://www.w3.org/2001/XMLSchema-instance

Their content is the same. It makes no difference if the namespace is loaded over https or http, the result is the same.

in fact the response contains content-security-policy: upgrade-insecure-requests so most secure clients/browsers would auto upgrade to https anyway

The actual targetNamespace="http://www.w3.org/2001/XMLSchema-instance" in the retrieved document remains HTTP and not HTTPS regardless of the http protocol used to retrieve the namespace document.

https://www.w3.org/TR/xmlschema-1/ states:

4.3.1 Standards for representation of schemas and retrieval of schema documents on the Web

For interoperability, serialized ·schema documents·, like all other Web resources, may be identified by URI and retrieved using the standard mechanisms of the Web (e.g. http, https, etc.) Such documents on the Web must be part of XML documents (see clause 1.1), and are represented in the standard XML schema definition form described by layer 2 (that is as element information items).

Add a Comment

Login with GitHub to post a comment