Hi with spring mvc 3.0.5 and
jsp, I use Spring PathVariable to pass an {id} to controller, where {id} is an email address.
After the id has been passed into the controller, the tailing .au of the email address is missing.
Here is the log messages:
In the above log message, I am passing in email address
samuel@morfeusflex.com.au as the {id}, but ".au" is missing from its mapping.
here is my jsp file:
controller class:
What is wrong with the spring mapping in my example?
Any suggestion is very appreciated.
Thanks
Sam