[JIRA] (IDP-2108) Work out the Upgrade story

Rod Widdowson (Jira) jira at shibboleth.atlassian.net
Fri May 26 09:49:06 UTC 2023


Rod Widdowson ( https://shibboleth.atlassian.net/secure/ViewProfile.jspa?accountId=59fb32bbc24efb3c4ed3c977 ) *commented* on IDP-2108 ( https://shibboleth.atlassian.net/browse/IDP-2108?atlOrigin=eyJpIjoiMjAxZDMzZWE5NzZmNGM3ZGIyYzYzN2EwZDJkOTcyZmMiLCJwIjoiaiJ9 )

Re: Work out the Upgrade story ( https://shibboleth.atlassian.net/browse/IDP-2108?atlOrigin=eyJpIjoiMjAxZDMzZWE5NzZmNGM3ZGIyYzYzN2EwZDJkOTcyZmMiLCJwIjoiaiJ9 )

----------------------
Some web.xml contexts:
----------------------

3.0.0, 3.1.0
------------

 <context-param>
   <param-name>contextConfigLocation</param-name>
   <param-value>${idp.home}/system/conf/global-system.xml</param-value>
 </context-param>
...
 <init-param>
   <param-name>contextConfigLocation</param-name>
   <param-value>${idp.home}/system/conf/mvc-beans.xml ${idp.home}/system/conf/webflow-config.xml</param-value>
 </init-param>

4.0.0
-----

 <context-param>
   <param-name>contextConfigLocation</param-name>
   <param-value>classpath*:/META-INF/net.shibboleth.idp/preconfig.xml,${idp.home}/system/conf/global-system.xml,classpath*:/META-INF/net.shibboleth.idp/postconfig.xml</param-value>
 </context-param>
 ...
  <init-param>
    <param-name>contextConfigLocation</param-name>
    <param-value>${idp.home}/system/conf/mvc-beans.xml, ${idp.home}/system/conf/webflow-config.xml</param-value>
  </init-param>

4.2.1
-----

   <context-param>
     <param-name>contextConfigLocation</param-name>
     <param-value>classpath*:/META-INF/net.shibboleth.idp/preconfig.xml,classpath:/net/shibboleth/idp/conf/global-system.xml,classpath*:/META-INF/net.shibboleth.idp/postconfig.xml</param-value>
   </context-param>
...
   <init-param>
     <param-name>contextConfigLocation</param-name>
     <param-value>classpath*:/META-INF/net/shibboleth/idp/mvc/preconfig.xml,classpath:/net/shibboleth/idp/conf/mvc-beans.xml,classpath:/net/shibboleth/idp/conf/webflow-config.xml,classpath*:/META-INF/net/shibboleth/idp/mvc/postconfig.xml</param-value>
   </init-param>

It seems to me that the thing to search for is {{$

{idp.home}

/system/conf/}} We will only issue a warning if we encounter this, not fail the install

( https://shibboleth.atlassian.net/browse/IDP-2108#add-comment?atlOrigin=eyJpIjoiMjAxZDMzZWE5NzZmNGM3ZGIyYzYzN2EwZDJkOTcyZmMiLCJwIjoiaiJ9 ) Add Comment ( https://shibboleth.atlassian.net/browse/IDP-2108#add-comment?atlOrigin=eyJpIjoiMjAxZDMzZWE5NzZmNGM3ZGIyYzYzN2EwZDJkOTcyZmMiLCJwIjoiaiJ9 )

Get Jira notifications on your phone! Download the Jira Cloud app for Android ( https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail ) or iOS ( https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100225- sha1:85acc52 )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/commits/attachments/20230526/20f5d2e8/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-avatar-a08770f2-568c-4123-834c-3ddd1b76b4a6
Type: image/png
Size: 457 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20230526/20f5d2e8/attachment-0003.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-static-comment-icon-2e7eee36-8ce0-4055-8b2c-961d7c9e9289
Type: image/png
Size: 1084 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20230526/20f5d2e8/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-static-footer-desktop-logo-5509ea05-d55c-40b8-a3b8-9e1b74e6d949
Type: image/png
Size: 10805 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20230526/20f5d2e8/attachment-0005.png>


More information about the commits mailing list