gandres / pwm

Automatically exported from code.google.com/p/pwm
0 stars 0 forks source link

problem with ajaxification of admin pages #450

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. login to the admin backend
2. openup audit log, intruder and activesession pages

The ajaxification of the auditlog, intruders, adn activesessions have a bug 
since revision 587: the pwmFormID is not present in the XHR request 
(refreshData()) to the RestAppDataServer. This leads to no data being loaded 
with a default PwmConfig, because determineIfRestClientIsExternal falls back to 
PwmSetting.ENABLE_EXTERNAL_WEBSERVICES (which is false by default).

Attached a simple patch to get this issue fixed

Original issue reported on code.google.com by sebastia...@gmail.com on 17 Aug 2013 at 7:52

Attachments:

GoogleCodeExporter commented 9 years ago
The patch (edited the filename to match the issue number).

Original comment by sebastia...@gmail.com on 17 Aug 2013 at 7:53

Attachments:

GoogleCodeExporter commented 9 years ago
Its fixed in revision 593

Original comment by jrivard on 17 Aug 2013 at 7:57

GoogleCodeExporter commented 9 years ago

Original comment by jrivard on 17 Aug 2013 at 7:57

GoogleCodeExporter commented 9 years ago
At the speed of lightning! Muchas Gracias :)

Original comment by sebastia...@gmail.com on 17 Aug 2013 at 8:11