Index: trunk/build.gradle =================================================================== diff -u -r8375 -r8379 --- trunk/build.gradle (.../build.gradle) (revision 8375) +++ trunk/build.gradle (.../build.gradle) (revision 8379) @@ -96,8 +96,8 @@ compile 'com.lemans.grails.plugins:lemans-core:0.1.0' - compile 'com.lemans.grails.plugins:lemans-security:0.1.2b' - compile 'com.lemans.grails.plugins:lemans-rest:0.1.0b' + compile 'com.lemans.grails.plugins:lemans-security:0.1.2c' + compile 'com.lemans.grails.plugins:lemans-rest:0.1.0c' testCompile 'com.lemans.grails.plugins:lemans-testing:0.1.0' Index: trunk/grails-app/conf/spring/resources.groovy =================================================================== diff -u -r7286 -r8379 --- trunk/grails-app/conf/spring/resources.groovy (.../resources.groovy) (revision 7286) +++ trunk/grails-app/conf/spring/resources.groovy (.../resources.groovy) (revision 8379) @@ -8,19 +8,6 @@ // Place your Spring DSL code here beans = { - httpConnectionManager(PoolingClientConnectionManager) { - setMaxPerRoute(50) - setDefaultMaxPerRoute(100) - setMaxTotal(200) - } - - httpClient(DefaultHttpClient, httpConnectionManager) - - tokenVerifier(TokenVerifier) { - httpClient = ref('httpClient') - authServiceContext = ref('authServiceContext') - } - Environment current = Environment.current if (current != Environment.PRODUCTION) { authServiceContext(String, 'http://services1.dev.lemanscorp.com/auth-service/verifyRequest')