• 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

Questions in Secruity..

 
Ranch Hand
Posts: 393
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guys,
Can you please tell me what this question means?...

tHANKS IN Advance...


Which deployment descriptor element is used by the servlet container for a login configuration that uses HTTP Basic authorisation?
1. auth-constraint
2. realm-name
3. form-login-config
4. user-data-constraint
5. web-resource-collection

Answer 2 is correct. The realm element specifies the realm name to use in HTTP Basic authorisation.
Answers 1, 4 and 5 are incorrect because the elements are not used in the login-config deployment descriptor element. Answer 3 is incorrect because the form-login-config element is only used if form based authentication is used. For a login configuration that uses HTTP Basic authorisation, form-login-config is ignored by the servlet container.
 
These are not the droids you are looking for. Perhaps I can interest you in a tiny ad?
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic