Roundup Tracker - Issues

Message6555

Author schlatterbeck
Recipients rouilj, schlatterbeck
Date 2019-06-23.11:40:12
Message-id <1561290012.5.0.609001910256.issue2551047@roundup.psfhosted.org>
In-reply-to
OK, looks like not everything is working yet.
GET requests work and I can navigate the classes.

In the following I'm running an instance of roundup-server and an
instance of WSGI behind apache against the same database. So everything
in the following is tested against the standalone roundup-server where
it works.

But for wsgi
- For application/url-encoded requests to update a class, the computed
  etag and the etag sent do not match, although for the same class the
  etag I'm sending was returned previously, I've not yet investigated
  further
- For application/json it seems like the "input" property containing
  the dictionary is not an istance of SimulateFieldStorageFromJson, so
  consequently several method fail, including trying to retrieve @pretty
  and @apiver from input.

So, in short, updates do not work at all due to possibly multiple reasons.
History
Date User Action Args
2019-06-23 11:40:12schlatterbecksetmessageid: <1561290012.5.0.609001910256.issue2551047@roundup.psfhosted.org>
2019-06-23 11:40:12schlatterbecksetrecipients: + schlatterbeck, rouilj
2019-06-23 11:40:12schlatterbecklinkissue2551047 messages
2019-06-23 11:40:12schlatterbeckcreate