Ticket #12219 (closed defect: invalid)
loading a worksheet from a https url gives poor error message when SSL not available
| Reported by: | ddrake | Owned by: | jason, mpatel, was |
|---|---|---|---|
| Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
| Component: | notebook | Keywords: | |
| Cc: | jason | Work issues: | |
| Report Upstream: | N/A | Reviewers: | Keshav Kini |
| Authors: | Dan Drake | Merged in: | |
| Dependencies: | Stopgaps: |
Description (last modified by jdemeyer) (diff)
In the "Upload worksheet" page, there's a box that says "Or enter the URL of a worksheet file on the web:" If you give that box an https URL, it fails if SSL is not available, both with the old Twistd notebook and the new Flask-based one.
Old notebook: fails with Internal Server Error.
Flask notebook: fails with blank page. The server log shows that urllib.py is throwing an IOError exception because it doesn't know how to handle 'https'.
If Sage wasn't built with SSL support, this should at least fail with a reasonable error message.
See flask notebook instead.
Attachments
Change History
Changed 17 months ago by ddrake
-
attachment
trac_12219.patch
added
comment:1 Changed 17 months ago by ddrake
- Status changed from new to needs_review
- Authors set to Dan Drake
I'm also experimenting with github and pull requests there; see https://github.com/sagemath/sagenb/pull/5

for Flask notebook