Closing Output Stream in JSP tag
Here is a code snippet from a custom JSP tag I ran into today:
|
If you are still wondering what is wrong with it, pay attention to the part where the stream is being closed 😉
Categories: Bad Code
Here is a code snippet from a custom JSP tag I ran into today:
|
If you are still wondering what is wrong with it, pay attention to the part where the stream is being closed 😉