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

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

php - Prepared Statement Inner Join Cannot Pass Parameter by Reference -

c# - Value cannot be null or empty.\r\nParameter name: name -