Page 1 of 1

About Question enthuware.jwpv6.2.856 :

Posted: Wed Nov 15, 2017 12:34 am
by JJeena
does the order matters between <env-entry-value> and <env-entry-type>
So the element I made was:
<env-entry>
<env-entry-name>someFlag</env-entry-name>
<env-entry-type>java.lang.Boolean</env-entry-type>
<env-entry-value>true</env-entry-value>
</env-entry>


I know it might not be a good practice to do like this But is it incorrect?
Just want to be sure.
Thanks

Re: About Question enthuware.jwpv6.2.856 :

Posted: Wed Nov 15, 2017 2:39 am
by admin
Yes, it is incorrect. Some servlet containers may not generate an error but you should follow the order given in the specification.