aspose file tools
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes Contradiction in servlet spec Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "Contradiction in servlet spec" Watch "Contradiction in servlet spec" New topic
Author

Contradiction in servlet spec

Russell Tao
Greenhorn

Joined: Dec 13, 2004
Posts: 12
I found there was a contradiction in servlet spec(pdf),
at p313: <!ELEMENT security-role-ref (description?, role-name, role-link)>
at p336: <!ELEMENT security-role-ref (description?, role-name, role-link?)>

Wondering whether role-link is required or not in security-role-ref?
Narendra Dhande
Ranch Hand

Joined: Dec 04, 2004
Posts: 950
Hi,

at p336: <!ELEMENT security-role-ref (description?, role-name, role-link?)>


The <role-link> is optional.

Thanks


Narendra Dhande
SCJP 1.4,SCWCD 1.4, SCBCD 5.0, SCDJWS 5.0, SCEA 5.0
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Contradiction in servlet spec
 
Similar Threads
HFEJB - Page 598, Q11
Trouble Shooting Deployment
The Order of the security-role Element in DTD
isUserInRole() doubt
<security-role-ref> comes under which tag??