Note:3: Difference between revisions

From notes
No edit summary
Line 11: Line 11:
* Possible errors at https://www.mediawiki.org/wiki/Manual:$wgVirtualRestConfig:
* Possible errors at https://www.mediawiki.org/wiki/Manual:$wgVirtualRestConfig:
** I believe that the trailing slashes in the URLs is an error, but I need confirmation.
** I believe that the trailing slashes in the URLs is an error, but I need confirmation.
** "domain" does not appear to actually be optional. It is not getting set to the domain from the URL when it is not specified.
** When it says, "These are the default values when Parsoid is registered as a REST service, used when some keys are not defined.", it implies that this value is set somewhere when Parsoid is installed, but I don't believe that is the case.
** When it says, "These are the default values when Parsoid is registered as a REST service, used when some keys are not defined.", it implies that this value is set somewhere when Parsoid is installed, but I don't believe that is the case.

Revision as of 07:19, 3 September 2017

Author
Created 2 September 2017 22:03:10
Last Modified 23 August 2018 13:44:50
Tags Visual Editor

Issues

  • Possible errors at https://www.mediawiki.org/wiki/Manual:$wgVirtualRestConfig:
    • I believe that the trailing slashes in the URLs is an error, but I need confirmation.
    • "domain" does not appear to actually be optional. It is not getting set to the domain from the URL when it is not specified.
    • When it says, "These are the default values when Parsoid is registered as a REST service, used when some keys are not defined.", it implies that this value is set somewhere when Parsoid is installed, but I don't believe that is the case.