Change Redirect Path of Servlet
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 4
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Current Behavior:
Once a review is submitted using WEB-INF/classes/reviewSubmitServlet.java then, if the request is processed as SUCCESS then it's redirected to the same referrer.
Required Behavior:
Change the redirection path so, that after Rating & Review, it's redirected to the UserLibrary.jsp & displays all the books so, that further Ratings can be done.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in WEB-INF/classes/reviewSubmitServlet.java and inspect the SUCCESS redirect after a review is submitted. Review UserLibrary.jsp to confirm the target page and its book listing behavior. Done means a successful Rating & Review submission redirects to UserLibrary.jsp and displays all books for further ratings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100