I am using play framework 1.2.5. If I use camelCase for my controller names, the URL appears to follow the same format. Is there anyway I can keep the camelcase for the controller names without needing to use camelCase in the resulting URL. I believe I could try something like the following (regex in routes.conf) but I was wondering if there is another way:
[aA]dmin
Thanks in advance.