Bug 905033
| Summary: | Seam2.3 s:link conversation propagation none broken | ||
|---|---|---|---|
| Product: | [Retired] JBoss Enterprise WFK Platform 2 | Reporter: | Tomas Remes <tremes> |
| Component: | Seam | Assignee: | Marek Novotny <mnovotny> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Marek Schmidt <maschmid> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.2.0 | CC: | maschmid, myarboro |
| Target Milestone: | ER2 | ||
| Target Release: | 2.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-05-14 14:54:08 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: | |||
|
Description
Tomas Remes
2013-01-28 12:23:06 UTC
s:link / s:button with propagation="none" does propagate conversations even when it shouldn't since the fix for JBSEAM-4976, as the conversation id gets appended always by the SeamViewHandler. Also note that with propagation="join", the conversation id is appended two times there (once from the s:link and once by the SeamViewHandler) Verified on WFK 2.2.0.ER2, filed another BZs for other issues with s:link and conversation ids: https://bugzilla.redhat.com/show_bug.cgi?id=920109 Seam2.3 s:link with propagation=none generates ugly URLs https://bugzilla.redhat.com/show_bug.cgi?id=920625 Seam2.3 s:link propagation="join" conversation id is appended two times https://bugzilla.redhat.com/show_bug.cgi?id=921660 Seam2.3 SeamViewHandler adds conversation id even if conversation is not long running Closed as CURRENTRELEASE, part of WFK 2.2.0 distributables. |