1
0
mirror of https://github.com/astaxie/beego.git synced 2025-01-10 10:57:29 +00:00
Beego/utils/pagination
Athurg Gooth d961ae4cd8 Fix RequestURI nil caused template parse failed
Sometime RequestURI is not set, e.g. running after a front proxy server.

We should always follow the document's directive, to use Request.URL instead of RequestURI.

Refer: http://golang.org/pkg/net/http/#Request
2014-12-25 11:23:04 +08:00
..