I have an OIS application that has been built on the presentation server. While doing some performance testing we are noticing that the instance data is not being compressed within the hidden field name="$hidden". From reading the documentation this data should have been gzipped and base-64 converted. We also attempted to turn on encryption on for the hidden information as well as the names using the following within the properties.xml.
<property as="xs:boolean" name="oxf.xforms.encrypt-hidden" value="true"/> <property as="xs:boolean" name="oxf.xforms.encrypt-names" value="true"/> With either of these properties set, together or seperatly we are receiving a NullPointer Exception. Is there anything that needs to be done to ensure that the hidden information is compressed and/or encrypted? Is there a solution for the long Xpath names for the fields within the form to be compressed also, reducing the amount of data being sent to and from the browser? Thanks Wes ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ orbeon-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/orbeon-user
