forked from MarkusEh/vdr-plugin-live
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed bug #387. content.ecpp delivers only absolute path requests
without '..' in them.
- Loading branch information
Dieter Hametner
committed
Sep 8, 2007
1 parent
7813337
commit 5f3d9f1
Showing
3 changed files
with
31 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
2007-09-07 Dieter Hametner <[email protected]> | ||
2007-09-09 Dieter Hametner <dh+vdr at gekrumbel dot de> | ||
|
||
* tntconfig.cpp: allways give absolute paths to content.ecpp | ||
* pages/content.ecpp: check for absolute paths which don't contain | ||
upward references (e.g. '../') and deny such requests. | ||
|
||
2007-09-07 Dieter Hametner <dh+vdr at gekrumbel dot de> | ||
|
||
* tntconfig.cpp: Checked and adapted MapUrl regular expressions | ||
to be more live setup secure. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters