1. 30 Apr, 2010 14 commits
  2. 24 Apr, 2010 1 commit
  3. 22 Apr, 2010 2 commits
  4. 21 Apr, 2010 3 commits
  5. 19 Apr, 2010 5 commits
  6. 18 Apr, 2010 7 commits
  7. 17 Apr, 2010 4 commits
  8. 16 Apr, 2010 4 commits
    • Hanno Schlichting's avatar
      Update to new i18nmessageid to get the memory leak fix. The other changes in... · 4d2db1b8
      Hanno Schlichting authored
      Update to new i18nmessageid to get the memory leak fix. The other changes in the 3.5.x series are all fully backwards compatible
      4d2db1b8
    • 's avatar
      fixed regression in Unauthorized handling: · 7b65910f
      authored
      In previous Zope versions string exceptions were used and all exceptions
      re-raised. This doesn't work with each kind of exception, but we can still do
      it with Unauthorized exceptions. This way the special handling for Unauthorized
      exceptions works again, HTTPResponse._unauthorized is called again. This is now
      done after rendering to make sure we don't break logging and custom views.
      7b65910f
    • 's avatar
      fixed regression in Unauthorized handling: · ef651b61
      authored
      In previous Zope versions string exceptions were used and all exceptions
      re-raised. This doesn't work with each kind of exception, but we can still do
      it with Unauthorized exceptions. This way the special handling for Unauthorized
      exceptions works again, HTTPResponse._unauthorized is called again. This is now
      done after rendering to make sure we don't break logging and custom views.
      ef651b61
    • Tres Seaver's avatar
      Process "evil" JSON cookies which contain double quotes · 0727afe1
      Tres Seaver authored
        
      Such cookies violate RFC 2965 / 2616.
        
      Fixes LP #563229.
      0727afe1