kuku

Results 8 issues of kuku

![](https://img.kuku.me/images/2021/03/19/IrCV9.png) 如图所示,该验证码页面,无论输入什么都会进去到网站主页面

@greenlaw110 大佬 我在@Before中使用ActionContext.renderArg()方法,注入了一个对象,例如为UserEntity, 然后我可以在Action方法中的参数写上UserEntity userEntity,act会帮我自动注入这个对象。 但是在写上UserEntity后,我有一个请求,参数为{"a": "b", "b": "c"},我新建了一个pojo对象 ```java class Test { private String a; private String b; } ``` 于是,我尝试在Action方法的参数中写上Test test,UserEntity userEntity,其中userEntity是被正常注入的,test为null。 当我在Action方法的参数只写Test test的时候,是能映射请求参数的。 所以请问,我可以在Action方法的参数中同时接受这2个值吗?如果可以,应该怎么操作

not an issue

@Before注解中,其中priority属性默认为0。 我这里有2个@Before注解,其中一个没有填写priority属性,其中一个填写了priority属性,填写了priority属性(无论为何值)的before方法会慢于没有填写priority属性的before方法, ![image](https://user-images.githubusercontent.com/45278810/136161955-fb387868-713c-42e1-ac10-2c6521f6830f.png) 如图所示,其中没有填写priority属性的before方法为null,填写了的为填写的值,但是为null的before方法总是会在填写了priority属性的before方法之前执行 按照@Before注解,没有填写priority属性默认值应为0

bug
fixed

Add the following dependency into project `pom.xml` file: ``` net.sf.ehcache ehcache 2.10.2 ``` Run `mvn clean package` it won't shutdown the testing process and packaging couldn't move ahead. Console log:...

bug
fixed

my act version is 1.9.1.0,I encountered an exception when using the renderImage method, and I read the pictures in the resource folder ![](https://img.kuku.me/images/2021/03/02/Ic7qw.png) ![](https://img.kuku.me/images/2021/03/02/IcCaY.png)

bug

## Expected Behavior The interface does not report errors and can preview and download files normally. ## Current Behavior After setting environment variable "MINIO_SERVER_URL", interface:`/api/v1/buckets/kuku/objects/metadata?prefix=NDUyNzg4MTAuanBn`, responed: interface: `/api/v1/buckets/kuku/objects/download?prefix=NDUyNzg4MTAuanBn&version_id=null` responed code...

community
triage

### Verify steps - [X] 我已经在 [Issue Tracker](……/) 中找过我要提出的问题 I have searched on the [issue tracker](……/) for a related issue. - [X] 我已经使用公测版本测试过,问题依旧存在 I have tested using the test mod,...