• 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

HFSJ Errata - error about auth-constraint

 
Ranch Hand
Posts: 165
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In page 637 of HJSJ,

case 2 says

<security-constraint>
<auth-constraint>
<role-name>Guest</role-name>
</auth-constraint>
<security-constraint>

And then mentioned that only Guest will have access to constrained urls (Admin and member cannot access)...

but in errata its mentioned that..

------------------------------------------------------------

[637] Case 2;
The second row should not have Diane and Annie crossed out.
All of these users would have permission to use the webapp.


------------------------------------------------------------

I don't understand why.. how all three roles will get permission when only Guest was configured in DD
 
Kishore Balla
Ranch Hand
Posts: 165
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry.. My Mistake...

Actually all users have Guest role
reply
    Bookmark Topic Watch Topic
  • New Topic