SV: How to protect file from download in JSP?

2002-09-06 Thread Erik Beijnoff
> >When user visit this test.jsp,he may view this JSP source code by use >IE6-View-Source File function and found this source code,then input >http://192.168.39.143:8080/test/system.js in IE6 address,he >can download >my system.js file.But I want to protect my system.js content,how to do >it? > Y

Re: How to protect file from download in JSP?

2002-09-05 Thread David Marquis
dward King Sent: 5 septembre, 2002 03:19 To: [EMAIL PROTECTED] Subject: How to protect file from download in JSP? I have a JSP file and I deploy it with Apache Tomcat.For example,test.jsp is follows: <%@page contentType="text/html> <%@page language="java" %> <html&

How to protect file from download in JSP?

2002-09-04 Thread Edward King
I have a JSP file and I deploy it with Apache Tomcat.For example,test.jsp is follows: <%@page contentType="text/html> <%@page language="java" %> test http://192.168.39.143:8080/test/system.js";> µç×Ó½ÚÄ¿Ö¸ÄÏϵͳ When user visit this test.jsp,he may view this JSP