-
Notifications
You must be signed in to change notification settings - Fork 95
Closed
Description
About a month ago jython was updated from 2.7.0 to 2.7.1.
Since then, submitting scans fails when the size of the scan exceeds about 65k.
A display (BOY or Display Builder) that runs a script like this:
file = open("xml")
xml = file.read()
print xml
from scan.client.scanclient import ScanClient
scan_client = ScanClient()
result = scan_client.simulate(xml)
fails when the XML for the scan that it tries to submit exceeds about 65k.
The same script works fine when executed by plain python,
and it also works fine when using jython 2.7.0.
Need to either find the magic configuration parameter for jython 2.7.1 that is causing this limitation, or go back to jython 2.7.0.
Metadata
Metadata
Assignees
Labels
No labels