The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension HTTP::Engine::Middleware

0.05    2009-02-16T18:12:40+09:00
        - dependent to perl 5.8
        - Middleware::MobileAttribute
          pluggable injection style
        - Middleware::Static
          pod fix ( NAME section )
        - fixed to profile runtime test's bug ( last test case )
        - tidy up some middleware's test code

0.04    2009-02-15T14:29:01+09:00
        - few fix release
        - Middleware::Static: yaml friendly configuration
        - Middleware::DebugRequest: fixed bug to test file

0.03    2009-02-14T15:31:15+09:00
        - added simple docs for each middlewares
        - refactoring to log API for middleware
        - Middleware::Static
          change design. new one is simple
          add customizable DirectoryIndex
          fixed vulnerability: directory traversal
          fixed bug to config breaks in Interface::Test and Interface::ModPerl
        - tokurhiom++

0.02    2009-02-12T23:08:46+09:00
        - add DebugRequest, FillInForm, Static
        - Unicode merged to Encode
        - Core: fixed to exception handling bug
        - ReverseProxy: fixed host/port detection bug
        - fixed to profile runtime test's bug, use Scalar::Util::looks_like_number

0.01    2009-02-10T15:58:56+09:00
        - original version