openamf/src/web/WEB-INF openamf-config.xml,1.16,1.17
[email protected] Thu, 05 Feb 2004 18:49:02 -0800
| Newsgroups | gmane.comp.java.openamf.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/openamf/openamf/src/web/WEB-INF In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11448/src/web/WEB-INF Modified Files: openamf-config.xml Log Message: added patch from Darin Wilson <[email protected]> Now there is a config option called amf-serializer/force-lower-case-keys. By default this is set to true, but can be set to false for ActionScript 2.0 Index: openamf-config.xml =================================================================== RCS file: /cvsroot/openamf/openamf/src/web/WEB-INF/openamf-config.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** openamf-config.xml 20 Aug 2003 19:32:21 -0000 1.16 --- openamf-config.xml 6 Feb 2004 02:48:59 -0000 1.17 *************** *** 1,4 **** --- 1,17 ---- <?xml version="1.0" encoding="UTF-8"?> <config> + + <!-- + Configure behavior of outgoing AMF messages: + forceLowerCaseKeys - if true, the hash maps used to return custom classes + will convert all keys to lower case; + set this to: + true if you're using ActionScript 1.0 on the client, + false if you're using ActionScript 2.0 (which is case-sensitive) + --> + <amf-serializer> + <force-lower-case-keys>true</force-lower-case-keys> + </amf-serializer> + <!-- Required for DefaultGateway--> <invoker> ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn