On Sep 25, 2008, at 5:54 PM, Peter Vandoros wrote:

I also had a look around the WOnder source and found a few usages of "UTF8".

Do you know if WOnder is meant to have updated the usages?

I have no idea, Anjo and Mike did the WO 5.4 compatibility changes to Wonder. Woe unto them. When Wonder moves to WO 5.4 (which might be soonish as WO 5.4.3 seems good), then these should be consistent with the UTF-8 usage of webobjects.



These usages i found are (should I file a bug report for these instead?):

That would be good. Note in the report that these are for WO 5.4 compatibility.

Chuck



1. ERXApplication.installPatches() {
...
// Fix for 3190479 URI encoding should always be UTF8
// See http://www.w3.org/International/O-URL-code.html
// For WO 5.1.x users, please comment this statement to compile.
com.webobjects.appserver._private.WOURLEncoder.WO_URL_ENCODING = "UTF8";
...
}

2. Throughout JavaMonitor and wotaskd

3. ERXWOPasswordTextField.java

public void takeValuesFromRequest(WORequest request, WOContext context) {
...
if (hashValue) {
          value = ERXStringUtilities.md5Hex(value, "UTF8");
}
...
}

4. Session.java in ValidityExample

5. Session.java and GSVModel.java in ValidityModeler

6. ERPublishCalendarPage.java

7. In the ecrypt and decrypt methods in ERXDESCrypter.java

Regards

Peter Vandoros
Software Engineer
Etech Group Pty Ltd
Level 3/21 Victoria St
Melbourne VIC 3000
Australia

Ph: +61 3 9639 9677
Fax: +61 3 9639 9577
----------------------------------
IMPORTANT: This e-mail message and any attachments are confidential and may be privileged. If received in error, please reply to this message and destroy all copies and any attachments. You should check this message and any attachments for viruses or defects. Our liability is limited to resupplying any affected message or attachments. For more information about Etech Group, please visit us at http://www.etechgroup.com.au.






--
Chuck Hill             Senior Consultant / VP Development

Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems.
http://www.global-village.net/products/practical_webobjects






_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to