This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 7228 - Internal IOException thrown when user is redirected to home page
Summary: Internal IOException thrown when user is redirected to home page
Status: RESOLVED FIXED
Alias: None
Product: mobileOK Basic checker
Classification: Unclassified
Component: Web interface (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 minor
Target Milestone: ---
Assignee: fd
QA Contact: fd
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-06 07:05 UTC by fd
Modified: 2009-08-06 10:28 UTC (History)
0 users

See Also:


Attachments

Description fd 2009-08-06 07:05:59 UTC
When an empty URL is given to the Checker, the user is redirected to the home page through a redirection. There is a missing return statement though and the code in TesterHttpServlet continues to execute after the redirect.
Comment 1 fd 2009-08-06 10:28:46 UTC
Missing "return" statement added.