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
Currently if path variable not used at all, Restler rejects controllers, but users may want to have variables only in urls. We should think how we can support this case. Problem example:
@RequestMapping("{notUsed}")
publicvoidtest();
The text was updated successfully, but these errors were encountered:
Currently if path variable not used at all, Restler rejects controllers, but users may want to have variables only in urls. We should think how we can support this case. Problem example:
The text was updated successfully, but these errors were encountered: