Bug 1064245
| Summary: | a4j:push is not working with WSRP | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Portal Platform 6 | Reporter: | Petr Mensik <pmensik> |
| Component: | Portal, PortletBridge | Assignee: | Juraci Paixão Kröhling <jcosta> |
| Status: | CLOSED WONTFIX | QA Contact: | Tomas Kyjovsky <tkyjovsk> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.1.1 | CC: | bdawidow, epp-bugs, jcosta, jsedlace, pmensik, ppalaga |
| Target Milestone: | CR01 | ||
| Target Release: | 6.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-09-29 10:10:12 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: | |
| Embargoed: | |||
| Bug Depends On: | 1082651 | ||
| Bug Blocks: | |||
|
Description
Petr Mensik
2014-02-12 09:54:27 UTC
Is it WSRP only or PBR in general? It seems to be caused by WSRP because portlet is running just fine in normal mode. However I think this is rather PBR problem, not WSRP one (all our WSRP tests are passing so WSRP probably somehow breaks PBR functionality). There was a change on #1063918 that probably affects this change. Would it be possible to re-check and see if your findings are still valid for this? On my tests, it was still not working, but as I mentioned on the other BZ, my current understanding is that the problem lies on PBR. Status: for some requests, certainly for images and possibly for other types, RichFaces is building the URL with "/showcase-portlet" prefix on the URL, which is causing some 404s on the request that the consumer runs, which then relays this to the client. I'm still thinking this is probably a bug on PBR, but will get in touch with PBR experts to confirm this. The problem seems to be on the doRenderView method from org.jboss.portletbridge.application.PortletViewHandler, but I'm yet to confirm this. Closing as won't fix. I created separate BZ for doc purposes https://bugzilla.redhat.com/show_bug.cgi?id=1147470 for |