зеркало из https://github.com/mono/xsp.git
2008-03-19 Marek Habersack <mhabersack@novell.com>
* src/Mono.WebServer.Apache/main.cs: Fix a CWL format typo, which causes the apache backend to fail when --port is used. Fixes bug #372220. Patch contributed by Daniel Cohen <dcohenp@eduinnova.com>, thanks a lot! svn path=/trunk/xsp/; revision=98570
This commit is contained in:
Родитель
da6b6780b6
Коммит
e16465e2ab
17
ChangeLog
17
ChangeLog
|
@ -1,8 +1,15 @@
|
||||||
2008-02-26 Kornél Pál <kornelpal@gmail.com>
|
2008-03-19 Marek Habersack <mhabersack@novell.com>
|
||||||
|
|
||||||
* src/Mono.WebServer/XSPWorkerRequest.cs: Add a Date header because that's
|
* src/Mono.WebServer.Apache/main.cs: Fix a CWL format typo, which
|
||||||
the responsibility of the web server rather than ASP.NET. Fixes bug #363404.
|
causes the apache backend to fail when --port is used. Fixes bug
|
||||||
|
#372220. Patch contributed by Daniel Cohen
|
||||||
|
<dcohenp@eduinnova.com>, thanks a lot!
|
||||||
|
|
||||||
|
2008-02-26 Kornél Pál <kornelpal@gmail.com>
|
||||||
|
|
||||||
|
* src/Mono.WebServer/XSPWorkerRequest.cs: Add a Date header because that's
|
||||||
|
the responsibility of the web server rather than ASP.NET. Fixes bug #363404.
|
||||||
|
|
||||||
2008-02-08 Marek Habersack <mhabersack@novell.com>
|
2008-02-08 Marek Habersack <mhabersack@novell.com>
|
||||||
|
|
||||||
* test/Web.sitemap: /1.1/asp.net/transfer2.aspx removed from the
|
* test/Web.sitemap: /1.1/asp.net/transfer2.aspx removed from the
|
||||||
|
|
|
@ -349,7 +349,7 @@ namespace Mono.WebServer.Apache
|
||||||
if (!useTCP) {
|
if (!useTCP) {
|
||||||
Console.WriteLine ("Listening on: {0}", filename);
|
Console.WriteLine ("Listening on: {0}", filename);
|
||||||
} else {
|
} else {
|
||||||
Console.WriteLine ("Listening on port: {0", port);
|
Console.WriteLine ("Listening on port: {0}", port);
|
||||||
Console.WriteLine ("Listening on address: {0}", ip);
|
Console.WriteLine ("Listening on address: {0}", ip);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче