1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-23 18:54:13 +00:00
Beego/utils
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
..
captcha update the documents & comments 2014-08-18 16:41:43 +08:00
pagination Fix RequestURI nil caused template parse failed 2014-12-25 11:23:04 +08:00
testdata add other utils 2013-12-09 16:01:24 +08:00
caller_test.go update the documents & comments 2014-08-18 16:41:43 +08:00
caller.go update the documents & comments 2014-08-18 16:41:43 +08:00
debug_test.go update the documents & comments 2014-08-18 16:41:43 +08:00
debug.go update the documents & comments 2014-08-18 16:41:43 +08:00
file_test.go update the documents & comments 2014-08-18 16:41:43 +08:00
file.go update the documents & comments 2014-08-18 16:41:43 +08:00
mail_test.go update the documents & comments 2014-08-18 16:41:43 +08:00
mail.go Update mail.go 2014-10-11 00:42:01 +08:00
rand.go update the documents & comments 2014-08-18 16:41:43 +08:00
safemap_test.go update the documents & comments 2014-08-18 16:41:43 +08:00
safemap.go update the documents & comments 2014-08-18 16:41:43 +08:00
slice_test.go update the documents & comments 2014-08-18 16:41:43 +08:00
slice.go utils: fix the SliceIntersect 2014-08-22 16:50:07 +08:00