Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.1.X, 7.2.X, Master
-
7.2.x, 7.1.x
-
Committed
-
2
Description
Steps to reproduce:
- Start Liferay, log in as Admin
- Go to Content > Froms > Data Providers
- Create a new Data Provider eg: Countries of the World
- Create a new form and add a Select from List field
- Under the Create List option select From Data Provider
- Select your new Data Provider and its output parameter
- Go to the Site
- Put a Forms portlet on the page
- Select your new form to display
- Check the localhost_access_log in your tomcat_home\logs folder
Note: because the issue is intermittent it might be needed to repeat the steps several times. Simulate a high load on the server might make it easier to reproduce.
Actual behavior: You will see that the Rest Api is called twice: 127.0.0.1 - - [20/May/2020:16:02:05 +0000] "GET /api/jsonws/group/get-user-sites-groups-count HTTP/1.1" 200 1
Expected behavior: The Rest Api should be called only once.
Attachments
Issue Links
- causes
-
LPS-128444 Form Data Provider requests are being rejected
- Closed