We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The two methods of the class org.imixs.workflow.jaxrs.DocumentRestService :
org.imixs.workflow.jaxrs.DocumentRestService
public XMLDataCollection getDocument(java.lang.String,java.lang.String) public XMLDataCollection getConfiguration() throws java.lang.Exception
matching the same path pattern:
@path("/{uniqueid}") @path("/configuration")
See https://stackoverflow.com/questions/46081787/resteasy002142-multiple-resource-methods-match-request
In some cases it is not possible to connect to the admin client.
see: imixs/imixs-admin#30 (comment)
The text was updated successfully, but these errors were encountered:
added regex to test for UID format and also old unqiueid format
efa4330
#390
dc529b4
imixs#390
No branches or pull requests
The two methods of the class
org.imixs.workflow.jaxrs.DocumentRestService
:matching the same path pattern:
See https://stackoverflow.com/questions/46081787/resteasy002142-multiple-resource-methods-match-request
In some cases it is not possible to connect to the admin client.
see: imixs/imixs-admin#30 (comment)
The text was updated successfully, but these errors were encountered: