I’ve got a file, containg html and locating in relative directory.
When i return it in a jsp page using out.write(file>), then everything is ok.
But when i return it using response.sendRedirect(file>), i’ve got a 404 error.
What seems to be a problem?
Please, help.
Unless you provide:
- the U
On 27/11/2012 07:45, bas...@obninsk.com wrote:
> Hi.
>
> I’ve got a file, containg html and locating in relative directory.
> When i return it in a jsp page using out.write(),
> then everything is ok.
> But when i return it using response.sendRedirect( file>), i’ve got a 404 error.
>
> What seem