t relative path in .jsp
>
>Hi,
>
>I'm managing a tomcat application server that has an application with a
>.jsp that has the path hard coded, e.g. ;
>
>/opt/local/jakarta/jakarta-tomcat-4.0.6/webapps/els/upload
>
>The path is used to upload files to. I'd like t
Hi,
I'm managing a tomcat application server that has an application with a
.jsp that has the path hard coded, e.g. ;
/opt/local/jakarta/jakarta-tomcat-4.0.6/webapps/els/upload
The path is used to upload files to. I'd like to recommend to the
developer a change that could be made to make this p
On Tue, 20 Nov 2001, Reto Badertscher wrote:
> Date: Tue, 20 Nov 2001 14:53:08 +0100
> From: Reto Badertscher <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Path in JSP
>
> Hello,
>
> when acces
Sorry for the error : path '/image/logo.gif' should be 'image/logo.gif'
Regards
Reto
-Ursprüngliche Nachricht-
Von: Reto Badertscher [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 20. November 2001 14:53
An: [EMAIL PROTECTED]
Betreff: Path in JSP
Hello,
when ac
Hello,
when accessing a JSP thru a servlet (forward) the following path
/image/logo.gif is valid. When calling a JSP directly i have to use
../image/logo.gif (image and jsp folder are on the same level).
What can i do to use the same path definition?
How can i prevent users from directly accessin