Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

Commit

Permalink
SPR-8361
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Donald committed Jun 8, 2011
1 parent e159e42 commit 880c5d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class MappingController {
return "Mapped by path + method + presence of header!";
}

@RequestMapping(value="/notheader", method=RequestMethod.GET, headers="!FooHeader")
@RequestMapping(value="/mapping/notheader", method=RequestMethod.GET, headers="!FooHeader")
public @ResponseBody String byHeaderNegation() {
return "Mapped by path + method + not presence header!";
}
Expand Down

0 comments on commit 880c5d1

Please sign in to comment.