This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 31721 - Consider use of BufferedReader for log showing
Summary: Consider use of BufferedReader for log showing
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2003-03-06 08:42 UTC by _ rkubacki
Modified: 2005-10-06 18:29 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2003-03-06 08:42:12 UTC
Rather than our fix of issue #28503 try to use
buffered reader. Should be be more general and
without side effects of our current solution.
Comment 1 Milan Kuchtiak 2005-10-04 15:00:33 UTC
Stepan.
Is this still an issue ?
Do we use unbuffered readers to display log files.
Comment 2 Sherold Dev 2005-10-06 18:29:25 UTC
No, we are using BufferedReader. Closing as fixed.