URI Template Matching Regex Min,Max #5252
Replies: 6 comments 1 reply
-
Same problem here. |
Beta Was this translation helpful? Give feedback.
-
same here |
Beta Was this translation helpful? Give feedback.
-
Not currently, you can apply a |
Beta Was this translation helpful? Give feedback.
-
+1 |
Beta Was this translation helpful? Give feedback.
-
+1 I want the micronaut be able to distinguish the correct root when long id or uuid is in path |
Beta Was this translation helpful? Give feedback.
-
+1 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is there a way to define a {min,max} size when using a regex with a path parameter?
Something like:
/bar/{foo:[a-zA-Z0-9]{1,35}}
The '{' and '}' characters are breaking the annotation processor.
Beta Was this translation helpful? Give feedback.
All reactions