|
|
Be my Escape
|
Added patch to EscapeURL(). Roman Czyborra <czyborra@cs.tu-berlin.de> Could this be the last one? Added patch to inline.c to add more content-types for images.
static java.lang.String escapeUrl (java.lang.String id) Return a string based on id that is fully escaped using URL rules, using a UTF-8 underlying encoding.
static java.lang.String escapeUrl (java.lang.String id) Return a string based on id that is fully escaped using URL rules, using a UTF-8 underlying encoding.
URL_Type, MakeAbsoluteURL, SpaceToPlus, EscapeURL, etc. URL Loader Library Net_GetURL, ProcessNet, InterruptWindow, etc. Protocol library Low level HTTP, FTP, etc. + mime header parsing
This is done by NS_EscapeURL which is now part of xpcom, but started as part of Necko. The information how to escape each segment is stored in a matrix. Also a string should not be escaped more than once
The %CSP.Page class' EscapeURL method replaces all special URL parameter value processing characters with their corresponding escape sequences. For example, if a .csp file uses the value of a server
escapedmessageid = escapeURL($messageid); @@ -119,6 +139,7 @@ my $eventcolor=param('eventcolor')||'none'; my $dayfreq=param('dayfreq')||'thisdayonly'; my $thisandnextndays=param('thisandnextndays')||0;
NS_EscapeURL(NS_ConvertUCS2toUTF8(uStr), esc_AlwaysCopy | esc_OnlyNonASCII, aUTF8Spec);
final classmethod EscapeURL(in) returns %String This method converts the in input URL string into Escaped URL string. • final classmethod HyperEventBody() returns %String
3. fix the bug that string passed to displayNotes are escape with escapeURL, it should be str2html instead. 11/01/2004 ----- 1. adjust the default width/height of address popup window for
|
|
| |