lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On May 26, 2010, at 5:13 PM, 木村 圭佑 wrote:

> 	   method = "POST", 
> 	   redirect = true

          (not reqt.method or reqt.method == "GET" or reqt.method == "HEAD")

Ah... you need to adjust shouldredirect to handle POST methods. File a bug report to Diego :)