Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 3455

Show
Ignore:
Timestamp:
01/21/06 23:38:51 (3 years ago)
Author:
david
Message:

Fixed that static requests could unlock the mutex guarding dynamic requests in the WEBrick servlet (closes #3433) [tom@craz8.com]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/railties/CHANGELOG

    r3451 r3455  
    11*SVN* 
     2 
     3* Fixed that static requests could unlock the mutex guarding dynamic requests in the WEBrick servlet #3433 [tom@craz8.com] 
    24 
    35* Fixed documentation tasks to work with Rake 0.7.0 #3563 [kazuhiko@fdiary.net]