• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

<Security> header block with no actor can be processed by any node?

 
Bartender
Posts: 2419
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
According to MZ's notes , there is a statement:


The Security header block without a specific s:actor can be consumed by anyone, but must not be removed prior to the final destination as determined by WS-routing.


Example of the security header block:


Usually, if a header block does not have actor attribute specified, this block must be processed by the ultimate receiver, not anyone.
If the header block has been processed, it is usually removed.
Does the quote in MZ's noted contradict with what a header process usually does?
reply
    Bookmark Topic Watch Topic
  • New Topic