Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 4.0.8
-
Fix Version/s: 4.1
-
Component/s: None
-
Security Level: Public
-
- Environment:
- -
Activity
| Field | Original Value | New Value |
|---|---|---|
| Priority | Blocker [ 1 ] | |
| Description |
When engaging the module Rampart or any other module except Adressing, the module Addressing is automatically engaged.
See the class SoapSUManager.getModules(): {code} private List<String> getModules(final ConfigurationExtensions extensions) { final List<String> result = new ArrayList<String>(); // get modules from extension final String token = extensions.get(MODULES); if (token != null) { // get individual modules values final StringTokenizer st = new StringTokenizer(token, ","); result.add(Constants.MODULE_ADDRESSING); while (st.hasMoreTokens()) { result.add(st.nextToken().trim()); } } return result; } {code} The module WS-Addressing is engaged when the parameter of the JBI descriptor {{modules}} is set. |
When engaging the module Rampart or any other module except Adressing, the module Addressing is automatically engaged.
See the class SoapSUManager.getModules(), svn#28969: {code} private List<String> getModules(final ConfigurationExtensions extensions) { final List<String> result = new ArrayList<String>(); // get modules from extension final String token = extensions.get(MODULES); if (token != null) { // get individual modules values final StringTokenizer st = new StringTokenizer(token, ","); result.add(Constants.MODULE_ADDRESSING); while (st.hasMoreTokens()) { result.add(st.nextToken().trim()); } } return result; } {code} The module WS-Addressing is engaged when the parameter of the JBI descriptor {{modules}} is set. |
| Priority | Blocker [ 1 ] | Major [ 3 ] |
| Assignee | Nicolas Oddoux [ noddoux ] | Adrien Ruffie [ aruffie ] |
| Assignee | Adrien Ruffie [ aruffie ] | Christophe DENEUX [ cdeneux ] |
| Status | New [ 10000 ] | Open [ 10002 ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Fix Version/s | 4.1_4.0 [ 10269 ] | |
| Resolution | Won't Fix [ 2 ] |
| Fix Version/s | 4.1 [ 10186 ] | |
| Fix Version/s | 4.1_4.0 [ 10269 ] |
| Transition | Status Change Time | Execution Times | Last Executer | Last Execution Date | |||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|

As mentionned in
PETALSBCSOAP-96:So, the module 'addressing' must be always engaged, add should be automatically added if the module list does not contain it.
PETALSBCSOAP-96: So, the module 'addressing' must be always engaged, add should be automatically added if the module list does not contain it.