2
0

ChangeLog 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. 2003-06-25 Eric Lindvall <[email protected]>
  2. * SimpleWorkerRequest.cs:
  3. -adds PATH_INFO support
  4. - updates GetFilePathTranslated() to make use of Path.Combine()
  5. - gets rid of the null check in GetPathInfo() (we're setting
  6. _PathInfo to String.Empty now)
  7. - fixed CreatePath() so that it doesn't return String.Empty if
  8. the _AppVirtualPath is not "/" (to match MS runtime -- does
  9. anyone know why it was returning String.Empty?)
  10. 2003-03-17 Gonzalo Paniagua Javier <[email protected]>
  11. * AppDomainFactory.cs: hacks to work-around our buggy System.Uri.
  12. 2003-03-17 George Kodinov <[email protected]>
  13. * AppDomainFactory.cs: place the correct full path for Web.config when
  14. in Application host
  15. 2003-02-17 Gonzalo Paniagua Javier <[email protected]>
  16. * AppDomainFactory.cs: Web.config takes precedence over web.config.
  17. * ApplicationHost.cs: removed hacks to work around an old bug.
  18. 2003-02-04 Tim Haynes <[email protected]>
  19. * SimpleWorkerRequest.cs: changed the initialised values of
  20. _App{Install,Virtual}Path variables
  21. 2002-09-28 Gonzalo Paniagua Javier <[email protected]>
  22. * System.Web.Hosting/SimpleWorkerRequest.cs: we are now able to compile
  23. pages and use HttpApplication, HttpRuntime and SimpleWorkerRequest.
  24. 2002-09-26 Gonzalo Paniagua Javier <[email protected]>
  25. * ApplicationHost.cs:
  26. * SimpleWorkerRequest.cs: workaround for bug #31245.
  27. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  28. * ApplicationHost.cs: little fixes.
  29. 2002-08-20 Gonzalo Paniagua Javier <[email protected]>
  30. * ApplicationHost.cs: use Assembly instead of Module.
  31. 2002-08-05 Gonzalo Paniagua Javier <[email protected]>
  32. * AppDomainFactory.cs: implemented.
  33. * ApplicationHost.cs: implemented.
  34. * SimpleWorkerRequest.cs: a few little fixes and reformatted. It's now
  35. fully implemented.
  36. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  37. * AppDomainFactory.cs:
  38. * IAppDomainFactory.cs:
  39. * IISAPIRuntime.cs:
  40. * ISAPIRuntime.cs: make them compile.
  41. 2002-04-10 Patrik Torstensson <[email protected]>
  42. * ApplicationHost.cs: Test implementation to support testing.
  43. * SimpleWorkerRequest.cs: Rewrite and a almost full implementation.
  44. 2001-08-30 Bob Smith <[email protected]>
  45. * AppDomainFactory.cs: Stubbed.
  46. * ApplicationHost.cs: Stubbed.
  47. * IAppDomainFactory.cs: Stubbed.
  48. * IISAPIRuntime.cs: Stubbed.
  49. * ISAPIRuntime.cs: Implemented.
  50. * SimpleWorkerRequest.cs: Implemented.