-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.1.X, 7.2.X, Master
-
Fix Version/s: 7.1.10 DXP FP19, 7.1.10.5 SP5, 7.1.X, 7.2.10 DXP FP7, 7.2.X, 7.3.3 CE GA4, 7.3.4 CE GA5, 7.3.10 DXP GA1, Master
-
Component/s: Forms
-
Branch Version/s:7.2.x, 7.1.x
-
Backported to Branch:Committed
-
Fix Priority:2
-
Git Pull Request:
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.
- causes
-
LPS-128444 Form Data Provider requests are being rejected
- Closed