Changeset 474

Show
Ignore:
Timestamp:
07/26/2005 08:24:32 AM (3 years ago)
Author:
jan
Message:

reverted last patch and added comment

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/lighttpd-1.3.x/src/mod_rewrite.c

    r473 r474  
    440440         
    441441        p->init        = mod_rewrite_init; 
    442         p->handle_uri_clean = mod_rewrite_uri_handler; 
     442        /* it has to stay _raw as we are matching on uri + querystring 
     443         */ 
     444         
     445        p->handle_uri_raw = mod_rewrite_uri_handler; 
    443446        p->set_defaults = mod_rewrite_set_defaults; 
    444447        p->cleanup     = mod_rewrite_free;