Skip to Content.
Sympa Menu

shibboleth-dev - Re: idp extensions - duplicate web resources

Subject: Shibboleth Developers

List archive

Re: idp extensions - duplicate web resources


Chronological Thread 
  • From: Walter Hoehn <>
  • To:
  • Subject: Re: idp extensions - duplicate web resources
  • Date: Wed, 11 Oct 2006 13:16:24 -0500

Sounds like a bug.

-Walter


On Oct 10, 2006, at 6:43 PM, Will Norris wrote:

The last paragraph of the IdP extensions README.txt talks about the behavior when duplicate web resources are found. It claims that resources included in an extension will override those found in the base shibboleth distribution, but I have found that not to be the case. Looking at build.xml, it is in fact configured to not allow extensions to override the files. I was able to get this to work by changing build.xml (line 290) from

<war warfile="${dist}/${idp.webapp.name}.war" webxml="${configroot}/ idp.xml" basedir="${approot}" update="no" duplicate="preserve">

to

<war warfile="${dist}/${idp.webapp.name}.war" webxml="${configroot}/ idp.xml" basedir="${approot}" update="yes" duplicate="add">

I'm just wondering if it was accidentally broken or if there was some other reason for not doing this and the extensions documentation missed getting updated.




Archive powered by MHonArc 2.6.16.

Top of Page