Changeset 37387
- Timestamp:
- 05/06/10 17:46:02 (3 years ago)
- Files:
-
- 1 modified
-
lang/csharp/soyText/soyText/DocumentWebServer.cs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/csharp/soyText/soyText/DocumentWebServer.cs
r37215 r37387 7 7 using System.Web; 8 8 using System.Diagnostics; 9 using System.IO; 9 10 10 11 namespace SoyText … … 40 41 if (d.str["file"] != null) 41 42 { 42 Httpd.respondByFile(res, d.str["file"]); 43 try 44 { 45 Httpd.respondByFile(res, d.str["file"]); 46 } 47 catch (IOException e) 48 { 49 Httpd.respondByString(res, e.ToString()); 50 } 43 51 } 44 52 else
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)