<div dir="ltr">Hi, I need to setup a RestController in order to perform property refreshing. I'm trying to define a bean in mvc-beans.xml file and it's successfully created, but it seems I can not access to the endpoint.<div><br></div><div>this is my class</div><div><div>public class RefreshController {</div><div>    private static final Logger LOGGER = LoggerFactory.getLogger(RefreshController.class);</div><div><br></div><div>    public RefreshController() {</div><div>        LOGGER.info("initializing");</div><div>    }</div><div><br></div><div>    @RequestMapping(value = "/refresh", method = RequestMethod.POST)</div><div>    public void refresh() {</div><div>        LOGGER.info("endpoint refresh called");</div><div>    }</div><div>}</div></div><div><br></div><div>And this is the definition at mvc-beans.xml</div><div> <bean id="properties.refresher" class="net.shibboleth.idp.spring.controller.RefreshController"/><br></div><div><br></div><div>It's supposed to listen at <a href="https://localhost/idp/refresh">https://localhost/idp/refresh</a>, but a Curl to this endpoint cause a 404 error.</div><div>I guess I'm missing something... could you help me please?</div><div><br></div><div>Thanks in advance</div></div><div dir="ltr">-- <br></div><div data-smartmail="gmail_signature"><div dir="ltr"><span><span style="color:rgb(33,33,33);font-family:'helvetica neue',helvetica,arial,sans-serif;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:19.5px;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;float:none;display:inline;background-color:rgb(255,255,255)">--<span class="inbox-inbox-Apple-converted-space"> </span></span><br style="color:rgb(33,33,33);font-family:'helvetica neue',helvetica,arial,sans-serif;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:19.5px;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)"><div style="color:rgb(33,33,33);font-family:'helvetica neue',helvetica,arial,sans-serif;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:19.5px;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)"><div dir="ltr" style="unicode-bidi: isolate;"><div dir="ltr" style="unicode-bidi: isolate;"><div dir="ltr" style="unicode-bidi: isolate;"><span><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:14.6667px;font-family:verdana;color:rgb(102,102,102);font-weight:700;vertical-align:baseline;white-space:pre-wrap">Ignacio Cañón Sánchez</span></p><p style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><br></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><font size="1"><span style="font-family:verdana;color:rgb(102,102,102);font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;background-color:rgb(255,255,255)"><img width="200" height="52" alt="logo Paradigma.png" style="border: none; border-image-source: initial; border-image-slice: initial; border-image-width: initial; border-image-outset: initial; border-image-repeat: initial;" src="https://lh5.googleusercontent.com/b0ycWpZ3G_CDtQImsTxC2m0-FOIaTFG239nRJ31WTW07PL_LHfDAw82UofKB4xSD_3zadZLEgvjB6aN_QxniYB2x7HYhBgoz2IFHK0PTmVy1xn6PPb79CA_K3a_Jn6KR_B56xsi2"></span><span style="font-family:verdana;color:rgb(102,102,102);font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;background-color:rgb(255,255,255)">  </span></font></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:14.6667px;font-family:arial;color:rgb(136,136,136);font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;background-color:rgb(255,255,255)">------------------------------------------------------------</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><a href="http://www.paradigmadigital.com/" style="color:rgb(126,87,194);text-decoration:none"><span style="font-size:14.6667px;font-family:arial;color:rgb(17,85,204);font-weight:400;font-style:normal;font-variant:normal;text-decoration:underline;vertical-align:baseline;white-space:pre-wrap;background-color:rgb(255,255,255)">http://www.paradigmadigital.com</span></a></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:14.6667px;font-family:arial;color:rgb(136,136,136);font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;background-color:rgb(255,255,255)">Vía de las Dos Castillas 33, Ática 4. 2ª Planta</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:14.6667px;font-family:arial;color:rgb(136,136,136);font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;background-color:rgb(255,255,255)">28224 Pozuelo de Alarcón</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span><span style="font-size:14.6667px;font-family:arial;color:rgb(136,136,136);vertical-align:baseline;white-space:pre-wrap">Tel.: 91 352 59 42 // @paradigmate</span></span></p></span></div></div></div></div></span></div></div>