-
Notifications
You must be signed in to change notification settings - Fork 699
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allowed Constraint to be used on the requirements option on QueryPara…
…ms and RequestParams
- Loading branch information
1 parent
3345659
commit 7031f40
Showing
5 changed files
with
308 additions
and
47 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
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.
1 comment
on commit 7031f40
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
This seems to produce a bug for me:
"Request parameter value 'test', does not match requirements ''".
Here is my annotation line:
* @RequestParam(name="source", strict=true, description="The source name.")
This was woking with the last commit of the 7th of march.
I'm sorry if this is not the real cause but i didn't had much time to investigate.
preg_quote
turns\d+
annotations from examples to\\d\+