I'm having a problem moving an application from 3.1 to 3.2.

My webapp is mapped to /host, 
the main servlet in the webapp is handled by just /.

In 3.1, with the following url: 

localhost:8080/host/example/Home/ 

getPathInfo() would return:

/example/Home/

in 3.2 getPathInfo() returns null for the same url.

Any ideas?

Thanks,
Carles

Reply via email to