Re: weird combination! (followup: Form field ignored?!? Weird...)
Re: weird combination! (followup: Form field ignored?!? Weird...)
- Subject: Re: weird combination! (followup: Form field ignored?!? Weird...)
- From: Peter Vandoros <email@hidden>
- Date: Fri, 26 Sep 2008 10:54:57 +1000
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?
These usages i found are (should I file a bug report for these
instead?):
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
.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden