File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ Version 1.2.35
2+ 2016-02-10
3+ Avoid double URL decoding, reported by muyinliu (Hans Huebner)
4+ Remove a duplicate word in the documentation (William Halliburton)
5+ Call convert-hack in name also (José Ronquillo Rivera)
6+
17Version 1.2.34
282015-07-06
39decode URL considering content-type's charset (Tim Richardt)
Original file line number Diff line number Diff line change 3535
3636(defsystem :hunchentoot
3737 :serial t
38- :version " 1.2.34 "
38+ :version " 1.2.35 "
3939 :description " Hunchentoot is a HTTP server based on USOCKET and
4040 BORDEAUX-THREADS. It supports HTTP 1.1, serves static files, has a
4141 simple framework for user-defined handlers and can be extended
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ <h3 xmlns=""><a class="none" name="install">Download and installation</a></h3>
164164 Hunchentoot itself together with this documentation can be
165165 downloaded from
166166 < a href ="http://weitz.de/files/hunchentoot.tar.gz "> http://weitz.de/files/hunchentoot.tar.gz</ a > .
167- The current version is 1.2.34 .
167+ The current version is 1.2.35 .
168168 </ p >
169169 < p >
170170 The preferred method to compile and load Hunchentoot is via < a href ="http://www.cliki.net/asdf "> ASDF</ a > . If you want to avoid
@@ -2997,7 +2997,7 @@ <h4 xmlns=""><a name="conditions">Conditions and error handling</a></h4>
29972997 </ p >
29982998 < p >
29992999 When an error occurs while processing a request, Hunchentoot's
3000- default behavior is to catch catch the error, log it and
3000+ default behavior is to catch the error, log it and
30013001 optionally display it to the client in the HTML response.
30023002 This behavior can be customized through the values of a number
30033003 of special variables, which are documented below.
You can’t perform that action at this time.
0 commit comments