| Summary: | Getting 401 unauthorized when starting a process instance via REST with kie-services-client | ||
|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Radovan Synek <rsynek> |
| Component: | Business Central | Assignee: | Marco Rietveld <mrietvel> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Radovan Synek <rsynek> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.0 | CC: | kverlaen, mbaluch, rrajasek, smcgowan, vigoyal |
| Target Milestone: | ER4 | ||
| Target Release: | 6.0.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-08-06 20:12:45 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Radovan Synek
2013-09-03 12:16:00 UTC
Workaround exists - It's required to remove security. Please decide weather this should be fixed for Beta. This is fixed in the community CR3 build, by the commit referenced above. The workaround Marek stated in comment 1 has two steps: 1. comment out url-pattern /rest/* in filter-mapping for UberFire Security Filter in web.xml 2. use AuthenticationType.NONE when instantiating the kie-services-client for REST Verified on BPMS-6.0.0.ER4 |