- Cache matching
RouteMatch
inWebReq.stash["draft.route"]
- Fix to not log DraftErr redirects
- Add DraftErr.makeRedirect to allow redirects using
throw
- Update DraftMod to service
subMods
beforepub
andpod
- Fix Router to match literal routes before parameterized routes
- Simplify version to
<major>.<minor>.<patch>
- Move from BitBucket -> GitHub
- Fix to suppress socket I/O errs in
DraftMod.onService
- Add support for maintaining web sessions through reboots
- Fix onServicePod to ignore query string
- Fix to use immutable for session state (http://fantom.org/forum/topic/2428)
- Fix for WispService port -> httpPort
- Do not log 404 errs to stdout
- Fix LogMod to append after request has been processed
- Fix for WebClient gzip change
- Expose LogMod.fields
- Make DraftMod.onErr virtual
- New RouteGroups
- Beef up vararg support
- Allow onBeforeService to complete req before handler runs
- Workaround for Safari not creating session key w/ proxy server
- Nodoc submods for now
- Support for
*
varargs in Route patterns
- Initial public version