Opened 10 years ago
Closed 8 years ago
#11960 closed defect (fixed)
Changed CDN address, alternative implementation not working anymore
Reported by: | Owned by: | Kamil Kisiel | |
---|---|---|---|
Priority: | normal | Component: | TracMathJaxPlugin |
Severity: | critical | Keywords: | |
Cc: | Trac Release: |
Description
The CDN address used by both implementations differs from the "official" address which is
https://cdn.mathjax.org/mathjax/latest/MathJax.js
The old address still seems to work but not with the GET option of the alternative implementation:
https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?delayStartupUntil=configured
returns
<html><h1>Not Found</h1><p>The resource could not be found.</p></html>
Removing delayStartupUntil=configured option results in the link providing a more sensible document.
Attachments (0)
Change History (13)
comment:1 Changed 10 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
While the problem only occurs on the alternative implementation (whose tracker is on github) I found that the "normal" implementation which links its issues here does use the wrong URL. Taken from here:
NOTE: The direct Rackspace address will be retired on July 31, 2014. If you have been using the address https://c328740.ssl.cf1.rackcdn.com/… you should switch to https://cdn.mathjax.org/…
I would recommend to apply this change as there is no guarantee for the old URL to continue working. (I don't know if this should be posted to bitbucket, if so that should be marked on the Wiki page for this plugin!)
comment:3 Changed 10 years ago by
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
Sorry, I misread the wiki page and didn't realize that the GitHub implementation was separately maintained.
comment:4 Changed 10 years ago by
The priority should be increased (I cannot do that): The old link is dysfunctional now. This means the plugin is not working anymore.
comment:5 Changed 10 years ago by
Sorry for the trouble, I just got back from holidays today. I will put in a fix ASAP.
comment:6 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
I pushed version 0.4 of the plugin which now uses the official MathJax CDN URL. Please let me know if there are any further problems.
comment:7 Changed 8 years ago by
Note that the current CDN is going to be shut down on 30th April 2017.
comment:8 Changed 8 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:11 Changed 8 years ago by
comment:13 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Pull request has been merged.
Duplicate of GitHub issue #1.