Closed GoogleCodeExporter closed 8 years ago
Fixed mgronber/fix-issue-139@1649
Log message
Added back the call to removeNestedMarkers() for those cases where the
formSnippet does not contain any sensitive data and is not filtered but simply
returned from the call to filterSensitiveData(). In those cases, if the
formSnippet contains script code it many also contain CDATA markers which will
become nested when the from is wrapped again.
Tests Passed:
- All Unit tests
- Tested on GSA with form with script and no sensitive data.
Change Log:
M source/java/com/google/enterprise/connector/servlet/ConnectorManagerGetServl
et.java
- Put back the call to filter nested markers to cover those cases where the
form does not contain any sensitive data but may contain CDATA markers for
scripts.
Original comment by mgron...@gmail.com
on 6 Apr 2009 at 8:18
Fixed in r1650 which was the merge of mgronber/fix-issue-139@1649 into trunk/
Original comment by mgron...@gmail.com
on 6 Apr 2009 at 8:20
Original issue reported on code.google.com by
mgron...@gmail.com
on 6 Apr 2009 at 7:13