Report and Post Editing Revisited
Addresses #39 (closed) and #40 (closed) by
- fixing servlet paths (mostly prepending
/
s), - refactoring checks for access rights in backers for report or post editing,
- using pretty URLs in redirects and
- adding tests for non-trivial parts of
ReportEditBacker
,ReportCreateBacker
,PostEditBacker
andPostService
. The few missing methods that pertain to report or post editing (inReportService
,ReportGateway
,PostDBGateway
,AttachmentDBGateway
) will be implemented in the next days.