You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So during compilation the compiler complains about invalid escape sequences because \d is not well escaped with two backslashes.
I thought that would be related to the ResourceDelegate stuff but now I think the problem is located in gwtp-dispatch-rest. Maybe the only thing to do is to remove the regular expression stuff in the path because it shouldn't be needed for filling in the parameters:
The text was updated successfully, but these errors were encountered:
ias-dt
changed the title
Regular expressions in path parameters are raising errors during compile of ResourceDelegates
Regular expressions in path parameters are raising errors in gwtp-rest-dispatch
May 20, 2015
We have a resource which uses regular expressions within the @path annotation like
In the generated RestAction implementation contains a constructor with:
So during compilation the compiler complains about invalid escape sequences because
\d
is not well escaped with two backslashes.I thought that would be related to the ResourceDelegate stuff but now I think the problem is located in gwtp-dispatch-rest. Maybe the only thing to do is to remove the regular expression stuff in the path because it shouldn't be needed for filling in the parameters:
The text was updated successfully, but these errors were encountered: