I have a problem with Spring, RequestMapping and eMail-Addresse which I send to my controller method. Actually every email address is received without the ending (after the last point) So if I send this
name@domain.com the controller method receives name@domain.
I found this as a bug but the workaround didn't help me: https://jira.springsource.org/browse/SPR-6164 It's all because of the dots I learned. I build a workaround by replacing the dots with dollarsigns, but this is really ugly and also is shown in the address bar, which is forbidden.
Has anybody an idea?
Thank you.
cheers
Robin
Here is my controller method. Well only the header:
Thank you for your effort. Indeed this is also a solution for my problem. Not perfect, but it is a solution. But luckily, for me, my boss changed his mind, and didn't want to use the eMail address as an ID.
Bob Wheeler wrote:Thank you for your effort. Indeed this is also a solution for my problem. Not perfect, but it is a solution. But luckily, for me, my boss changed his mind, and didn't want to use the eMail address as an ID.
But still thank you,
Robin
Are you Robin or Bob?
Mark
subject: EMail Adresses and Spring Controller methods