DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42547>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42547





------- Additional Comments From [EMAIL PROTECTED]  2007-05-31 08:33 -------
(In reply to comment #1)
> More info on having duplicate names in the following scenarios
> 
> web.xml           context descriptor       winner
> ------------      --------------------     ------------
> no entry          <Environment>            <Environment>
> <env-entry>       <Environment>            <env-entry>
> <env-entry>       no entry                 <env-entry>
> no entry          <ResourceLink>           <ResourceLink>
> <env-entry>       <ResourceLink>           blows up

This needs to be updated slightly to take into account the override property of
the <Enviroment> tag in the context descriptor. 

web.xml           context descriptor            winner
------------      --------------------          ------------
no entry          <Environment>                  <Environment>
<env-entry>       <Environment>                  <env-entry>     
<env-entry>       <Environment override="true">  <env-entry>   (same as 
previous)
<env-entry>       <Environment override="false"> <Environment>
<env-entry>       no entry                       <env-entry>
no entry          <ResourceLink>                 <ResourceLink>
<env-entry>       <ResourceLink>                 blows up

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to