]
Maciej Swiderski updated WFLY-3415:
-----------------------------------
Attachment: WFLY-3415-stactrace.txt
complete stack trace
REST provider does not handler : in the URI properly
----------------------------------------------------
Key: WFLY-3415
URL:
https://issues.jboss.org/browse/WFLY-3415
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: REST
Affects Versions: 8.0.0.Final, 8.1.0.CR1, 8.1.0.CR2
Reporter: Maciej Swiderski
Assignee: Stuart Douglas
Attachments: WFLY-3415-stactrace.txt
REST provider does not handler : in the URI properly and fails with
[org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher] (default task-1)
Failed to parse request.: java.lang.IllegalArgumentException: Illegal uri template:
runtime/org.jbpm:HR:1.0/process/hiring/start
complete stack trace attached. in jbpm we use GAV (of maven deployable artifact) as an
identifier of a resource and while trying to move up to Wildfly (from EAP 6.1) we
encountered this issue which looks like a limitation compared to previous version. Is this
done by design or is more like a bug?