Results 2 issues of Vladimir Surcov

Hi, my idp supports global logout, and it posts SAML on /saml/logout/. SAMLLogoutFilter get this request and when SecurityContextLogoutHandler do ` HttpSession session = request.getSession(false); SecurityContext context = SecurityContextHolder.getContext();` they...

How can I use net.sf.jasperreports.export.xls.pattern ? I try ` SimpleXlsReportConfiguration configuration = new SimpleXlsReportConfiguration(); configuration.setDetectCellType(true); // false also don't help ` ` ColumnBuilder clmb = ColumnBuilder.getNew(); clmb.addFieldProperty("net.sf.jasperreports.export.xls.pattern","[h]:mm"); ` but is...