Make Response use RequestContext as planned #34
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug Report
Environment
56667bfb12Summary
Besides the changes made in https://git.scicore.unibas.ch/cs108-fs26/Gruppe-13/-/work_items/12 with the addition of the
RequestContext, this change was never used in the Response for which the change was originally made.Expected Behavior
The Responses should be instanciable by providing the
RequestContextinstead of manually both thesessionIdandrequestId.Actual Behavior
The user is required to extract the values from the
RequestContextand provide them manually to theRequest.Steps to Reproduce
Not Applicable.
Stack Trace / Error Message
Possible Cause / Notes
Not applicable
Checklist
I reproduced the problem using the steps aboveI searched documentation for relevant informationcreated branch
feat/34-make-response-use-requestcontextto address this issueassigned to @lars.winzer
mentioned in merge request !64
mentioned in commit
6736345cbe