About Question enthuware.jwpv6.2.989 :

All the posts and topics that contain only an error report will be moved here after the error is corrected. This is to ensure that when users view a question in ETS Viewer, the "Discuss" button will not indicate the presence of a discussion that adds no value to the question.

Moderators: Site Manager, fjwalraven

Post Reply
ETS User

About Question enthuware.jwpv6.2.989 :

Post by ETS User »

The second option "specify a security-role element for boss in the web.xml." is also correct.

<security-role-ref> elements are used when you want to create a link - roles that you have want to use in your application are not consistent with roles used in the code, but there is no problem if declared roles inside web.xml(using <security-role> element) are matching the roles used in the servlet code.

Code: Select all

<security-role>
        <role-name>boss</role-name>
</security-role>

admin
Site Admin
Posts: 10061
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: About Question enthuware.jwpv6.2.989 :

Post by admin »

You are right. The explanation has been updated.

thank you for your feedback!
If you like our products and services, please help us by posting your review here.

Post Reply

Who is online

Users browsing this forum: No registered users and 61 guests