mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-06-01 09:31:59 +00:00
* GSWeb/Resources/languages.plist
add more languages * GSWeb/GSWHyperlink.m _appendQueryStringToResponse:inContext:requestHandlerPath:htmlEscapeURL: use encodeAsCGIFormValuesEscapeAmpersand: not encodeAsCGIFormValues appendAttributesToResponse:inContext: use _appendQueryStringToResponse:inContext:requestHandlerPath:htmlEscapeURL: not _appendQueryStringToResponse:inContext: * GSWeb/GSWSession.m do not dealloc _autoreleasePool in dealloc This seems to fix * GSWeb/NSDictionary+HTML.h * GSWeb/NSDictionary+HTML.m fix typo in method name encodeAsCGIFormValuesEscapeAmpersand * GSWeb/GSWActionURL.m use _appendQueryStringToResponse:inContext:requestHandlerPath:htmlEscapeURL: not _appendQueryStringToResponse:inContext: * GSWeb/GSWDynamicURLString.m disable NSLog * GSWeb/GSWSessionStore.m _checkInSessionForContext: enable [session _releaseAutoreleasePool] add comment git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@30764 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
416e6cad91
commit
bf698d682f
9 changed files with 240 additions and 60 deletions
|
@ -427,7 +427,7 @@ static SEL appendStringSel = NULL;
|
|||
_flags.composed=YES;
|
||||
|
||||
if (([tmpUrl length]==0)) {
|
||||
NSLog(@"%s:cannot parse '%@'", __PRETTY_FUNCTION__, _url);
|
||||
//NSLog(@"%s:cannot parse '%@'", __PRETTY_FUNCTION__, _url);
|
||||
} else {
|
||||
[_url release];
|
||||
_url = [tmpUrl retain];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue