DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=21242>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=21242

Trailing character renders pages with code





------- Additional Comments From [EMAIL PROTECTED]  2004-09-01 15:22 -------
No, the problem is with the use of the <Location> section, which
should *never* be used to restrict access to something in the
filesystem.  (You are using it to restrict access in the sense that
you are preventing access to the source code.)  You could probably get
the source code simply by requesting files.JSP with your configuration.

Try this instead:
<Directory /full/path/to/directory>
<Files *.jsp>
JkUriSet worker ajp13:localhost:8009
</Files>
</Directory>
(I haven't tested this myself, but it should be closer.)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to