On Mon, Sep 22, 2014 at 11:55 AM, Loïc Tregan wrote:
>
> 2. See
>> // Step 6. Merge web-fragment.xml files into the main web.xml
>> // file.
>> if (ok) {
>> ok = webXml.merge(orderedFragments);
>>
> 2. See
> // Step 6. Merge web-fragment.xml files into the main web.xml
> // file.
> if (ok) {
> ok = webXml.merge(orderedFragments);
> }
>
> That Step 10 that you cited is about static resources
> (META-INF/resources/ files) and noth
On Sat, Sep 20, 2014 at 1:09 PM, Konstantin Kolinko
wrote:
> 2014-09-19 22:15 GMT+04:00 Loïc Tregan :
> > Hi,
> >
> > Setting logEffectiveWebXml=true in context.xml does not log the web
> > fragments in the clause of the output web.xml; it is
> > not specif
Hi,
Setting logEffectiveWebXml=true in context.xml does not log the web
fragments in the clause of the output web.xml; it is
not specified.
Is it expected ? Should I file a bug ?
I think it is a convenient feature to debug in which order the web
fragments are loaded.
thanks,
loic