I am having trouble getting to go to a specific url after creating an entity.
why does Roo try to convert all parameters of entity creation into encodable url values.
can someone explain how
"redirect:/aUser/" + aUser.getId();
should lead us into
http://fooApp/aUser/1005
and not
http://fooApp/aUser/1005?a=b&c=d&e=f&g=h
