Hi, everyone!

Normal HTTP response status code is like this,

--------
HTTP/1.1 200 OK
--------

I want to use JSP to modify the status code like this,

--------
HTTP/1.1 666 OK
--------

How to do the job?


Thanks in advance,
George