Skip to content

Composite View refactoring needed #2853

@iluwatar

Description

@iluwatar

Servlets are components in Java web development, responsible for processing HTTP requests and generating responses. In this context, exceptions are used to handle and manage unexpected errors or exceptional conditions that may occur during the execution of a servlet.

Exceptions should not be thrown from servlet methods. These 4 hotspots need to be fixed:

AppServlet.java:64
AppServlet.java:71
AppServlet.java:81
AppServlet.java:90

Acceptance criteria

  • The aforementioned exceptions have been caught properly

Metadata

Metadata

Assignees

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions