Michaelwah
Programmer
I am writing a Java Application need to access servlet.
The servlet server is Tomcat/Apache.
Apache seem change "space to %20" and "; to %3b"
e.g.
become
and Tomcat cannot handle it and return error 404.
how can it solve this problem ??
The servlet server is Tomcat/Apache.
Apache seem change "space to %20" and "; to %3b"
e.g.
become
and Tomcat cannot handle it and return error 404.
how can it solve this problem ??