portletmvc4spring icon indicating copy to clipboard operation
portletmvc4spring copied to clipboard

Results 4 portletmvc4spring issues
Sort by recently updated
recently updated
newest added

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: ![image](https://user-images.githubusercontent.com/9808191/79494185-3fc44d80-802b-11ea-9c25-d088ee551c99.png) in web.xml: ![image](https://user-images.githubusercontent.com/9808191/79494218-4f439680-802b-11ea-8345-eb83d834b7fe.png) 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...