mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-30 16:50:52 +00:00
* GSWeb.framework/GSWDefaultAdaptorThread.m:
o log remote address * GSWeb.framework/GSWDeployedBundle.m: o fix in lockedCachedRelativePathForResourceNamed:inDirectory:forLanguage: to really use cache * GSWeb.framework/GSWDirectAction.m: o call application -createContextForRequest: instead of directGSWContext creation * GSWeb.framework/GSWDynamicElement.h: o removed -definitionName and -setDefinitionName: git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@17024 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
17c17943cc
commit
d607fa669c
4 changed files with 4 additions and 6 deletions
|
@ -585,7 +585,7 @@ RCS_ID("$Id$")
|
|||
NSString* method=[requestLineArray objectAtIndex:0];
|
||||
NSString* url=[requestLineArray objectAtIndex:1];
|
||||
NSArray* http=[[requestLineArray objectAtIndex:2] componentsSeparatedByString:@"/"];
|
||||
[GSWApplication statusLogWithFormat:@"Request uri=%@",url];
|
||||
[GSWApplication statusLogWithFormat:@"RemoteAddress=%@ Request uri=%@",_remoteAddress,url];
|
||||
|
||||
NSDebugDeepMLLog(@"info",@"method=%@",method);
|
||||
NSDebugDeepMLLog(@"info",@"url=%@",url);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue