| Author |
File not found exception
|
Subhash Pavuskar
Ranch Hand
Joined: Jun 29, 2011
Posts: 57
|
|
I have the following script in a jsp page.
String homesDir = response.encodeURL(request.getContextPath());
homesDir=homesDir+"/"+request.getParameter("user");
i got homesDir= /spaceplanner-portlet;jsessionid=EB503511999BB15533D4F3A6BD40965B/20tech
why is this session id getting appended to the root path.???
Because of this path data is not getting saved.
stacktrace................
|
 |
 |
|
|
subject: File not found exception
|
|
|