agentzh / openresty

The reference implementation of the OpenResty server in Perl and Haskell

This URL has Read+Write access

commit  bdc63deee18929e96997b0f0a22dcca1346ccb06
tree    80a17baa1ee85849f49c4356be90ed40b8b603cf
parent  17e50e5d5425b95bea433e7e7496aecfb548e9cd
openresty / TODO.QA
100644 28 lines (23 sloc) 1.029 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Coverage testing TODOs:
 
 
Old TODOs:
* add column hits limit.
* /=/model.json?var=foo
* t/p3p-cookie.t for cross-site cookie support and the cookie_site url param
* view description should be mandatory
* [bug] when view name is duplicate (POST/PUT)
* [bug] when view definition is duplicate (POST/PUT)
* [bug] reject updating the names of the builtin roles.
* add the sorting capability (i.e. the order_by url param) to model/view/role lists
* [bug] PUT an empty label.
* [bug] PUT /=/role/Foo/id/32 does not work as expected.
* order in ACL rule listing
 
1、
action 的参数值为 0 时会有错误。。。
agent.zhang: 1. action 参数用于 URL 拼接
agent.zhang: 2. action 参数用于 SQL 语句比如 where col > $value 中的 value 参数
 
2、
agent.zhang: 1. 递归调用 action (分直接递归和间接递归两种)
 
3、
agent.zhang: 创建一个带参数的 action
agent.zhang: 然后在调用它时,参数提供一个带汉字的值
agent.zhang: 目前的(错误的)实现是会引入乱码