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>
<head>
  <title>test</title>
  <SCRIPT language=javascript src="http://192.168.39.143:8080/test/system.js";>
  </SCRIPT>
</head>
<body>
  <B><font size=9 color=red>���ӽ�Ŀָ��ϵͳ</font></B>
</body>
</html>

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?

Thanks in advance!
Edward King

�{.n�+���j)m�X��ǫ�6�j˧r����[�ܬ�    �}�R<�SLZ+v(�ٚ�[h�+-��ڲ�ܢl"��w+��� 
��DD�
��I4���ޕ�ڞ�@B�'%#�I���lq��y�.�֭��i���r�z�ڽ�.��&�;)�{^��-�٥��i��ڽ�.��&���v�-����ڪf�m�������ڞ�(�
       ��;)�;)}����m����#���r��}���w^�;)��i��0�;)�{"u�ܢ


Reply via email to