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

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -