-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Item14033: Initial commit, move path parsing to Foswiki::Request
So far this commit only handles scripts that have paths /Web/Topic along with optional defaultweb and topic query params. Unit tests pass with some changes: - If any part of the requested path is invalid, the entire path is discarded. That is: - /Invalid:web/ValidTopic will not preserve ValidTopic - /Validweb/Invalid<topic will not preserve the Validweb To Do: - rest scripts - 'attachment' scripts - viewfile / xsendfile - jsonrpc
- Loading branch information
Showing
3 changed files
with
259 additions
and
230 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
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
Oops, something went wrong.