Not sure if this is a bug, but LiteSpeed behaviour is different from Mongrel/Webrick and Rails documentation.
Rails docu states that GET query parameters are included in request.request_uri. This happens with Mongrel. This does not happen in LiteSpeed.
Mongrel: path /articles?type=A request_uri /articles?type=A
LiteSpeed: path /articles?type=A request_uri /articles
It causes problems with the current_page? method.
Rails 1.2.3
RESTful controller
LiteSpeed 3.1.1-std
Rails lsapi
Linux 32-bit
Rails docu states that GET query parameters are included in request.request_uri. This happens with Mongrel. This does not happen in LiteSpeed.
Mongrel: path /articles?type=A request_uri /articles?type=A
LiteSpeed: path /articles?type=A request_uri /articles
It causes problems with the current_page? method.
Rails 1.2.3
RESTful controller
LiteSpeed 3.1.1-std
Rails lsapi
Linux 32-bit