mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-31 09:11:11 +00:00
* gsweb.make.in: Change 'WO' framework names to WobObjects,
WOExtensions and WOExtensionsGSW. * GSWeb.framework/GNUmakefile: Ditto. * GSWeb.framework/Makefile.postamble. Ditto. * GSWExtensions.framework/Makefile.preamble: Ditto. * GSWExtensionsGSW.framework/Makefile.preamble: Ditto. * GSWExtensionsGSW.framework/GNUmakefile: Ditto. * GSWExtensions.framework/GNUmakefile: Ditto. Move top level GSWSessionRestorationErrorPage.gswd into GSWSessionRestorationErrorPage.gswc. * GSWExtensions.framework/GSWSessionRestorationErrorPage.gswd * GSWExtensions.framework/GSWSessionRestorationErrorPage.gswc/ GSWSessionRestorationErrorPage.gswd Moved contents into component. * GSWExtensions.framework/Makefile.postamble: Install components for 'WO' names correctly. * GSWExtensionsGSW.framework/Makefile.postamble: Ditto. * GSWExtensions.framework/French.lproj/ GSWSessionCreationErrorPage.gswc/GSWSessionCreationErrorPage.gswd: Use correct #include syntax. * GSWeb.framework/GSWWOCompatibility.h: Add WOExceptionPage. * GSWeb.framework/GSWApplication.m ([GSWApplication handleException:inContext:]): Remove temporary hack to load 'GSW' exception page for 'WO' names. * GSWExtensions.framework/GSWExceptionPage.m ([GSWExceptionPage setException:]): Remove excess exception log. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18388 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
abeda75255
commit
5701ed02b6
17 changed files with 295 additions and 145 deletions
|
@ -3506,17 +3506,10 @@ to another instance **/
|
|||
NSDebugMLog(@"EXCEPTION=%@",anException);
|
||||
NS_DURING
|
||||
{
|
||||
//
|
||||
// response=[self _handleErrorWithPageNamed:GSWExceptionPageName[GSWebNamingConv]
|
||||
// exception:anException
|
||||
// inContext:aContext];
|
||||
// we have only GSWExceptionPage until now
|
||||
|
||||
response=[self _handleErrorWithPageNamed:GSWExceptionPageName[0]
|
||||
exception:anException
|
||||
inContext:aContext];
|
||||
|
||||
|
||||
response =
|
||||
[self _handleErrorWithPageNamed: GSWExceptionPageName[GSWebNamingConv]
|
||||
exception: anException
|
||||
inContext: aContext];
|
||||
}
|
||||
NS_HANDLER
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue