zh199225
110261778e
Always set a default value "/" for Cookie "Path"
...
When the URL is end with "/", and the parameter "Path" of SetCookie() Function is "", the "Path" of cookie that set in browser will not be the default value "/"., I think it's incorrect. When the URL is not end with "/", it's correct.
2022-04-29 16:43:04 +08:00
Ming Deng
4ea052602a
Making XSRFSecure and XSRFHttpOnly Configurable
2021-01-19 23:00:31 +08:00
JessonChan
1c893996c0
improve the download func code
2019-01-23 12:36:14 +08:00
JessonChan
a9ffc2a078
https://github.com/astaxie/beego/issues/3446
...
Use UTF-8 as the encoding of the "filename*" parameter, when
present, because at least one existing implementation only
implements that encoding.
2019-01-23 12:30:57 +08:00
Ruben Cid
755cc98ef7
Fix content type
2018-08-21 12:32:16 +02:00
Ruben Cid
5c407ff2e3
Add map shortcut and ServeFormatted method in output
2018-08-20 22:55:50 +02:00
astaxie
5ba9e63086
Merge branch 'develop' into feature/YAML
2018-07-20 23:24:51 +08:00
astaxie
67d9241abc
Merge pull request #3171 from whomm/master
...
debug stringsToJSON
2018-06-23 22:50:11 +08:00
astaxie
d3d97de312
Merge pull request #3200 from openset/master
...
Update: use PathEscape replace QueryEscape
2018-06-12 22:45:14 +08:00
Sandy
bf915c3280
Update: use PathEscape replace QueryEscape
...
If filename contain space(" "), QueryEscape use "+" instead.
2018-06-12 16:15:20 +08:00
Ruben Cid
7c80bf6f9d
Add YAML
2018-05-30 16:06:40 +02:00
whomm
e96ae0c24a
debug stringsToJSON
...
json char: \u four-hex-digits number(http://json.org/ )
2018-05-21 15:18:18 +08:00
astaxie
e96a5fb3ca
Merge pull request #3115 from m4grio/minor-typo
...
Amend a very minor typo in a variable name
2018-04-20 19:26:42 +08:00
Mario Álvarez
5fb29cb772
Amend a very minor typo in a variable name
2018-04-10 12:19:50 +08:00
Pritesh Gudge
aac69674ad
Update Documentation in Output.go
...
Fix Documentation for HTTP status codes descriptions.
2017-12-21 13:50:28 +05:30
eyalpost
8b504e7d51
incorrect error rendering (wrong status)
2017-06-12 21:05:40 +03:00
Eyal Post
e32a18203b
fix gosimple
2017-05-17 21:27:32 +03:00
Eyal Post
828cbbdf5d
Refactor a bit to consolidate packages
2017-05-17 20:38:59 +03:00
astaxie
e76423e6dc
revert #2518 , fix #2605
2017-04-30 23:59:38 +08:00
liaoziqian
b0e2012a17
Fix set cookie bug, zero max age is not valid.
2017-03-21 09:15:30 +08:00
jiayukun
393e4c4969
Improve json coding performance
2017-02-22 17:38:26 +08:00
kbynd
2f6da122fd
Update output.go
2017-01-02 09:17:17 +05:30
kbynd
f0d1d7149b
Update output.go
2016-12-31 16:14:38 +05:30
kbynd
96387e9a9b
EnableGZip=true,then content-length header missing
...
This results in responses with Content-Type as gzip as opposed to original content type.
This affects ServeJSON() function.
2016-12-31 16:04:34 +05:30
astaxie
01c3812520
Merge pull request #2086 from Maxgis/issue_accept_encoding
...
Refactoring
2016-08-07 16:25:51 +08:00
maxin
ce6f19871c
Refactoring
2016-08-06 21:13:58 +08:00
astaxie
ce6d673933
Merge pull request #2045 from Maxgis/master
...
avoid error when the callback function not exisit
2016-08-02 09:50:52 +08:00
maxin[马鑫]
8099a81b7a
avoid error when the callback function not exisit
2016-07-15 19:13:35 +08:00
ysqi
830985b90b
QueryEscape Download File Name
2016-04-27 22:05:31 +08:00
astaxie
52fbab329d
Merge pull request #1844 from mishudark/master
...
delete not used variable (status int) in output.go functions
2016-03-30 15:44:32 +08:00
mishudark
eae2147735
chore(output.go): delete not used variable (status int) in check status functions
2016-03-29 23:28:53 -06:00
YuShuangqi
b7d1afbf86
Remote empty line
2016-03-24 08:35:42 +08:00
ysqi
1eab11ca90
fixed #1815 check file before download
2016-03-23 21:27:28 +08:00
astaxie
d90195061f
fix #1783
2016-03-13 11:16:19 +08:00
astaxie
5698b5dc92
Merge pull request #1709 from mlgd/develop
...
Fix cookies in accordance with the "net / http" and Flash usage
2016-03-08 13:53:43 +08:00
Mickaël GALLARD
9119f766d2
Fix cookies in accordance with the "net / http" and Flash usage
...
Fixed issue of Flash cookies that are deleted before being read
Max-age parameter conform to "net/http" Cookie
2016-02-22 13:35:54 +01:00
ysqi
d35c50a8e0
return write body error
2016-02-12 11:36:25 +08:00
ysqi
810f6db8d2
fix #1669 write empty body panic error
2016-02-12 11:27:59 +08:00
astaxie
f70f338025
use sync.Pool to reuse Context
2015-12-10 21:59:54 +08:00
JessonChan
bc2195b07f
code simplify
2015-11-12 16:59:07 +08:00
JessonChan
a9881388f7
accept encoder header setting fixed
2015-11-12 10:08:57 +08:00
JessonChan
e4c6e5d2e1
change package
2015-11-11 13:47:47 +08:00
JessonChan
8603127c81
beego package file path rewrite
2015-11-10 13:10:42 +08:00
JessonChan
83ec39d02e
refactor max age cookies setting
2015-11-10 11:47:10 +08:00
JessonChan
3872c48349
accept encoding refactor and bug fixed
2015-11-10 10:55:47 +08:00
astaxie
821b2f832e
fix the type assert
2015-11-09 11:03:57 +08:00
JessonChan
1abf85ed2a
simplify the switch code
2015-09-22 15:18:24 +08:00
astaxie
ff5b09fc19
golint context
2015-09-10 15:31:09 +08:00
Yongzheng Lai
a311d712a5
Update output.go
2015-05-25 09:10:35 +08:00
Yongzheng Lai
bb5351bb9f
Update output.go
...
fix cookie not work in IE
2015-05-25 09:10:35 +08:00