This is a Java servlet filter (as per Servlet API 2.3). It lets you convert any text file into HTML document on the fly. The filter appends break tags for the each line and replaces all special characters like angle brackets etc. For example you can use this filter for publishing source codes of your programs.