I have the application served through:
http://localhost:8080/app
and in one of my controllers:
When createLink(mapping: 'admin_role_list', params: params) generates:Code:redirect(uri: createLink(mapping: 'admin_role_list', params: params))
But, the redirect goes to:Code:/app/admin/roles/list
instead ofCode:http://localhost:8080/app/app/admin/roles/list
Why and how do I avoid it?Code:http://localhost:8080/app/admin/roles/list
Thanks,


Reply With Quote