Added JSP reference.

This commit is contained in:
Erik C. Thauvin 2015-12-05 02:23:45 -08:00
parent e872c226e8
commit 229c9144dd
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# HttpStatus JSP Tag Library
A simple JSP Tag Library to display the [code](#hscode), [reason](#hsreason) and/or [cause](#hscode) for [HTTP status codes](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html) in JSP error pages.
A simple [JSP](http://www.oracle.com/technetwork/java/javaee/jsp/index.html) Tag Library to display the [code](#hscode), [reason](#hsreason) and/or [cause](#hscode) for [HTTP status codes](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html) in JSP error pages.
----