Skip to content

Commit

Permalink
DS-1581 Prevent double-up of restriction message
Browse files Browse the repository at this point in the history
  • Loading branch information
helix84 committed Jun 20, 2013
1 parent 5816e75 commit f377bac
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,17 +191,8 @@ and searching the repository.
<map:serialize type="xml"/>
</map:match>
</map:match>

<map:match type="HandleAuthorizedMatcher" pattern="!READ">
<map:transform type="RestrictedItem">
<map:parameter name="header" value="xmlui.ArtifactBrowser.RestrictedItem.auth_header"/>
<map:parameter name="message" value="xmlui.ArtifactBrowser.RestrictedItem.auth_message"/>
</map:transform>
<map:serialize type="xml"/>
</map:match>
</map:match>


</map:match> <!-- End match handle/*/** -->

<!-- Not a URL we care about, so just pass it on. -->
Expand Down

0 comments on commit f377bac

Please sign in to comment.