[version 1.1.1 ediware**20100825042313 Ignore-this: cf26cf24f9ee8ffcfb5e8e144e590c97 ] { hunk ./CHANGELOG 1 +Version 1.1.1 +2010-08-24 +Exported WITHIN-REQUEST-P (Faré Rideau) +Safeguard measures against XSS attacks (J.P. Larocque) +Prevent potential leak when closing stream (Matt Lamari, Martin Simmons) +Change some occurrences of HANDLER-CASE* to HANDLER-CASE (Hans Hübner, Allan Dee) + hunk ./acceptor.lisp 349 - (force-output *hunchentoot-stream*) + (force-output *hunchentoot-stream*)) + (ignore-errors* hunk ./acceptor.lisp 379 - (handler-case* (usocket:socket-accept listener) + (handler-case (usocket:socket-accept listener) hunk ./acceptor.lisp 442 - "~A~:[~*~;~%~:*~A~]" + "~A~@[~%~A~]" hunk ./doc/index.xml 61 + Postabon, hunk ./doc/index.xml 103 - CL-WHO for the example code and Drakma for the tests.). + CL-WHO for the example code and Drakma for the tests). hunk ./doc/index.xml 129 - The current version is 1.1.0. + The current version is 1.1.1. hunk ./doc/index.xml 144 - A Mercurial + The current development version of Hunchentoot can be found + at http://bknr.net/trac/browser/trunk/thirdparty. + This is the one to send patches against. + Use at your own risk. +

+

+ An + unofficial Mercurial hunk ./doc/index.xml 157 - Luís Oliveira maintains a darcs - repository of Hunchentoot at + Luís Oliveira maintains an + unofficial darcs repository of + Hunchentoot at hunk ./doc/index.xml 162 +

+ Andrey Moskvitin maintains an + unofficial git repository of + Hunchentoot at + http://github.com/archimag/hunchentoot. +

hunk ./doc/index.xml 201 - releases subscribe to the + releases subscribe to the hunk ./headers.lisp 160 - (header-out :location))) + (escape-for-html (header-out :location)))) hunk ./headers.lisp 165 - (script-name request))) + (escape-for-html (script-name request)))) hunk ./headers.lisp 168 - (script-name request))) + (escape-for-html (script-name request)))) hunk ./headers.lisp 241 - (handler-case* + (handler-case hunk ./hunchentoot.asd 37 -(defvar *hunchentoot-version* "1.1.0" +(defvar *hunchentoot-version* "1.1.1" hunk ./packages.lisp 266 - "USER-AGENT")) + "USER-AGENT" + "WITHIN-REQUEST-P")) hunk ./request.lisp 286 - (handler-case* + (handler-case hunk ./request.lisp 470 - (handler-case* + (handler-case hunk ./util.lisp 305 - (or (host *request*) (acceptor-address *acceptor*)) + (escape-for-html (or (host *request*) (acceptor-address *acceptor*))) }