mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-23 11:41:20 +00:00
* GSWeb.framework/GSWSessionTimeOut.m: o fix in -description * GSWeb.framework/GSWApplication.m: o build currentRunLop before calling -run o log allFrameworks when a component is not found * GSWeb.framework/GSWHyperlink.m: o better handling of isSecure (regarding current request secure state) * GSWExtensions.framework/GSWSessionRestorationErrorPage.gswd: o use "" pageName so application may choose the main page * GSWExtensions.framework/GSWPageRestorationErrorPage.gswc/GSWPageRestorationErrorPage.gswd: o use "" pageName so application may choose the main page * GSWeb.framework/GSWConstants.m/.h: o added GSWHTTPHeader_Protocol, GSWHTTPHeader_ProtocolNum, GSWHTTPHeader_RequestScheme * GSWeb.framework/GSWContext.m/.h: o fix in -_synchronizeForDistribution o try to avoid complete URL when we can use relative one * GSWeb.framework/GSWRequest.m: o fix to retrieve protocol & port from adaptor headers * GSWeb.framework/GSWSession.m: o fix in -appendCookieToResponse: * GSAdaptors/Apache/mod_gsweb.c: o fix for server port header git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@16400 72102866-910b-0410-8b05-ffd578937521
17 lines
258 B
Text
17 lines
258 B
Text
ExclamationImage: GSWImage
|
|
{
|
|
filename = "exclamation.mng";
|
|
framework = "GSWExtensions";
|
|
border = 0;
|
|
}
|
|
|
|
ApplicationNameString: GSWString
|
|
{
|
|
value = application.name;
|
|
}
|
|
|
|
ReenterHyperlink: GSWHyperlink
|
|
{
|
|
pageName = "";
|
|
target = "_top";
|
|
}
|