Skip to content

Commit

Permalink
Document that mappings nest.
Browse files Browse the repository at this point in the history
  • Loading branch information
schwern authored and miyagawa committed Jan 17, 2011
1 parent d1e8290 commit b5cd811
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Plack/App/URLMap.pm
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ C</foo/> or C</foo/bar> but it B<won't> match with C</foox>.
Mapping URL with host names is also possible, and in that case the URL
mapping works like a virtual host.
Mappings will nest. If $app is already mapped to C</baz> it will
match a request for C</foo/baz> but not C</foo>.
=item mount
Alias for C<map>.
Expand Down

0 comments on commit b5cd811

Please sign in to comment.