#8724: Notebook redirects use wrong HTTP Status Code (301 Moved Permanently)
------------------------+---------------------------------------------------
   Reporter:  timdumol  |       Owner:  jason, was
       Type:  defect    |      Status:  new       
   Priority:  blocker   |   Milestone:  sage-4.4  
  Component:  notebook  |    Keywords:            
     Author:            |    Upstream:  N/A       
   Reviewer:            |      Merged:            
Work_issues:            |  
------------------------+---------------------------------------------------
 Notebook redirects use status code 301 to redirect to new pages, when they
 should use code 303 See Other. Because of this, Google Chrome caches the
 redirect, leading to problems with creating new worksheets, emptying
 trash, etc. If the redirect is cached, the requested action will not be
 performed, as the browser will redirect directly to the original url.

 For example, if you are to click the "New Worksheet" link twice, you would
 expect to create two new worksheets. However, the second click redirects
 you directly to the first created worksheet.

 Thanks to mpatel for spotting this.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8724>
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.

Reply via email to