former_member1379344
Explorer
Member since ‎2019 Aug 07

User Statistics

  • 34 Posts
  • 0 Solutions
  • 3 Kudos given
  • 0 Kudos received

User Activity

Hi, We are seeing below issue when customer tries to add credit card. We are running 2 nodes in a cluster and because of this the customer gets logged out. Any idea what could be the issue? [RequireHardLoginBeforeControllerHandler] Found secure c...
Hi, We have a controller in hybris which have following annotations Problem is we are able to access /about-us even with /about-us.anything As per Spring documentation Here we have set the 'useDefaultSuffixPattern' property as false in spring-m...
We are using the below spring configuration to download csv file to local folder and this is working fine. Is it also possible to upload a file using similar spring configuration using a .ppk file for authentication? <bean id="rtsftpSessionFactory"...
Hi all, Is there any taglib in hybris by which we can get the personalization details of a user group. For e.g "A list of all visible categories" For getting the user group hybris provides Security tag like below <sec:authorize var="isAnonymous" ac...
Hi, Our application requires to have <lastmod></lastmod> tag in sitemap.xml for which I need to extend class de.hybris.platform.acceleratorservices.sitemap.renderer.SiteMapContext and override init() method. But going through the code I found that S...