Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
tests
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Jun 2008 at 15:05 UTC
Updated:
23 Jul 2008 at 10:56 UTC
Jump to comment: Most recent file
.module and .install files are protected from direct access. The .test files don't contain many sensitive secrets, but it should be common practice to hide all PHP code (and in fact all files that don't need to be downloaded directly). Right now, it is possible to view any .test file in the browser.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | restrict_test_files.patch | 685 bytes | boombatower |
Comments
Comment #1
boombatower commentedI'm not sure if this is all that is needed, but I believe so.
Comment #2
boombatower commentedTested and seems to do the trick.
Comment #3
dries commentedCommitted to CVS HEAD. Thanks.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.