Xian Boullosa

Results 5 issues of Xian Boullosa

## Issue **Impacted version**: 4.32.0 **Deployment mode**: *explain here how you use GitBucket : Docker container trough Apache 2.4 with LDAP Authentication **Problem description**: When a token is set-up for...

improvement

Right now, by default, shiro remembrs the credentials submited by the user, to prevent redundant lookups checking the realm / permission mappers and so on. That's done following the premise...

in progress
new feature

[Shiro.ini](https://shiro.apache.org/web.html#Web-Configuration) configuration is currently inaccessible within software configuration. Currently you have to create an AbstractModule Annotated with @Install annotation and bind the constants on the configure() method An example could...

Right now, FluentAssembler takes care of creating a new instance of the target Dto. There are cases that it may be handy to have some control over which object the...

new feature

FluentAssembler struggles with Tuples when one of the members of the tuple is an Array. When a tuple that has at least one variable length aggregate collection, (EX: A BookAggregate...

bug