java - when springmvc's requestmapping with chinese ,happen an error? -


in springmvc when use request mapping like:

/home/tag/{tag} 

the 'tag' accept string; when transmit chinese word 'tag', such as:

**/home/tag/中文** 

it works, when use same url, change chinese one, such as:

/home/tag/旅行 

i getting 404 error without output in eclipse. i'm new learn springmvc ,i'll appreciate if can me improve.


Comments

Popular posts from this blog

javascript - Feed FileReader from server side files -

java - How to create your own button and Use it with Scene Builder for javafx -

c++ - Drawing a circle in directx 9 -