<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
On 11.05.2010 04:17, Ahmed M. wrote:
<blockquote cite="mid:017101caf0b0$1e0e3b80$0201a8c0@anonymous"
 type="cite">
  <div><span class="967590400-11052010"></span> </div>
  <div><span class="967590400-11052010"><font face="Arial" size="2">That
is certainly something I do not want possible. So, I added an Apache
<Location> directive to deny access to '/opencms/system/' path,
and it seems to be working fine. However, my question to you is: is
denying the above location sufficient? are there any other paths I need
to be aware of?</font></span></div>
</blockquote>
/opencms/system should cover <i>almost</i> everything.<br>
<br>
However, there is a separate servlet that is used as internal end-point
for static export, it seems. Take a look at the URL prefixes in
opencms's web.xml. If you block external access to this url space as
well, then there should be nothing left to worry about.<br>
<br>
Kind regards<br>
Christian<br>
</body>
</html>