#9830: SageNB: Bad Request. Maximum length of 102400 bytes exceeded.
------------------------+---------------------------------------------------
Reporter: mpatel | Owner: jason, was
Type: defect | Status: new
Priority: major | Milestone:
Component: notebook | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Reported by Stan Schymanski on [http://groups.google.com/group/sage-
support/browse_thread/thread/c814c8cf7bc7dd87 sage-support]:
{{{
When trying to change the code of a worksheet in a text editor (using
the edit button in the worksheet), I get the following error message
whenever I want to save changes:
Bad Request
Maximum length of 102400 bytes exceeded.
Does anyone have an idea what could cause this and how this can be
circumvented?
}}}
Didier Deshommes replied:
{{{
My guess is that the web server has a limit on the size of a POST
request and that you have reached it. Typically this is 1024kb. The
solution is to increase this limit. I'm not sure how to do that for a
wsgi application (which I assume sage is).
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9830>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.