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
There is a problem where if you use /token as a name token it will try make the variable name /token of course that is an illegal symbol for a Java variable name and you get an exception. This needs to be resolved in the Arcbees Plugin Templates code, CreateNameTokens#processTemplate line 141.
// this needs to be processed to remove illegal symbols// like common `/` (I use this route convention).context.put("name", token.getToken());
I can't find the sources for the template processors so I'm just posting here.
Thanks!
The text was updated successfully, but these errors were encountered:
There is a problem where if you use
/token
as a name token it will try make the variable name/token
of course that is an illegal symbol for a Java variable name and you get an exception. This needs to be resolved in the Arcbees Plugin Templates code, CreateNameTokens#processTemplate line 141.I can't find the sources for the template processors so I'm just posting here.
Thanks!
The text was updated successfully, but these errors were encountered: