Loc Ha

Results 6 issues of Loc Ha

Added 'IoC - Inversion of Control' section

Thank you for awesome lib. I found out the latest version is 2.1.1 on this http://hjg.com.ar/pngj/latest/ BUT the latest verion on the Maven repository is 2.1.0. Can you please release...

**Requirements:** I want to build a function that can produces URL based on MVC action/controller named arguments and list of named parameter arguments: `{{ url( action='index', controller='main', __param1='value1', __param2=value2, __param3=model.property3...

Fix invocationContext.proceed() is call twice - #254 in RememberMeInterceptor.java Signed-off-by: Loc Ha

In RememberMeInterceptor: public Object intercept(InvocationContext invocationContext) throws Exception { // ... if (isImplementationOf(invocationContext.getMethod(), cleanSubjectMethod)) { // Call cleanSubject cleanSubject( some_args) } // Always get called return invocationContext.proceed(); } private void...

bug