Twits du Jour (Dec 18)
<1 min read
- I'm at City of Mukilteo in Mukilteo, WA swarmapp.com/c/6ag5cPwNTmP #
- I'm at City of Mukilteo in Mukilteo, WA swarmapp.com/c/heklHotVfor #
Verdict? It was funny, overlong and quite predictable. The Disney taming influence ever so palpable. With so many nods to the original movies, I had a tough time connecting with the new characters, etc. Not bad, not great. Kinda meh.
I've just released my HttpStatus JSP Tag Library, a simple JSP Tag Library to display the code, reason and/or cause for HTTP status codes in JSP error pages.
<%@ page isErrorPage="html" %>
<%@ taglib prefix="hs" uri="http://erik.thauvin.net/taglibs/httpstatus" %>
<html><head>
<title><hs:code/> <hs:reason default="Server Error"/></title>
</head>
<h1><hs:reason default="Server Error"/></h1>
Cause: <pre><hs:cause default="Unable to complete your request."/></pre>
As usual the source code, documentation and binary are on GitHub.