portletmvc4spring
portletmvc4spring copied to clipboard
I was recently assigned to research a way to support Spring Portlets on Spring Framework Version 5.0 on a Portal server in my organization. As part of my research, I...
Hi @ngriffin7a and Team, I am trying to implement basic authentication using Spring REST with Liferay 7 (portletmvc4spring) where I have extended the Spring interceptor HandlerInterceptorAdapter and provided in main...
Hello! I'm try to use spring security for some methods of my REST controller. But i have 403 error all time. My security config:  in web.xml:  Or Is...
Would it be possible to create a PortletMockMvcBuilders class (and supporting classes) in com.liferay.portletmvc4spring.test with similar features to [MockMvcBuilders](https://docs.spring.io/spring/docs/5.2.2.RELEASE/javadoc-api/org/springframework/test/web/servlet/setup/MockMvcBuilders.html) in spring-test? There already is an old [implementation](https://github.com/markusf/spring-test-portlet-mvc) for portlets, but...
> The PortletMVC4Spring master branch was intended to be reserved for compatibility with Spring Framework 6.x, but since Pivotal made the move from the javax. to the jakarta. package namespace,...