2010-05-05 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / System.Web / System.Web / ChangeLog
1 2010-05-05  Marek Habersack  <mhabersack@novell.com>
2
3         * HttpRequest.cs: implemented new 4.0 property - RequestContext
4
5 2010-04-29  Marek Habersack  <mhabersack@novell.com>
6
7         * HttpRequest.cs: added 4.0 InsertEntityBody overloads (not
8         supported when running under Mono)
9         Added the HttpChannelBinding 4.0 property.
10         Added the CurrentExecutionFilePathExtension 4.0 property.
11
12 2010-04-27  Marek Habersack  <mhabersack@novell.com>
13
14         * HttpException.cs: implemented 4.0 property WebEventCode, also
15         made it available in the 2.0 profile as internal.
16         Added a method with several overloads, NewWithCode, which creates
17         an instance of HttpException and sets the web error code.
18
19         * HttpApplication.cs, HttpRequest.cs, HttpRuntime.cs: use HttpException.NewWithCode for some
20         exceptions.
21
22 2010-04-21  Marek Habersack  <mhabersack@novell.com>
23
24         * HttpApplication.cs: update to fix for bug #572469 - ProcessError
25         clears the error after handler return only if stop_processing is
26         true. Also, stop_processing is never set before calling ProcessError
27
28 2010-04-02  Marek Habersack  <mhabersack@novell.com>
29
30         * HttpException.cs: handle situations when current exception is an
31         instance of a class derived from HttpException and there's no
32         InnerException.
33
34         * HttpApplication.cs: ProcessError must call ClearError on the
35         current context after the handler returns without error. Fixes bug
36         #572469
37
38 2010-03-30 Gonzalo Paniagua Javier <gonzalo@novell.com>
39
40         * HttpResponseStream.cs: speed up short writes.
41
42 2010-03-20  Marek Habersack  <mhabersack@novell.com>
43
44         * SiteMapNode.cs: avoid calling ChildNodes twice in HasChildNodes.
45         Cache child nodes in the ChildNodes property.
46
47 2010-03-06  Marek Habersack  <mhabersack@novell.com>
48
49         * HttpRequest.cs: cache RawUrl value.
50         Added new internal property, PathNoValidation, which returns
51         request path without validating it.
52         Implemented 4.0 extensible validation.
53
54         * HttpApplication.cs: Pipeline () validates the request path, if
55         new validation mode is enabled, before doing anything else.
56         Added a generic LoadType overload which checks whether the loaded
57         type, if any, derives from the type specified in the method's
58         specialization.
59
60         * HttpUtility.cs: decode entities which use hexadecimal
61         encoding. Fixes bug #585992. Patch from Sebastien Morin
62         <smsisko@gmail.com>, thanks!
63
64 2010-03-04  Marek Habersack  <mhabersack@novell.com>
65
66         * HttpRuntime.cs: do less work in the static constructor. Most of
67         the code was moved to System.Web.Util.RuntimeHelpers. Properties
68         which have been moved: MonoVersion, RunningOnWindows,
69         CaseInsensitive, IsDebuggingEnabled
70
71 2010-02-27  Marek Habersack  <mhabersack@novell.com>
72
73         * HttpRuntime.cs: added internal property DomainUnloading.
74
75         * HttpApplication.cs: when app domain is unloading, catch
76         ThreadAbortExceptions and reset the abort.
77
78 2010-02-03  Marek Habersack  <mhabersack@novell.com>
79
80         * HttpApplication.cs: GetOutputCacheProviderName returns the value
81         of OutputCache.DefaultProviderName
82
83         * HttpRuntime.cs: internal cache is used to hold the dependencies
84         now.
85
86 2010-01-20  Marek Habersack  <mhabersack@novell.com>
87
88         * HttpContext.cs: implemented the 4.0 SetSessionStateBehavior
89         method
90
91         * HttpCacheVaryByContentEncodings.cs, HttpCacheVaryByHeaders.cs,
92         HttpCacheVaryByParams.cs : parameterless constructors are public
93         in 4.0
94
95         * HttpApplication.cs: implemented the 4.0
96         GetOutputCacheProviderName method
97
98 2010-01-19  Marek Habersack  <mhabersack@novell.com>
99
100         * StaticSiteMapProvider.cs: AddNode checks the url of node
101         returned by FindSiteMapNode to see if it indeed was a
102         duplicate. It is necessary if application derives from
103         StaticSiteMapProvider and overrides FindSiteMapNode to return
104         RootNode if rawUrl doesn't match any existing node. Fixes bug
105         #570194
106
107 2010-01-09  Marek Habersack  <mhabersack@novell.com>
108
109         * VirtualPathUtility.cs: small optimizations for GetDirectory
110
111 2009-11-23  Marek Habersack  <mhabersack@novell.com>
112
113         * HttpRequest.cs: PathInfo returns an empty string when worker
114         request is absent or its GetPathInfo method returns a null. Patch
115         from Tiaan <tagdev@gmail.com>, thanks!
116
117 2009-11-19  Marek Habersack  <mhabersack@novell.com>
118
119         * VirtualPathUtility.cs: made Normalize internal
120
121 2009-11-16  Marek Habersack  <mhabersack@novell.com>
122
123         * HttpContext.cs: RewritePath now treats non-rooted and
124         app-relative paths correctly - the former are formed by
125         concatenating base virtual path with the passed file path and the
126         latter by calling VirtualPathUtility.ToAbsolute. Rooted and
127         absolute paths are left unmodified. Fixes bug #550103
128
129 2009-11-13  Marek Habersack  <mhabersack@novell.com>
130
131         * HttpResponse.cs: added parameter checks to Redirect ().
132         If the passed url starts with http:, https:, file: or ftp: then it
133         is treated as a fully qualified one and no attempt to rewrite the
134         url to the fully qualified form (if system.web/httpRuntime
135         UseFullyQualifiedRedirectUrl is true) is made.
136
137 2009-11-09  Marek Habersack  <mhabersack@novell.com>
138
139         * HttpCookie.cs: made HttpCookie.CookieNVC serializable. Patch
140         from Sean Foy <sean.foy+novell@gmail.com>, thanks! Fixes bug
141         #553063
142
143         * HttpCookieCollection.cs: Add allows for duplicate cookie
144         names. Fixes bug #553150
145
146 2009-10-30  Marek Habersack  <mhabersack@novell.com>
147
148         * HttpRequest.cs: added internal property ClientFilePath, which
149         may have a different value than FilePath when virtual path has
150         been rewritten, but the caller specified that the client paths
151         should still be constructed using the original url.
152
153         * HttpContext.cs: RewritePath always sets Request.FilePath,
154         Request.ClientFilePath is set only when setClientFilePath is
155         true. This makes client urls work correctly when url rewriting is
156         being used.
157
158 2009-10-20  Marek Habersack  <mhabersack@novell.com>
159
160         * HttpResponse.cs: implemented the WriteSubstitution method,
161         thus enabling post-cache substitution.
162
163 2009-10-12  Marek Habersack  <mhabersack@novell.com>
164
165         * HttpResponse.cs: actually _use_ the url passed to Redirect when
166         fully qualified redirect url is requested, doh. Fixes bug #542846
167
168 2009-10-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
169
170         * StaticFileHandler.cs: it's the last flush even when a VPP is used.
171
172 2009-10-07  Marek Habersack  <mhabersack@novell.com>
173
174         * TraceData.cs: make long execution times stand out.
175
176 2009-09-29  Miguel de Icaza  <miguel@novell.com>
177
178         * HttpUtility.cs: Do not use CAS Attributes when using MonoTouch.
179
180         Remove unnecesasry using clause.
181
182 2009-09-29  Marek Habersack  <mhabersack@novell.com>
183
184         * HttpResponse.cs: use full url in redirect if
185         UseFullyQualifiedRedirectUrl is set to true in httpRuntime
186         configuration section. Patch from Brett Kiefer
187         <brett@fogcreek.com>, thanks! Fixes bug #542846
188
189 2009-09-28  Marek Habersack  <mhabersack@novell.com>
190
191         * HttpContext.cs: GetResourceProvider - renamed the 'key' argument
192         to 'virtualPath' in order to reflects its purpose better. Local
193         resource providers are created for the passed virtualPath and not
194         for the current request's path. Fixes bug #542484
195
196 2009-09-25  Marek Habersack  <mhabersack@novell.com>
197
198         * StaticSiteMapProvider.cs: MapUrl must normalize paths. Fixes bug
199         #541969
200
201         * XmlSiteMapProvider.cs: siteMapFile parameter must be mapped in
202         Initialize. Fixes bug #541969
203
204 2009-09-24  Marek Habersack  <mhabersack@novell.com>
205
206         * XmlSiteMapProvider.cs: added "securityTrimmingEnabled" to the
207         list of supported attributes in Initialize. Fixes bug #541607
208
209 2009-09-07  Marek Habersack  <mhabersack@novell.com>
210
211         * HttpContext.cs: when creating local resource provider, pass the
212         current file's virtual path to CreateLocalResourceProvider. Fixes
213         bug #536757
214
215         * XmlSiteMapProvider.cs: do not allow the provider to be
216         intialized more than once.
217         Initialize throws if it finds unknown attributes in the
218         'attributes' collection.
219         AddNode checks its arguments and throws if they are null or aren't
220         from the same provider.
221         FindStartingNode throws exceptions in several erroneous situations
222         now.
223         Added private method GetConfigDocument which performs several
224         checks on the source .sitemap file and throws exceptions if it
225         finds any errors.
226         BuildSiteMap clears provider state before building the map.
227         BuildSiteMapRecursive correctly deals with custom providers. Fixes
228         bug #465696
229         FindSiteMapNode maps url before searching. Fixes bug #465696
230
231         * VirtualPathUtility.cs: Combine a bit more efficient
232
233         * StaticSiteMapProvider.cs: FindSiteMap node checks if rawUrl is
234         relative to application root and if yes, makes it absolute.
235         MapUrl converts both rooted and not rooted urls to absolute.
236
237         * SiteMapProvider.cs: check if HttpContext.Request exists before
238         using it in FindSiteMapnode
239
240         * SiteMap.cs: Providers collection must be read-only.
241
242 2009-09-04  Marek Habersack  <mhabersack@novell.com>
243
244         * HttpRuntime.cs: retrieve real Mono version from the runtime and
245         store it in the MonoVersion internal static property.
246
247         * HttpException.cs: report real Mono version when backtrace is
248         displayed.
249
250 2009-08-24  Marek Habersack  <mhabersack@novell.com>
251
252         * VirtualPath.cs: Added new constructor which takes virtual and
253         physical paths as well as a boolean marking the instance as
254         referring to a fake location. Part of fix for bug #463813
255
256 2009-07-28 Gonzalo Paniagua Javier <gonzalo@novell.com>
257
258         * HttpApplicationFactory.cs: allow subclasses of EventHandler for
259         event handlers in global.asax.
260         Fixes bug #525743.
261
262 2009-07-23  Marek Habersack  <mhabersack@novell.com>
263
264         * HttpException.cs: if an exception is processed which refers to
265         internal "files", don't show the internal name.
266
267 2009-07-18  Marek Habersack  <mhabersack@novell.com>
268
269         * HttpContext.cs: GetGlobalResourceObject must look for resources
270         in the 'Resources' "namespace" - it was a regression from the
271         previous change to that method.
272
273 2009-07-15  Marek Habersack  <mhabersack@novell.com>
274
275         * HttpApplicationFactory.cs: added internal methods to
276         enable/disable specific watchers. Part of fix for bug #522017
277
278 2009-07-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
279
280         * ApplicationShutdownReason.cs: add new 3.5 value.
281         * ParserErrorCollection.cs: add setter for ParserError.
282         Patch from Daniel Gagne.
283
284 2009-07-14  Marek Habersack  <mhabersack@novell.com>
285
286         * HttpApplicationFactory.cs: OnFileChanged doesn't reload
287         application if reload suppression is active.
288
289 2009-07-13  Marek Habersack  <mhabersack@novell.com>
290
291         * HttpApplication.cs: LoadType - wrap call to LoadTypeFromBin in
292         try/catch so that we can decide whether or not to throw
293         exceptions. LoadTypeFromBin - ignore the FileLoadException and
294         BadImageException exceptions as they don't matter in this
295         context.
296
297 2009-07-13  Gert Driesen  <drieseng@users.sourceforge.net>
298
299         * HttpResponseStream.cs: Added argument checks to Write. Modified
300         methods/properties that requires a readable stream to throw
301         NotSupportedException instead of InvalidOperationException for
302         compatibility with MS.
303
304 2009-07-09 Gonzalo Paniagua Javier <gonzalo@novell.com>
305
306         * HttpApplication.cs: use GetSection instead of
307         OpenWebConfiguration+GetSection.
308
309 2009-07-09  Marek Habersack  <mhabersack@novell.com>
310
311         * HttpContext.cs: fall back to default resource provider factory
312         if the factory provided by user doesn't have the required object
313         in Get{Global,Local}ResourceObject. Fixes bug #520397
314         Refactored the GetResourceObject method and the
315         ResourceManagerCacheKey class to DefaultResourceProvider.
316
317 2009-07-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
318
319         * ParserError.cs: add 3 missing setters. Patch from Daniel Gagne.
320
321 2009-06-15  Marek Habersack  <mhabersack@novell.com>
322
323         * HttpCachePolicy.cs: SetHeaders adds max-age when MaxAge is set
324         to TimeSpan.Zero by calling SetMaxAge. Fixes bug #513000
325
326 2009-06-05  Marek Habersack  <mhabersack@novell.com>
327
328         * VirtualPathUtility.cs: IsValidVirtualPath no longer uses
329         WebConfigurationManager.GetSection to retrieve the verification
330         setting. Instead, the setting is retrieved in the static
331         constructor.
332
333         * HttpRequest.cs: ApplyUrlMapping must not use
334         WebConfigurationManager.GetSection as it would cause a recursive
335         call loop. Code to detect whether url mappings are in effect has
336         been moved to a static constructor.
337
338 2009-06-04  Marek Habersack  <mhabersack@novell.com>
339
340         * HttpResponse.cs: version header configuration is read lazily
341         now.
342
343         * HttpException.cs: do not show version info if custom errors are
344         in effect. Fixes bug #509092
345         Don't generate trace for 403. Fixes bug #509092
346
347         * HttpApplicationFactory.cs: OnFileChanged ignores the directory
348         part of the file triggering the event. Fixes bug #509998
349
350 2009-06-03  Marek Habersack  <mhabersack@novell.com>
351
352         * VirtualPathUtility.cs: IsValidVirtualPath now checks the value
353         of the
354         HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET\VerificationCompatibility
355         registry key when running on Windows and also consults the
356         mono-specific system.web/monoSettings configuration section to see
357         what is the verificationCompatibility property set to. If either
358         of the two is set to 1, Mono will not verify the validity of
359         the current request's path. Fixes bug #509163
360
361         * HttpApplicationFactory.cs: OnFileChanged must check whether the
362         modified location is a directory before it decides to ignore it
363         when watcher's filter is "?eb.?config". Fixes bug #509450 (see
364         also bug #495011)
365
366         * HttpForbiddenHandler.cs: updated the error message to match
367         .NET, added requested path and description. Fixes bug #509092
368
369         * HttpException.cs: if trace is not requested, don't output <!--
370         following the version information in WriteFileBottom. Fixes bug
371         #509475
372         GetDefaultErrorMessage appends trace only if showTrace is
373         true. Fixes bug #509092
374
375 2009-06-02  Marek Habersack  <mhabersack@novell.com>
376
377         * HttpApplication.cs: LocateHandler needs to pass current request
378         path and filepath to WebConfigurationManager when retrieving
379         system.web/httpHandlers section as only this will guarantee that
380         any <location> elements relating to the current request's which
381         contain system.web/httpHandlers section will be correctly read and
382         used. Also fixes reading httpHandlers section if it's found in
383         web.config located in a subdirectory. Fixes bug #509069
384
385         * HttpException.cs: 403 errors get same treatment as 404
386         below. Fixes bug #509092
387
388 2009-06-01  Marek Habersack  <mhabersack@novell.com>
389
390         * HttpException.cs: if custom errors are enabled and the error
391         code is 404 show the "standard" 404 error message instead of the
392         default custom error mode one. Fixes bug #508649
393
394 2009-05-28  Marek Habersack  <mhabersack@novell.com>
395
396         * HttpUtility.cs: fixed UrlDecode for encoded strings which
397         should be converted to byte sequences longer than 2 bytes. Fixes
398         bug #507666
399
400 2009-05-14  Marek Habersack  <mhabersack@novell.com>
401
402         * HttpApplication.cs: LocateHandler won't cache if a default
403         handler was returned.
404
405 2009-05-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
406
407         * MimeTypes.cs: add silverlight related types.
408
409 2009-04-28 Gonzalo Paniagua Javier <gonzalo@novell.com>
410
411         * HttpContext.cs:
412         * HttpWorkerRequest.cs:
413         * HttpRuntime.cs: if other parts of the system are using the
414         threadpool and we queue requests, once the threadpool is free we
415         might still not get back to use it to the maximum extent possible.
416         Adding a few more calls to QueuePendingRequest ensures that does not
417         happen.
418
419 2009-04-24  Marek Habersack  <mhabersack@novell.com>
420
421         * HtmlizedException.cs: make HtmlException derive from
422         HttpException. System.Web.Mvc relies upon compile and parse
423         exception being descendants of HttpException or otherwise it will
424         catch and ignore compilation/parsing errors.
425
426 2009-04-16  Marek Habersack  <mhabersack@novell.com>
427
428         * HttpContext.cs: local resources code now uses the custom
429         resource provider factory, just like the global resources
430         code. Fixes bug #493263
431
432 2009-04-15  Marek Habersack  <mhabersack@novell.com>
433
434         * HttpApplicationFactory.cs: if a notification is received from a
435         FileSystemWatcher which was configured to watch for
436         subdirectories, uses a filter (currently we have just one such
437         watcher - waiting for changes to '?eb.?onfig') and the event
438         doesn't match the filter, ignore the event. Fixes bug #495011
439
440 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
441
442         * HttpUtility.cs: the collection returned from ParseQueryString knows
443         how to convert the key/value pairs to a string.
444
445 2009-04-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
446
447         * HttpResponseStream.cs: use the unsafe version when copying buffers.
448
449 2009-04-06  Marek Habersack  <mhabersack@novell.com>
450
451         * HttpRuntime.cs: added a new internal static property
452         IsDebuggingEnabled
453
454         * HttpContext.cs: IsDebuggingEnabled now calls
455         HttpRuntime.IsDebuggingEnabled
456
457 2009-04-03  Gert Driesen  <drieseng@users.sourceforge.net>
458
459         * HttpRuntime.cs: Avoid ANE on Windows when HttpRuntime is used
460         outside of ASP.NET. Fixed compiler warning by setting
461         assemblyMappingEnabled.
462
463 2009-04-02  Marek Habersack  <mhabersack@novell.com>
464
465         * HttpException.cs: if there are more lines with errors, display
466         them all.
467
468 2009-03-31  Marek Habersack  <mhabersack@novell.com>
469
470         * HttpApplicationFactory.cs: use glob patterns to watch for
471         changes to global.asax and web.config files.
472         Set up recursive watch on web.config in a separate thread, to
473         minimize application startup delay. Fixes bug #490497
474
475         * VirtualPath.cs: added code to detect whether the VirtualPath
476         instance represents a fake virtual path (IsFake property).
477         Added new property DirectoryNoNormalize which returns
478         non-normalized directory for the VirtualPath instance.
479         Made ToString () a bit more friendly and well-behaved.
480
481 2009-03-26  Marek Habersack  <mhabersack@novell.com>
482
483         * HttpWorkerRequest.cs: use a generic dictionary to keep header
484         names in 2.0+.
485         GetKnown{Request,Response}HeaderIndex doesn't use the switch
486         anymore.
487
488         * HttpResponse.cs: WriteHeaders now checks whether a header to be
489         sent is a known one or not and uses the appropriate method to send
490         that header. Partial fix for bug #488702
491
492 2009-03-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
493
494         * HttpResponse.cs: ClearHeaders() also resets cacheability.
495         Bug #485557 fixed.
496
497 2009-03-21  Marek Habersack  <mhabersack@novell.com>
498
499         * HttpResponse.cs: added two missing 3.0+ properties -
500         SubStatusCode and TrySkipIisCustomErrors.
501
502 2009-03-04  Marek Habersack  <mhabersack@novell.com>
503
504         * HttpRuntime.cs: do not clean the dynamic base directory in
505         DoUnload, it can cause race conditions.
506
507 2009-03-03  Marek Habersack  <mhabersack@novell.com>
508
509         * HttpResponse.cs: fully implemented the Headers property.
510         It is also used in the 1.1 profile, but is internal.
511
512         * HttpCookie.cs: GetCookieHeader renamed to GetCookieHeaderValue -
513         now returns a string with the header value.
514
515         * HttpCacheVaryByParams.cs: GetResponseHeader renamed to
516         GetResponseHeaderValue - now returns a string with the header
517         value.
518
519         * HttpCachePolicy.cs: SetHeaders now takes a NameValueCollection
520         instead of an ArrayList
521
522         * HttpRequest.cs: avoid calculating the same value twice in
523         MakeInputStream
524
525 2009-03-02 Everaldo Canuto <ecanuto@novell.com>
526
527         * HttpResponse.cs: Headers property implementation.
528         
529 2009-02-28 Gonzalo Paniagua Javier <gonzalo@novell.com>
530
531         * Web/HttpResponseHeader.cs:
532         * Web/HttpResponse.cs:
533         * Web/QueueManager.cs:
534         * Web/HttpRequest.cs:
535         * Web/TraceManager.cs:
536         * Web/HttpServerUtility.cs:
537         * Web/HttpApplication.cs: use GetWebApplication
538         instead of GetSection for application level configuration.
539
540 2009-02-26  Marek Habersack  <mhabersack@novell.com>
541
542         * HttpResponse.cs: added DisableKernelCache and TransmitFile
543         methods.
544
545         * IisTraceListener.cs: added + implemented
546
547 2009-02-25  Marek Habersack  <mhabersack@novell.com>
548
549         * HttpApplication.cs: let the current context known that
550         MapRequestHandler is done.
551
552         * HttpContext.cs: implemented RemapHandler
553
554 2009-02-24  Marek Habersack  <mhabersack@novell.com>
555
556         * TempFileStream.cs: the class is internal
557
558         * VirtualPathUtility.cs: ToAbsolute (string, string, bool) is
559         internal
560
561         * HttpException.cs: made the HttpException (int httpCode, string
562         message, Exception innerException, string resourceName) internal.
563
564 2009-02-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
565
566         * HttpServerUtility.cs: allow Transfer to static files too.
567
568 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
569
570         * HttpWriter.cs: new Response property and WriteUTF8Ptr
571         method.
572         * HttpResponseStream.cs: added support for writing from an
573         IntPtr. copied the memcpy method from String.cs.
574
575 2009-02-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
576
577         * HttpApplicationFactory.cs: check of global.asax was precompiled.
578
579 2009-01-29 Gonzalo Paniagua Javier <gonzalo@novell.com>
580
581         * HttpApplicationFactory.cs: fix check that avoids lock. Keep one
582         HttpApplication instance ready to be returned in an instance variable
583         to avoid a few locks.
584
585 2009-01-29  Marek Habersack  <mhabersack@novell.com>
586
587         * HttpApplicationFactory.cs: optimize lock usage.
588
589 2009-01-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
590
591         * HttpResponse.cs: make sure config is not null here.
592         * HttpApplication.cs: add a timer (-d:PIPELINE_TIMER) for the pipeline.
593         Handle timeouts for OutputPage() too.
594
595 2009-01-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
596
597         * HttpApplicationFactory.cs: set/reset the context for the application
598         when creating/disposing. Dispose() out of the lock.
599
600 2009-01-24  Marek Habersack  <mhabersack@novell.com>
601
602         * XmlSiteMapProvider.cs: if a nested sitemap is used (via the
603         siteMapFile node attribute) watch the named file for
604         changes. Fixes bug #465693
605
606 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
607
608         * QueueManager.cs: Implement requests queued performance counter.
609         * HttpRuntime.cs: Implement requests total counter.
610         * HttpApplication.cs: Implement requests total counter.
611
612 2009-01-13  Dean Brettle  <dean@brettle.com>
613
614         * HttpApplicationFactory.cs: if there are any *.browser files in
615         App_Data/Mono_Machine_Browsers/, use those instead of the default
616         machine browser files.  This allows app developers to workaround
617         limitations with Mono's default browser files without causing
618         incompatibilities with MS's implementation.
619
620 2009-01-09  Marek Habersack  <mhabersack@novell.com>
621
622         * HttpContext.cs: RewritePath now treats relative and absolute
623         file paths with more care. If a path is of the ~/file.aspx form,
624         then the ~/ part is removed and the rest is combined with the base
625         virtual path. If the file path is of the ~ or /file.aspx forms,
626         then it is combined verbatim with the base virtual path. Fixes bug
627         #463964
628         Make sure the path returned from HttpRequest.BaseVirtualPath
629         contains the trailing slash before combining. Fixes bug #463964
630
631 2008-12-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
632
633         * ServerVariablesCollection.cs: use IndexOf (char).
634
635 2008-12-24  Marek Habersack  <mhabersack@novell.com>
636
637         * HttpApplicationFactory.cs: watch for changes to web.config also
638         in the subdirectories.
639
640 2008-12-20  Marek Habersack  <mhabersack@novell.com>
641
642         * HttpResponse.cs: the code in TransmitFile (VirtualFile, bool)
643         was an abomination - dear children, don't do this at home (never,
644         ever, allocate a buffer to load entire file). I will wear a brown
645         paper bag every 2nd Sunday in the next 6 months for writing the
646         old version of this code.
647         New code optimizes the write when DefaultVirtualFile is used (as
648         it refers to a physical file on disk) and reads/writes other
649         virtual files in chunks.
650
651 2008-12-16  Marek Habersack  <mhabersack@novell.com>
652
653         * StaticFileHandler.cs: use HttpRuntime.RunningOnWindows instead
654         of checking the platform directly.
655
656 2008-12-09  Marek Habersack  <mhabersack@novell.com>
657
658         * HttpServerUtility.cs: when Execute finishes, clear
659         Request.QueryStringRaw. Backport of r121010 by Vladimir Krasnov.
660
661 2008-12-03  Gert Driesen  <drieseng@users.sourceforge.net>
662
663         * NoParamsInvoker.cs:
664         * HttpApplicationFactory.cs: Fixed support for static eventhandlers.
665
666 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
667
668         * HttpContext.cs: MS does not throw. They just return null.
669
670 2008-11-24  Marek Habersack  <mhabersack@novell.com>
671
672         * HttpRuntime.cs: take PlatformID.MacOSX into account when
673         determining whether we're running on Windows or not. Possible fix
674         for #447874
675
676 2008-11-21  Marek Habersack  <mhabersack@novell.com>
677
678         * HttpParseException.cs, HtmlizedException.cs: added
679         deserialization constructor.
680
681 2008-10-31  Marek Habersack  <mhabersack@novell.com>
682
683         * HttpContext.cs: RewritePath correctly rewrites paths for cases
684         when application is running under a virtual directory different to
685         '/'. Fixes bug #371581
686         RewritePath checks the passed virtual path for validity.
687
688         * HttpRequest.cs: MapPath now uses
689         VirtualPathUtility.IsValidVirtualPath.
690
691         * VirtualPathUtility.cs: made Canonize () internal.
692         Added a new method - IsValidVirtualPath () which checks whether a
693         passed path contains only characters allowed for virtual paths.
694
695 2008-10-22  Marek Habersack  <mhabersack@novell.com>
696
697         * HttpApplicationFactory.cs: use only the first matching method in
698         GetApplicationTypeEvents, since it will be the one coming from the
699         topmost type. Partial fix for bug #437691
700
701 2008-10-21  Marek Habersack  <mhabersack@novell.com>
702
703         * HttpApplication.cs: if context.Session is null in get_Session,
704         throw an exception. Fixes bug #437289
705
706         * CapabilitiesLoader.cs: seal BrowserData.
707         Seal CapabilitiesLoader.
708         Do not lock on typeof (CapabilitiesLoader) in GetCapabilities ().
709
710 2008-10-16  Marek Habersack  <mhabersack@novell.com>
711
712         * HttpApplicationFactory.cs: when looking up application type
713         event handlers (the Application_* methods), look deep in the
714         parent chain - we must support private handler methods in base
715         types as well.
716
717 2008-10-15  Marek Habersack  <mhabersack@novell.com>
718
719         * HttpResponse.cs: CacheabilityUpdatedEvent is no longer
720         used. cached_response is allocated only when the IsCached property
721         is assigned the 'true' value. 
722
723         * HttpCachePolicy.cs: CacheabilityUpdatedEvent is no longer used,
724         removed all the traces of it. SetCacheability should not switch
725         output caching on.
726
727 2008-10-12  Gert Driesen  <drieseng@users.sourceforge.net>
728
729         * HttpResponse.cs: Simplify code for outputting ASP.NET version, as
730         version header cannot be configured. MS corrected this documenation
731         error in .NET 2.0 SDK.
732
733 2008-10-03 Gonzalo Paniagua Javier <gonzalo@novell.com>
734
735         * HttpApplication.cs: make sure we release the resources used by the
736         request and/or the response at the end of the request.
737         Fixes bug #430040.
738
739 2008-10-01  Marek Habersack  <mhabersack@novell.com>
740
741         * BrowserCapabilities.cs: IsBrowser needs to compare browser names
742         case insensitively.
743
744 2008-09-29  Marek Habersack  <mhabersack@novell.com>
745
746         * HttpApplication.cs: do not assume the passed IAsyncResult is a
747         is a valid object in async_handler_complete_cb. Fixes bug #430488
748
749 2008-09-28  Sebastien Pouliot  <sebastien@ximian.com>
750
751         * HttpRequest.cs: Make sure the result of the multiplications are
752         longs (not integers casted into longs since they could overflow).
753         [Found using Gendarme's ReviewCastOnIntegerMultiplicationRule]
754
755 2008-09-23  Marek Habersack  <mhabersack@novell.com>
756
757         * HttpWorkerRequest.cs: implemented a SendCalculatedContentLength
758         overload. This method apparently does nothing in MS.NET.
759
760 2008-09-16  Juraj Skripsky  <js@hotfeet.ch>
761
762         * HttpServerUtility.cs (UrlDecode, UrlEncode): Respect request/response
763         encoding. Fixes bug #426539.
764
765 2008-08-29  Marek Habersack  <mhabersack@novell.com>
766
767         * HttpApplication.cs: do not cache handlers which aren't
768         reusable.
769
770 2008-08-20  Marek Habersack  <mhabersack@novell.com>
771
772         * HttpResponseHeader.cs: encode header values if
773         httpRuntime.enableHeaderChecking is true (default). Fixes bug
774         #418620
775
776 2008-08-13  Marek Habersack  <mhabersack@novell.com>
777
778         * HttpException.cs: do not use StringBuilder.AppendFormat when
779         there is no need.
780
781 2008-08-08  Marek Habersack  <mhabersack@novell.com>
782
783         * XmlSiteMapProvider.cs: a better bugfix for bug #412495.
784         Do not call RootNode within BuildSiteMap, as it induces
785         recursion. Fixes bug #415685.
786
787 2008-07-29  Marek Habersack  <mhabersack@novell.com>
788
789         * HttpRequest.cs: if the FilePath contains embedded cookie-less
790         session identifier, remove it before computing the base virtual
791         directory. Fixes bug #397418
792
793 2008-07-28  Marek Habersack  <mhabersack@novell.com>
794
795         * XmlSiteMapProvider.cs: set the base ResourceKey to the name of
796         our associated site map file, so that localization works
797         correctly. Fixes bug #412493
798         Do not add the root node retrieved from BuildSiteMapRecursive in
799         BuildMap, if the node is already the current root node. Fixes bug
800         #412495
801
802 2008-07-26  Gert Driesen  <drieseng@users.sourceforge.net>
803
804         * HttpCachePolicy.cs: Only add Expires header if expire date is
805         actually set. Removed extra tabs and regions. Code formatting.
806
807 2008-07-23  Marek Habersack  <mhabersack@novell.com>
808
809         * HttpApplication.cs: do not register handlers for
810         BeginRequest/EndRequest when called from within the
811         Application_Start handler. Fixes bug #411213
812
813         * HttpApplicationFactory.cs: let the application know we're
814         running the Application_Start handler so that it can suppress
815         registering some events from inside that handler (see bug
816         #381971). Fixes bug #411213
817
818 2008-06-30  Marek Habersack  <mhabersack@novell.com>
819
820         * HttpRuntime.cs, HttpApplication.cs: hush the warnings
821
822         * HttpContext.cs: GetGlobalObjectFromFactory caches the
823         ResourceManager objects now. Patch from Zoltan Varga
824         <vargaz@gmail.com>, thanks!
825         The GetGlobalObjectFromFactory caches are thread local to avoid
826         locking.
827         GetResourceObject ResourceManager cache is now a thread local
828         Dictionary to avoid cloning.
829         Hush the warnings.
830
831 2008-06-27  Robert Jordan  <robertj@gmx.net>
832
833         * HttpCachePolicy.cs: map default HttpCacheability to
834         "Cache-control: private" for MS.NET compatibility.
835         Fixes bug #404083. Contributed by
836         Hubert FONGARNAND <informatique.internet@fiducial.fr>.
837
838 2008-06-21  Robert Jordan  <robertj@gmx.net>
839
840         * HttpRuntime.cs (.cctor): Workaround for bug #402263.
841
842 2008-06-19  Marek Habersack  <mhabersack@novell.com>
843
844         * MimeTypes.cs: added a mime type entry for .xpi files.
845
846 2008-06-18  Juraj Skripsky  <js@hotfeet.ch>
847
848         * HttpResponse.cs (AddHeadersNoCache): Add "X-AspNet-Version" header if
849         enabled.
850
851 2008-06-16  Noam Lampert  <noaml@mainsoft.com>
852
853         * HttpContext.cs: improve support for RewritePath
854
855 2008-06-10  Marek Habersack  <mhabersack@novell.com>
856
857         * HttpRuntime.cs: do not create a new thread to run the
858         application, reuse the thread from the hosting application (XSP's
859         thread comes from threadpool).
860
861 2008-06-06  Marek Habersack  <mhabersack@novell.com>
862
863         * SiteMap.cs: FindCurrentNode is no longer needed. CurrentNode
864         uses Provider.CurrentNode to find the return value.
865         AddNode doesn't throw a duplicate key exception for nodes not
866         belonging to the current provider.
867         Check whether keys exist before removing entries from the
868         dictionaries.
869
870         * XmlSiteMapProvider.cs: implemented support for child providers
871         (the AddProvider method). FindSiteMapNode* methods look for the
872         node also in the collection of child providers. Fixes bug #397040
873
874 2008-06-04  Marek Habersack  <mhabersack@novell.com>
875
876         * HttpResponse.cs: correctly modify virtual path to include the
877         session ID in cookieless session mode. Fixes bug #396628.
878
879         * HttpServerUtility.cs: remove session hash from the URL if in the
880         cookieless mode. Fixes bug #396628.
881
882         * HttpRequest.cs: make sure that BaseVirtualDir always returns
883         some value.
884
885 2008-06-02  Miguel de Icaza  <miguel@novell.com>
886         
887         * HttpRuntime.cs: Thanks to Christian Hergert for finding this
888         one.  
889
890         Do not throw NIEX on IsOnUNCShare, instead compute the value. 
891
892 2008-05-30  Marek Habersack  <mhabersack@novell.com>
893         
894         * HttpApplication.cs, HttpCachePolicy.cs, SiteMapProvider.cs,
895         TraceContext.cs: do not use synthetized event accessors (to avoid
896         locks).
897
898 2008-05-19 Noam Lampert <noaml@mainsoft.com>
899
900         * HttpServerUtility.cs: Fix bug in UrlPathEncode when URL contains '?' 
901
902 2008-05-12 Noam Lampert <noaml@mainsoft.com>
903
904         * HttpApplication.cs: Fix regressions introduced by latest commit
905
906 2008-05-07 Gonzalo Panigua Javier <gonzalo.mono@gmail.com>
907
908         * HttpApplication.cs: create a fake context while loading the
909         modules on the first request so that the modules don't mess up
910         with the actual output of that request.
911
912 2008-05-07  Marek Habersack  <mhabersack@novell.com>
913
914         * HttpRequest.cs: StripPath should handle UNC paths too. Fixes bug
915         #385870. Patch from Ivan Hamilton <ivan@chimerical.com.au>,
916         thanks!
917
918 2008-05-06  Marek Habersack  <mhabersack@novell.com>
919
920         * MimeTypes.cs: mime type keys might not exist in the dictionary,
921         in the 2.0 profile. Patch from Rolf Kvinge <rkvinge@novell.com>
922         and Jean-Baptiste Evain <jbevain@novell.com>, thanks! Fixes bug
923         #386008
924
925 2008-04-30  Marek Habersack  <mhabersack@novell.com>
926
927         * HttpApplication.cs: when the Start method is called in a new
928         thread, the thread's culture and ui culture are set to their
929         defaults, thus ignoring whatever their values were in the parent
930         thread. This is now fixed by passing an array containing the
931         culture values to the Start method, so that the new thread can be
932         properly initialized. Fixes bug #323566
933
934         * SiteMapNode.cs: the implicitResourceKey parameter to one of the
935         constructors sets the value of the ResourceKey property.
936         GetImplicitResourceString uses the provider's ResourceKey as the
937         global resource object key and the node's ResourceKey to construct
938         the resource name. Fixes bug #323994
939         ResourceKey setter throws an InvalidOperationException now, when
940         the node is read-only.
941
942 2008-04-29  Marek Habersack  <mhabersack@novell.com>
943
944         * HttpException.cs: safe guard against context being null in
945         GetHtmlErrorMessage.
946
947 2008-04-26  Marek Habersack  <mhabersack@novell.com>
948
949         * VirtualPath.cs: added a new property, PhysicalPath.
950
951 2008-04-25  Gert Driesen  <drieseng@users.sourceforge.net>
952
953         * HttpResponse.cs: Use double quotes in link to match MS.
954
955 2008-04-25  Marek Habersack  <mhabersack@novell.com>
956
957         * HttpApplication.cs: use Request.CurrentExecutionFilePath when
958         querying for the handler. Makes requests work if request path was
959         rewritten without modifying the FilePath. Fixes bug #383652
960
961         * HttpContext.cs: set Request.FilePath in RewritePath only if
962         setClientFilePath is true. Fixes bug #383652
963         Revert the change in revision 100273 - the real bug was in a
964         different overload of RewritePath, fixed with the commit for the
965         above bug #383652
966
967 2008-04-24  Marek Habersack  <mhabersack@novell.com>
968
969         * HttpApplication.cs: added a new overload of GetHandler which
970         allows the caller to ignore the handler found in the context
971         passed to the method.
972
973         * HttpServerUtility.cs: have HttpApplication.GetHandler ignore the
974         handler found in the current context when Execute'ing another
975         page. Fixes bug #316166
976
977 2008-04-23  Marek Habersack  <mhabersack@novell.com>
978
979         * VirtualPath.cs: introduced the CurrentRequestDirectory property,
980         which returns the virtual directory for the current request. The
981         information is taken from either current request's
982         CurrentExecutionFilePath property (if not null) or from the path
983         set externally (by setting the property or using the appropriate
984         VirtualPath constructor). The new property is used to construct
985         the correct absolute virtual path in the MakeRooted method. Fixes
986         bug #381715.
987
988         * HttpApplication.cs: events registered from Application_Start are
989         silently ignored - any event registered after the one-time
990         application initialization is completed, is ignored. Fixes bug
991         #381971
992
993         * HttpApplicationFactory.cs: call app.DisposeInternal instead of
994         app.Dispose.
995
996         * HttpContext.cs: Fix bug #371581 for 1.1 as well.
997
998 2008-04-19  Marek Habersack  <mhabersack@novell.com>
999
1000         * HttpException.cs: don't write the stack trace inside html
1001         comment if custom errors are enabled.
1002
1003 2008-04-15  Kornél Pál  <kornelpal@gmail.com>
1004
1005         * HttpRuntime.cs: Don't add Date header for error pages either. Fixes bug
1006         #363404.
1007
1008 2008-04-15  Marek Habersack  <mhabersack@novell.com>
1009
1010         * HttpRequest.cs: dispose of streams the way it should
1011         be done.
1012
1013 2008-04-14  Igor Zelmanovich <igorz@mainsoft.com>
1014
1015         * HttpRuntime.cs: refactoring.
1016
1017 2008-04-14  Marek Habersack  <mhabersack@novell.com>
1018
1019         * XmlSiteMapProvider.cs: FindStartingNode throws an exception when
1020         it is passed a file which ends in an extension other than
1021         .sitemap.
1022         Fixed a check for the siteMapFile attribute presence. Fixes bug
1023         #379566.
1024
1025         * SiteMap.cs: FindCurrent node uses the default provider
1026         exclusively. Fixes bug #379566
1027
1028 2008-04-10  Marek Habersack  <mhabersack@novell.com>
1029
1030         * HttpApplicationFactory.cs: compile web references before
1031         App_Code. Fixes bug #377934
1032
1033         * MimeTypes.cs: added some missing MIME types. New entries
1034         contributed by Albert Ritmeester
1035         <aritmeester@vitalhealthsoftware.nl>, thanks! Fixes bug #372290
1036
1037 2008-04-09  Marek Habersack  <mhabersack@novell.com>
1038
1039         * HttpContext.cs: make RewritePath work correctly in the 2.0
1040         profile, fixes bug #371581
1041
1042         * HttpApplicationFactory.cs: compile web references. Fixes bug
1043         #377934
1044
1045         * VirtualPath.cs: added a method to convert a physical path into a
1046         virtual one, if the physical path is under the application root.
1047
1048 2008-04-08  Dean Brettle <dean@brettle.com>
1049
1050         * HttpApplicationFactory.cs (CapabilitiesProcessor): changed to
1051         use etc/mono/2.0/Browser/*.browser files in addition to 
1052         ~/App_Browsers/*.browser files.
1053
1054 2008-04-07  Marek Habersack  <mhabersack@novell.com>
1055
1056         * VirtualPath.cs: added
1057
1058 2008-04-02  Marek Habersack  <mhabersack@novell.com>
1059
1060         * HttpRequest.cs: make sure QueryStringRaw is always returned with
1061         a leading '?' and that we return something meaningful even if the
1062         url components weren't collected before. Fixes bug #376352
1063
1064 2008-04-01  Marek Habersack  <mhabersack@novell.com>
1065
1066         * HttpApplication.cs: set context.Handler to the detected handler
1067         object before firing application events. Fixes bug #372897
1068
1069 2008-03-31  Marek Habersack  <mhabersack@novell.com>
1070
1071         * StaticFileHandler.cs: added code to use custom
1072         VirtualPathProvider, if present, to serve files from virtual
1073         storage.
1074
1075         * HttpResponse.cs: added two internal TransmitFile overloads which
1076         take a VirtualFile as a parameter.
1077
1078 2008-03-27  Marek Habersack  <mhabersack@novell.com>
1079
1080         * HttpRequest.cs: make UrlComponents internal.
1081
1082         * HttpContext.cs: added support for resource provider factories.
1083
1084 2008-03-13  Marek Habersack  <mhabersack@novell.com>
1085
1086         * HttpApplicationFactory.cs: use HttpApplication.BinDirs to
1087         create watchers for binary application directories.
1088
1089         * HttpApplication.cs: use HttpRuntime.CaseInsensitive instead of
1090         own IsRunningOnWindows.
1091         Remove the BinDirectories enumerator property, replaced with a
1092         BinDirectory one returning a string with path to the binary
1093         directory.
1094
1095         * HttpRuntime.cs: introduce two static properties -
1096         CaseInsensitive (set to true whenever the environment is
1097         case-insensitive - i.e. MONO_IOMAP="all" or MONO_IOMAP="case", or
1098         running on Windows) and RunningOnWindows.
1099
1100 2008-03-12  Marek Habersack  <mhabersack@novell.com>
1101
1102         * HttpApplication.cs: HttpContext.Handler may be set by a module
1103         in any of the event handlers between acquiring the initial handler
1104         and processing the request. Honor the setting and use
1105         HttpContext.Handler instead of the matched one if set.
1106
1107 2008-03-10  Marek Habersack  <mhabersack@novell.com>
1108
1109         * HttpApplication.cs: synchronize Modules and Dispose with
1110         InitOnce. Should prevent firing module events before the modules
1111         are fully initialized.
1112
1113 2008-03-09  Dean Brettle <dean@brettle.com> 
1114
1115         * HttpApplicationFactory.cs: Added support for detecting 
1116         App_Browsers/*.browser files and using them to determine capabilities.
1117         Also restart the app if the App_Browsers, App_Code, or App_GlobalResources
1118         directories are created.
1119
1120         * BrowserCapabilities.cs (TagWriter): get value via internal virtual
1121         GetTagWriter() method, which is overridden in nBrowser.Result.
1122
1123         * HttpRequest.cs (BrowserMightHaveSpecialWriter, BrowserMightHaveAdapters):
1124         internal properties added to allow Page and Control methods to avoid
1125         accessing Request.Browser to get browser-specific HtmlTextWriters or 
1126         ControlAdapters.  Those things only exist when there are App_Browsers
1127         files.
1128
1129 2008-03-09  Marek Habersack  <mhabersack@novell.com>
1130
1131         * HttpUtility.cs: HTML-decode the query string prior to parsing
1132         it.
1133
1134 2008-03-01  Marek Habersack  <mhabersack@novell.com>
1135
1136         * HttpRuntime.cs: SettingsMappingManager has been moved to
1137         Mono.Web.
1138
1139 2008-02-28  Marek Habersack  <mhabersack@novell.com>
1140
1141         * HttpParamsCollection.cs: restore the GetValues overrides only to
1142         make sure the collections are merged before invoking the base
1143         implementation. 
1144         Remove code that's no longer needed.
1145
1146 2008-02-27  Marek Habersack  <mhabersack@novell.com>
1147
1148         * HttpException.cs: error message output format changes.
1149
1150 2008-02-26  Kornél Pál  <kornelpal@gmail.com>
1151
1152         * HttpResponse.cs: Don't add Date header because servers usually add
1153         a Date header that would result in duplicate Date header sent to the
1154         client. Fixes bug #363404.
1155
1156 2008-02-25  Marek Habersack  <mhabersack@novell.com>
1157
1158         * HttpException.cs: fix a buglet with unfoldable hidden divs which
1159         contain the full compiler output and the full source code.
1160
1161         * HttpContext.cs: correctly set the timeout if the user has
1162         specified a timeout which, when converted to milliseconds yields a
1163         value larger than one allowed by Timer.Change. This can happen,
1164         for instance, when HttpServerUtility.ScriptTimeout is set to
1165         Int32.MaxValue. Previously, when something like that happened, the
1166         value was converted to 0ms, giving an instantenous timer
1167         expiration and, what follows, a request "timeout".
1168
1169 2008-02-19  Marek Habersack  <mhabersack@novell.com>
1170
1171         * HttpParamsCollection.cs: do not override the NVC behavior for
1172         GetValues - values from different sources (Form, Query, Cookies,
1173         ServerVariables) must be kept separate for this purpose. This is
1174         also the behavior of MS.NET. Fixes bug #362189
1175
1176 2008-02-18  Marek Habersack  <mhabersack@novell.com>
1177
1178         * HttpRuntime.cs: When app is offline, send status code 503
1179         instead of 200. Fixes bug #357565
1180
1181 2008-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
1182
1183         * HttpException.cs: Avoid IndexOutOfRangeException when there are no
1184         error lines.
1185
1186 2008-02-07  Gert Driesen  <drieseng@users.sourceforge.net>
1187
1188         * HttpException.cs: Removed CWL.
1189
1190 2008-02-07  Marek Habersack  <mhabersack@novell.com>
1191
1192         * HttpException.cs: more exception output compatibility changes to
1193         match MS.NET.
1194
1195 2008-02-07  Vladimir Krasnov  <vladimirk@mainsoft.com>
1196
1197         * HttpContext.jvm.cs: added CurrentHandlerInternal property
1198
1199 2008-02-07  Marek Habersack  <mhabersack@novell.com>
1200
1201         * HttpException.cs: moved several strings to constants, for easier
1202         maintenance. 
1203         Added 3 new constructors which let the caller to set the exception
1204         description.
1205         The Description property is now settable.
1206         The stack trace at the bottom of the file is written after the
1207         terminating </html>, inside a HTML comment. Format changed to
1208         match MS.NET.
1209         Error 404 is handled in a special way, to match the output with
1210         MS.NET.
1211
1212         * HttpContext.cs, StaticFileHandler.cs, HttpApplication.cs: use
1213         the new HttpException constructor for 404.
1214
1215 2008-02-07  Vladimir Krasnov  <vladimirk@mainsoft.com>
1216
1217         * HttpResponse.cs: fixed AddHeadersNoCache, removed date_header since
1218         java app server adds it, under TARGET_J2EE.
1219
1220 2008-02-06  Marek Habersack  <mhabersack@novell.com>
1221
1222         * HttpApplicationFactory.cs: in FireOnAppEnd, set app_type to null
1223         after the event has been fired.
1224
1225         * HttpRuntime.cs: when switching to offline mode fire the
1226         shutdown events. Fixes bug #357565.
1227         Watch for Created event in the FileSystemWatcher for the
1228         app_offline.htm files.
1229
1230 2008-01-29  Vladimir Krasnov  <vladimirk@mainsoft.com>
1231
1232         * HttpRequest.cs: performance optimization of QueryStringRaw
1233
1234 2008-01-27  Igor Zelmanovich <igorz@mainsoft.com>
1235
1236         * HttpResponse.cs: rise PreSendRequestHeaders befire headers_sent 
1237         initialization to allow set additional headers or status code at 
1238         PreSendRequestHeaders event handlers.
1239
1240 2008-01-24  Marek Habersack  <mhabersack@novell.com>
1241
1242         * HttpApplicationFactory.cs: use BuildManager.GetCompiledType to
1243         build the application (global.asax) file.
1244
1245 2008-01-22  Konstantin Triger <kostat@mainsoft.com>
1246
1247         * HttpResponse.cs: move headers_sent initialization up to prevent additional
1248                 trial to send headers if an exception is thrown.
1249
1250 2008-01-21  Konstantin Triger <kostat@mainsoft.com>
1251
1252         * HttpRequest.cs: Form validation: ensure the collection is accessible after
1253                 validation failed.
1254
1255 2008-01-16  Juraj Skripsky  <js@hotfeet.ch>
1256
1257         * HttpRequest.cs (get_UrlReferrer): Handle case when headers contain
1258         invalid Url for referer.
1259
1260 2008-01-16  Juraj Skripsky  <js@hotfeet.ch>
1261
1262         * HttpCookieCollection.cs (AllKeys): Use Keys.CopyTo().
1263
1264 2008-01-14  Sebastien Pouliot  <sebastien@ximian.com>
1265
1266         * HttpCookie.cs: Fix HttpOnly setter. Found using Gendarme.
1267
1268 2008-01-02  Vladimir Krasnov  <vladimirk@mainsoft.com>
1269
1270         * HttpContext.cs: added resource manager caching in GetResourceObject
1271         * HttpContext.jvm.cs: added resourceManagerCache storing in appdomain
1272
1273 2007-12-31  Vladimir Krasnov  <vladimirk@mainsoft.com>
1274
1275         * HttpContext.cs: added HasError method
1276         * HttpApplication.cs: refactored thread abort handling
1277
1278 2007-12-31  Vladimir Krasnov  <vladimirk@mainsoft.com>
1279
1280         * HttpRuntime.cs: fixed HttpRuntime, added Cache.DependencyCache
1281         initialization
1282
1283 2007-12-26 Igor Zelmanovich <igorz@mainsoft.com>
1284         
1285         * TraceContext.cs:
1286         * TraceData.cs:
1287         make trace considers control state info.                
1288
1289 2007-12-25 Igor Zelmanovich <igorz@mainsoft.com>
1290         
1291         * HttpApplication.cs: initialize culture each request.
1292         makes it consider culture settings from nested web.config               
1293
1294 2007-12-19  Juraj Skripsky <js@hotfeet.ch>
1295
1296         * HttpContext.cs, HttpApplication.cs: Move timeout tracking from
1297         TimeoutManager into HttpContext. Replace periodic timeout checks with
1298         separate per-context timeout timers.  
1299         * HttpRuntime.cs: remove TimeoutManager.
1300
1301 2007-12-18  Miguel de Icaza  <miguel@novell.com>
1302
1303         * HttpCookieCollection.cs (Get): implement using the indexer to
1304         share some code.   Should fix #349564.
1305
1306 2007-12-16 Igor Zelmanovich <igorz@mainsoft.com>
1307         
1308         * HttpContext.cs: added IsProcessingInclude property.
1309         * HttpServerUtility.cs: set IsProcessingInclude value within Execute.
1310
1311 2007-12-13  Marek Habersack  <mhabersack@novell.com>
1312
1313         * HttpRequest.cs, HttpResponse.cs, SiteMapNode.cs, HttpRuntime.cs,
1314         HttpResponseStream.cs, HttpApplication.cs, HttpCachePolicy.cs:
1315         speed optimization - use String.Concat instead of String.Format in
1316         some cases.
1317
1318 2007-12-13 Igor Zelmanovich <igorz@mainsoft.com>
1319         
1320         * HttpApplication.cs:
1321         * HttpContext.cs:
1322         * HttpRequest.cs:
1323         * HttpServerUtility.cs:
1324         - When Transfer/Execute is called with preserveForm=true, transferred 
1325         page is not processed as PostBack but form collection is preserved.
1326         - When Execute is called more than once, PreviousPage property is set 
1327         correct.
1328
1329 2007-12-09  Vladimir Krasnov  <vladimirk@mainsoft.com>
1330
1331         * HttpApplication.cs: added TARGET_JVM to LoadType method
1332
1333 2007-12-08  Marek Habersack  <mhabersack@novell.com>
1334
1335         * HttpRuntime.cs: initialize the Settings Mapping Manager once per
1336         application, just after initalizing the WebConfigurationManager.
1337
1338 2007-11-28  Marek Habersack  <mhabersack@novell.com>
1339
1340         * HttpApplication.cs: peform the check of whether we're running on
1341         Windows from within a static constructor.
1342
1343 2007-11-23  Marek Habersack  <mhabersack@novell.com>
1344
1345         * RequestNotificationStatus.cs: fix the order of enum members.
1346
1347         * RequestNotification.cs: assign correct values to the enum
1348         members.
1349
1350         * StaticSiteMapProvider.cs: change visibility of the constructor.
1351
1352         * HttpRequest.cs: added missing property LogonUserIdentity.
1353
1354         * HttpCacheVaryByContentEncodings.cs: this constructor should not
1355         be public.
1356
1357 2007-11-23  Daniel Nauck  <dna@mono-project.de>
1358
1359         * TraceContextRecord.cs: implemented
1360
1361 2007-11-23  Marek Habersack  <mhabersack@novell.com>
1362
1363         * BrowserCapabilities.cs: the JavaScript property is obsolete in
1364         2.0sp1.
1365
1366 2007-11-22  Daniel Nauck  <dna@mono-project.de>
1367
1368         * IPartitionResolver.cs: implemented
1369
1370 2007-11-22  Daniel Nauck  <dna@mono-project.de>
1371
1372         * WebPageTraceListener.cs: implemented
1373
1374 2007-11-22  Marek Habersack  <mhabersack@novell.com>
1375
1376         * RequestNotificationStatus.cs: added
1377
1378         * RequestNotification.cs: added
1379
1380         * HttpCacheVaryByContentEncodings.cs: added
1381
1382         * HttpCachePolicy.cs: added the HttpCacheVaryByContentEncodings
1383         property.
1384
1385         * HttpApplication.cs: added 3 new events to the pipeline (for
1386         compatibility with the 2.0sp1/3.5 version of System.Web)
1387
1388 2007-11-22  Daniel Nauck  <dna@mono-project.de>
1389
1390         * WebPageTraceListener.cs: initial checkin (stubs).
1391
1392 2007-11-17  Marek Habersack  <mhabersack@novell.com>
1393
1394         * HttpResponse.cs: make sure fileDependencies is not null before
1395         attempting to use it. Fixes bug #342511.
1396
1397 2007-11-07 Igor Zelmanovich <igorz@mainsoft.com>
1398
1399         * TraceContext.cs:
1400         * TraceData.cs: implemented TraceMode feature.  
1401
1402 2007-11-07 Igor Zelmanovich <igorz@mainsoft.com>
1403
1404         * BaseParamsCollection.cs:
1405         ensure collection will not be changed during enumeration.
1406
1407 2007-11-06  Marek Habersack  <mhabersack@novell.com>
1408
1409         * HttpResponse.cs: trigger the PreSendRequestHeaders event before
1410         setting the output headers. Fixes bugs #334521, #339538
1411
1412         * TraceData.cs: do not use DataTable for trace data storage
1413         anymore. Instead, a set of classes is used to hold data and a
1414         Queue container (generic version in 2.0) is used to hold the data
1415         rows. Fixes bug #325267.
1416
1417 2007-11-05  Marek Habersack  <mhabersack@novell.com>
1418
1419         * HttpRequest.cs: cope with UriBuilder.Query being null.
1420
1421 2007-11-03  Gert Driesen  <drieseng@users.sourceforge.net>
1422
1423         * HttpRuntime.cs: Always return a path with trailing directory
1424         separator character. Spaces to tabs.
1425
1426 2007-11-03  Marek Habersack  <mhabersack@novell.com>
1427
1428         * HttpApplication.cs: removed unused internal PrivateBinPath
1429         property.
1430
1431         * HttpRuntime.cs: BinDirectory returns a path that ends with the
1432         directory separator character.
1433
1434 2007-11-02  Marek Habersack  <mhabersack@novell.com>
1435
1436         * HttpServerUtility.cs: in 2.0, Transfer is allowed only from
1437         pages. Fixes bug #334931
1438         Also, according to MSDN docs, transfer in 2.0+ is possible only to
1439         other pages.
1440
1441         * HttpRuntime.cs: BinDirectory returns a full path to the actual
1442         bin directory in the application root. If no bin directory is
1443         found, it defaults to returning <applicationPath>/bin. Fixes bug
1444         338116.
1445
1446         * HttpApplication.cs: introduced HTTP handler cache to save time
1447         on repetitive handler collection traversals. On busy sites the
1448         traversal of the default 26 handlers may account for thousands of
1449         unnecessary calls to configsystem.LocateHandler method, which may
1450         also involve executing a regex. The cache is cleared whenever the
1451         HTTP handler collection is modified.
1452
1453 2007-10-30 Igor Zelmanovich <igorz@mainsoft.com>
1454
1455         * HttpUtility.cs: fixed HtmlEncode for TARGET_JVM.
1456
1457 2007-10-30 Igor Zelmanovich <igorz@mainsoft.com>
1458
1459         * HttpUtility.cs: fixed UrlPathEncode.
1460
1461 2007-10-24  Gert Driesen  <drieseng@users.sourceforge.net>
1462
1463         * StaticFileHandler.cs: Modified 404 message to match MS.
1464
1465 2007-10-24  Marek Habersack  <mhabersack@novell.com>
1466
1467         * HttpUtility.cs: MS.NET does not support the ';' query parameter
1468         separator. Fixes bug #335615
1469
1470 2007-10-18  Juraj Skripsky  <js@hotfeet.ch>
1471
1472         * StaticSiteMapProvider.cs: Replace Hashtables by Dictionaries,
1473         don't allocate them on-demand, there will never be many
1474         Provider instances around.
1475         AddNode(): Check for duplicate keys before adding any item to
1476         hashtables.
1477         RemoveNode(): Use fact that Hashtable.Remove() never throws,
1478         remove item from keyToNode as well, make symmetric to AddNode().
1479         MapUrl(): Use VirtualPathUtility, allow for full urls
1480         (e.g. http://www.google.com).
1481         
1482 2007-10-17  Marek Habersack  <mhabersack@novell.com>
1483
1484         * StaticFileHandler.cs: fixed an bug with Mono running under
1485         Windows operating systems which caused XSP to return source of the
1486         requested page if the file name used in the request ended in any
1487         number of spaces or dots. The problem lies in the way the Win32
1488         subsystem treats such file names - it ignores the trailing
1489         characters and allows the calling application to open a file on
1490         disk even when its name does not contain the trailing characters
1491         used in the open request. Such file names may be supported by the
1492         underlying filesystem (e.g. NTFS) but they are not supported by
1493         the I/O Win32 subsystem. The security issue is reported in
1494         CVE security report CVE-2007-5473. Fixes bug #332401
1495         
1496 2007-10-17  Igor Zelmanovich <igorz@mainsoft.com>
1497
1498         * HttpResponse.cs:
1499         response status is sent after PreSendRequestHeaders invoked.
1500         Redirect method set RedirectLocation property
1501         fixes bug #334521
1502                 
1503 2007-10-15  Marek Habersack  <mhabersack@novell.com>
1504
1505         * HttpApplication.cs: do not return a non-existing bin directory
1506         from BinDirectories. Patch from Atsushi Enomoto
1507         <atsushi@ximian.com>, thanks! Fixes bug #332434. 
1508
1509 2007-10-04  Marek Habersack  <mhabersack@novell.com>
1510
1511         * HttpApplication.cs: call the Init method after loading the
1512         modules and hooking up application events. Fixes bug #330416.
1513
1514 2007-10-01  Marek Habersack  <mhabersack@novell.com>
1515
1516         * HttpServerUtility.cs: set a flag when transferring control to
1517         another page.
1518
1519         * HttpContext.cs: added an internal InTransit property to carry
1520         information that HttpServerUtility.Transfer has been used, over to
1521         the target page.
1522
1523 2007-09-12  Juraj Skripsky <js@hotfeet.ch>
1524
1525         * StaticSiteMapProvider.cs (AddNode): Add message text to
1526         InvalidOperationException (duplicate url case).
1527
1528 2007-09-06  Marek Habersack  <mhabersack@novell.com>
1529
1530         * HttpCachePolicy.cs: implemented setting the ETag and
1531         Last-Modified headers from file dependencies.
1532
1533         * HttpResponse.cs: implemented file dependency methods.
1534
1535 2007-09-01  Marek Habersack  <mhabersack@novell.com>
1536
1537         * HttpRuntime.cs: rewrote the app_offline.htm support. It now uses
1538         filesystem watchers instead of checking for existence of the
1539         file(s) at the beginning of every request. No performance penalty
1540         that way.
1541
1542 2007-08-31  Marek Habersack  <mhabersack@novell.com>
1543
1544         * HttpApplicationFactory.cs: added methods to enable/disable
1545         watchers.
1546
1547         * HttpRuntime.cs: implemented handling of app_offline.htm file in
1548         the application root directory. Fixes bug #81127.
1549
1550         * HttpResponse.cs: make sure neither context or
1551         context.ApplicationInstance are null in End ().
1552
1553 2007-08-27  Marek Habersack  <mhabersack@novell.com>
1554
1555         * HttpCookie.cs: make sure a key is output even if it has no
1556         values set. Fixes bug #81333.
1557
1558 2007-08-23  Marek Habersack  <mhabersack@novell.com>
1559
1560         * HttpApplication.cs: added a static array BinDirs which contains
1561         the common bin directory names we can encounter.
1562         Added internal static property IsRunningOnWindows.
1563         Added internal enumerable property BinDirectories to iterate over
1564         the full paths of the available binary directories.
1565         Added internal enumerable property BinDirectoryAssemblies to
1566         iterate over .dll files in the bin directories.
1567         LoadTypeFromPrivateBin renamed to LoadTypeFromBin.
1568         LoadTypeFromBin uses BinDirectoryAssemblies.
1569         
1570         * HttpApplicationFactory.cs: use HttpApplication.BinDirectories to
1571         interate over the list of bin dirs.
1572
1573 2007-08-21  Marek Habersack  <mhabersack@novell.com>
1574
1575         * HttpApplicationFactory.cs: watch for changes in all the
1576         private binary directories for the current application domain.
1577
1578         * HttpApplication.cs: turn the PrivateBinPath property into an
1579         internal enumerable, so that code throughout the assembly can
1580         iterate over the list of private bin directories configured for
1581         the application domain.
1582         Added a new internal method LoadTypeFromPrivateBin, for sharing
1583         with other parts of the assembly.
1584
1585 2007-08-18  Juraj Skripsky <js@hotfeet.ch>
1586
1587         * HttpRequest.cs (StripPath): Fix off-by-one error, make static.
1588
1589 2007-08-18  Marek Habersack  <mhabersack@novell.com>
1590
1591         * HttpRequest.cs: IE sends the full input file path when uploading
1592         a file via the upload input control. Detect the situation and
1593         strip the leading path. Fixes bug #82059.
1594
1595         * HttpServerUtility.cs: set the current context's path(s) to the
1596         Transfer/Execute target only to retrieve the new handler, and
1597         restore them immediately afterwards. It has a two-fold effect:
1598         first it avoids an extra round trip to the original page which
1599         called Transfer/Execute, second it makes FilePath etc. return
1600         information about the original page (that is the one which called
1601         Transfer/Execute). Fixes bug #82439.
1602
1603 2007-08-14  Marek Habersack  <mhabersack@novell.com>
1604
1605         * XmlSiteMapProvider.cs: do not hide this_lock.
1606
1607 2007-08-09  Marek Habersack  <mhabersack@novell.com>
1608
1609         * HttpApplicationFactory.cs: unconditionally watch for changes
1610         (including creation) to Global.asax, global.asax, Web.config,
1611         web.config and Web.Config. This makes the application restart once
1612         any of those is created. Patch from Juraj Skripsky
1613         <juraj@hotfeet.ch>, thanks! Fixes bug #82380.
1614
1615 2007-08-08  Marek Habersack  <mhabersack@novell.com>
1616
1617         * StaticSiteMapProvider.cs, HttpApplicationFactory.cs,
1618         HttpStaticObjectsCollection.cs, SiteMapProvider.cs,
1619         XmlSiteMapProvider.cs, HttpApplication.cs, CapabilitiesLoader.cs,
1620         TimeoutManager.cs: do not use lock (this), replace it with lock
1621         (this_object), where this_object is an instance variable. Prevents
1622         deadlocks in situation when external code locks on the class
1623         instance.
1624
1625 2007-08-05  Vladimir Krasnov  <vladimirk@mainsoft.com>
1626
1627         * HttpUtility.cs: performance refactoring, optimized UrlEncode
1628
1629 2007-08-05 Igor Zelmanovich <igorz@mainsoft.com>
1630
1631         * SiteMapNode.cs: refactoring + typo fix: 
1632         variable is declared in scope where is used.
1633
1634 2007-07-31  Vladimir Krasnov  <vladimirk@mainsoft.com>
1635
1636         * VirtualPathUtility.cs: refactored GetDirectory, ToAbsolute, added
1637         internal api to skip path normalizing
1638
1639 2007-07-30  Vladimir Krasnov  <vladimirk@mainsoft.com>
1640
1641         * HttpResponseStream.jvm.cs: optimized CharBucket
1642
1643 2007-07-22  Vladimir Krasnov  <vladimirk@mainsoft.com>
1644
1645         * HttpServerUtility.cs: fixed Execute, SetCurrentExePath should be 
1646         called after ApplicationInstance.GetHandler call in case of GetHandler
1647         fails for some reason
1648
1649 2007-07-21  Marek Habersack  <mhabersack@novell.com>
1650
1651         * HttpRuntime.cs: clean up the dynamic base directory on domain
1652         shutdown.
1653
1654 2007-07-10  Vladimir Krasnov  <vladimirk@mainsoft.com>
1655
1656         * HttpUtility.cs: optimized HtmlEncode and HtmlAttributeEncode methods
1657
1658 2007-07-05  Miguel de Icaza  <miguel@novell.com>
1659
1660         * HttpApplication.cs (AsyncRequestState.Complete): Add the
1661         try/catch for the callback here to ensure that we only call
1662         complete_event.Set once. 
1663
1664         (PipelineDone): This is where the core of the bug fix is: do not
1665         call Complete() or call done.Set() (depending on the invocation
1666         case) until we are actually done cleaning up the request.
1667
1668         The problem was that we signaled that we were done, but we had not
1669         completed the shut down, so another thread could have been
1670         scheduled on the same HttpApplication and had its variables be
1671         modified as we completed the shutdown on the first thread. 
1672
1673         This fixes #81400 which was a very long standing bug.  
1674
1675         (Tick): Remove the pipeline check against null, this is not
1676         necessary and it will help us find problems like this one in the
1677         future.
1678
1679         Reverts patch r66072 which was a described as:
1680
1681                 band-aid patch to help debugging hang running 2.0
1682                 tests.
1683
1684 2007-07-02  Marek Habersack  <mhabersack@novell.com>
1685
1686         * CapabilitiesLoader.cs: provide default capability values for all
1687         the 2.0+ capabilities which are not defined in our
1688         browscap.ini. The default values have been assigned as per
1689         MSDN. Fixes bug #81927
1690
1691 2007-06-28  Vladimir Krasnov  <vladimirk@mainsoft.com>
1692
1693         * HttpResponse.cs: fixed AddHeadersNoCache, removed content-length
1694         header for TARGET_JVM
1695         * HttpWorkerRequest.cs: made this class partial, moved TARGET_JVM stuff
1696         to .jvm part
1697         * HttpWriter.cs: fixed write methods, output_stream can write char[]
1698         and string in TARGET_JVM
1699         added HttpWorkerRequest.jvm.cs, HttpResponseStream.jvm.cs
1700
1701 2007-06-25 Juraj Skripsky <js@hotfeet.ch>
1702
1703         * HttpRuntime.cs (ShutdownAppDomain): Re-introduce call to
1704         "Cache.InvokePrivateCallbacks".
1705
1706 2007-06-24  Vladimir Krasnov  <vladimirk@mainsoft.com>
1707
1708         * HttpUtility.cs: fixed HtmlAttributeEncode, performance improvement
1709
1710 2007-06-20  Marek Habersack  <mhabersack@novell.com>
1711
1712         * HttpRuntime.cs: added new internal property, InternalCache, to
1713         keep all the internal cache entries instead of mixing them with
1714         the public cache ones.
1715         Do not invoke Cache.InvokePrivateCallbacks - this method no longer
1716         exists.
1717
1718         * HttpResponse.cs: private entries are now kept in
1719         Context.InternalCache.
1720
1721         * HttpContext.cs: added new internal property, InternalCache,
1722         which returns the HttpRuntime.InternalCache value.
1723
1724         * HttpApplication.cs: check all the loaded assemblies for the type
1725         being looked up. Patch from Juraj Skripsky <juraj@hotfeet.ch>,
1726         thanks! Fixes bug #81697.
1727
1728 2007-06-18 Igor Zelmanovich <igorz@mainsoft.com>
1729
1730         * HttpUtility.cs: refactoring:
1731         removed constants to another class.     
1732
1733 2007-06-18 Igor Zelmanovich <igorz@mainsoft.com>
1734
1735         * AssemblyResourceLoader.cs: refactoring:
1736         make the code reusable in System.Web.Extenssions.       
1737
1738 2007-05-31  Marek Habersack  <mhabersack@novell.com>
1739
1740         * SiteMapProvider.cs: implemented proper logic of authorizing
1741         user's access to a sitemap node, as per MSDN2 docs. Patch from
1742         Dumitru Ban <dban@dako.ro>, thanks!
1743
1744 2007-05-30  Marek Habersack  <mhabersack@novell.com>
1745
1746         * TraceManager.cs: Catch all the possible exceptions in the
1747         constructor - the object MUST be created successfully (even if
1748         there are errors).
1749
1750         * HttpRequest.cs: do not attempt to apply url mappings if the
1751         configuration manager has errors.
1752
1753         * HttpRuntime.cs: handle static constructor exceptions later on,
1754         during the first call to ReallyProcessRequest.
1755
1756         * QueueManager.cs: provide defaults for the parameters to be read
1757         from the config file(s).
1758         Catch all the possible exceptions in the constructor - the object
1759         MUST be created successfully (even if there are errors).
1760
1761 2007-05-29  Marek Habersack  <mhabersack@novell.com>
1762
1763         * SiteMapProvider.cs: updated the node accessibility comments.
1764         If Roles not null and user is not in at least one of the
1765         specified roles, return false.
1766         If there Url is null or empty, return false.
1767
1768 2007-05-28  Marek Habersack  <mhabersack@novell.com>
1769
1770         * HttpRequest.cs: since Path is used from within
1771         WebConfigurationManager, under some conditions it may lead to
1772         endless recursion if the UrlComponents is not instantiated when
1773         Path_get is called.
1774
1775 2007-05-21  Vladimir Krasnov  <vladimirk@mainsoft.com>
1776
1777         * HttpContext.cs: added ProfileInitialized boolean property
1778
1779 2007-05-16  Vladimir Krasnov  <vladimirk@mainsoft.com>
1780
1781         * VirtualPathUtility.cs: Normalize method check more carefully if need
1782         to normalize, performance fix
1783
1784 2007-05-16  Konstantin Triger <kostat@mainsoft.com>
1785
1786         * HttpContext.cs: correctly check for request locality.
1787
1788 2007-05-15  Marek Habersack  <mhabersack@novell.com>
1789
1790         * HttpApplication.cs: refactoring - moved LoadType from
1791         WebConfigurationHost here and made it internal static, in order to
1792         make the code avaliable from all the places where extended type
1793         loading is required.
1794
1795 2007-05-14  Marek Habersack  <mhabersack@novell.com>
1796  
1797         * HttpUtility.cs: when parsing query strings, skip the leading ?
1798         for the first parameter name.
1799
1800         * HttpRequest.cs: added support for mapping urls, as defined in
1801         the system.web/urlMappings section.
1802
1803 2007-05-14  Vladimir Krasnov  <vladimirk@mainsoft.com>
1804         
1805         * HttpWriter.cs: GetMaxByteCount was used in Write and WriteString
1806         methods to improve performance of HttpWriter
1807
1808 2007-05-14 Igor Zelmanovich <igorz@mainsoft.com>
1809
1810         * HttpApplication.cs:
1811         prevent DOS attack: remove configuration from the cache in case 
1812         of invalid resource not exists  
1813
1814 2007-05-14  Vladimir Krasnov  <vladimirk@mainsoft.com>
1815
1816         * TraceContext.cs: refactoring, cached TraceManager
1817
1818 2007-05-03 Igor Zelmanovich <igorz@mainsoft.com>
1819
1820         * HttpApplication.cs:
1821         * HttpContext.cs:
1822         handling exceptions occurred if  <system.web/customError> 
1823         section is not valid.   
1824
1825 2007-05-08  Vladimir Krasnov  <vladimirk@mainsoft.com>
1826
1827         * BaseParamsCollection.cs: fixed Get(string) property, fixed collection
1828         lazy initialization
1829
1830 2007-05-07  Marek Habersack  <mhabersack@novell.com>
1831
1832         * HttpResponseStream.cs: use BufferOutput
1833
1834         * HttpResponse.cs: support Buffer, but use BufferOutput
1835
1836 2007-05-03 Igor Zelmanovich <igorz@mainsoft.com>
1837
1838         * BrowserCapabilities.cs:
1839         added missing API.      
1840
1841 2007-04-30 Igor Zelmanovich <igorz@mainsoft.com>
1842
1843         * HttpApplication.cs: reverted r74717.
1844
1845 2007-04-29 Igor Zelmanovich <igorz@mainsoft.com>
1846
1847         * HttpContext.jvm.cs: Response.End() must abort thread if not async.    
1848
1849 2007-04-29 Igor Zelmanovich <igorz@mainsoft.com>
1850
1851         * HttpApplication.cs: doesn't cache httpHandlersSection in instance, 
1852         that allows to consider httpHandlers section in nested web.config.      
1853
1854 2007-04-27  Marek Habersack  <mhabersack@novell.com>
1855
1856         * XmlSiteMapProvider.cs: add support for siteMapFile attribute.
1857
1858 2007-04-24  Marek Habersack  <mhabersack@novell.com>
1859
1860         * CapabilitiesLoader.cs: Hashtables used as property containers
1861         should not be case-insensitive as we now preload the property
1862         hashes with default properties, to make the code work in case
1863         browscap.ini is broken or missing. Instead, the keys are
1864         lower-cased and trimmed before indexing the Hashtable.
1865         Added all the missing capabilities to the defaultCaps Hashtable.
1866         The returned Hashtable is not reversed in GetCapabilities anymore
1867         - it might make the code faster, but it also makes it mismatch
1868         browsers (e.g. Firefox 2.0 is mismatched for Mozilla 1.8).
1869         All of the above fixes bug #81437.
1870
1871         * HttpRequest.cs: MS.NET throws HttpException for invalid paths,
1872         not ArgumentNullException.
1873
1874         * HttpException.cs: wrap GetHtmlErrorMessage internals in
1875         try/catch to capture possible exceptions in HttpContext.
1876
1877         * HttpContext.cs: IsCustomErrorEnabled is used from within
1878         HttpException, make sure it gets the section in a safe way and
1879         resorts to the default settings.
1880         
1881         * HttpResponse.cs: HeaderEncoding is used in the same context as
1882         above. Take the same precautions.
1883         
1884 2007-04-22 Joshua Tauberer <jit@occams.info>
1885  
1886         * HttpParamsCollection.cs: Fix IndexOutOfRangeException.
1887
1888 2007-04-19  Miguel de Icaza  <miguel@novell.com>
1889
1890         * BaseParamsCollection.cs (Get (string)): Call LoadInfo here to
1891         fix #81385
1892
1893 2007-04-17 Igor Zelmanovich <igorz@mainsoft.com>
1894
1895         * HttpException.cs: used GetBaseException() instead InnerException.
1896
1897 2007-04-17 Igor Zelmanovich <igorz@mainsoft.com>
1898
1899         * HttpException.cs: shows message of InnerException in head of Page.
1900
1901 2007-04-17 Igor Zelmanovich <igorz@mainsoft.com>
1902
1903         * HttpException.cs: fixed generated HTML formating.
1904
1905 2007-04-17 Igor Zelmanovich <igorz@mainsoft.com>
1906
1907         * HttpContext.cs: GetGlobalResourceObject, GetLocalResourceObject
1908         use case-insensitive ResourceManager
1909
1910 2007-04-15  Marek Habersack  <mhabersack@novell.com>
1911
1912         * VirtualPathUtility.cs: converted to LF line endings and set the
1913         svn:eol-style property to 'native'
1914
1915 2007-04-13  Marek Habersack  <mhabersack@novell.com>
1916
1917         * SiteMap.cs: try to look up the current map node in providers
1918         other than the current one. Patch from Mike Morano
1919         <mmorano@mikeandwan.us>. Fixes bug #81366. 
1920
1921 2007-04-12  Vladimir Krasnov  <vladimirk@mainsoft.com>
1922
1923         * HttpRequest.cs: fixed Params property to be lazy initialzation
1924         collection
1925         * added HttpParamsCollection.cs
1926
1927 2007-04-11  Konstantin Triger <kostat@mainsoft.com>
1928
1929         * HttpRequest.cs: IsLocal should return true for loopback addresses.
1930
1931 2007-04-10  Marek Habersack  <mhabersack@novell.com>
1932
1933         * HttpCookie.cs: format the output of HttpCookie.Values.ToString()
1934         in the same way MS.NET does. Fixes bug #81333. Patch from Mike
1935         Morano <mmorano@mikeandwan.us>.
1936
1937         * XmlSiteMapProvider.cs: add the NotifyFilters.Size to the
1938         watcher flags, so that we watch for modifications to a file when
1939         using Linux inotify.
1940
1941         * HttpApplicationFactory.cs: add the NotifyFilters.Size to the
1942         watcher flags, so that we watch for modifications to a file when
1943         using Linux inotify.
1944         App_Code, App_Browsers and App_GlobalResources watchers must watch
1945         for events with the '*' mask so that they can notice events
1946         related to subdirectory creation/deletion.
1947         Watch for subdirectory events with the App_Code watcher.
1948
1949 2007-04-07  Marek Habersack  <mhabersack@novell.com>
1950
1951         * HttpException.cs: show a default custom error message if custom
1952         errors are enabled.
1953         Cleaned up the errors HTML, made it XHTML-compliant. Generated
1954         HTML now uses inline CSS styles.
1955
1956 2007-04-06  Marek Habersack  <mhabersack@novell.com>
1957
1958         * HttpUtility.cs: added a constant that contains the default query
1959         parameter character.
1960         ParseQueryString supports queries with both '&' and ';' parameter
1961         separators.
1962
1963 2007-04-05  Marek Habersack  <mhabersack@novell.com>
1964
1965         * CapabilitiesLoader.cs: Make sure that the capability names
1966         (keys) are stored in lowercase.
1967
1968 2007-04-05 Igor Zelmanovich <igorz@mainsoft.com>
1969
1970         * XmlSiteMapProvider.cs: 
1971         custom attributes of siteMapNode are loaded properly.
1972
1973 2007-04-05  Marek Habersack  <mhabersack@novell.com>
1974
1975         * CapabilitiesLoader.cs: add a full default set of capabilities
1976         for cases when browscap.ini is broken, missing or doesn't contain
1977         definition for the client's User-Agent. Makes it possible to surf
1978         asp.net sites from unsupported clients.
1979
1980 2007-04-04 Juraj Skripsky <js@hotfeet.ch>
1981
1982         * HttpApplicationFactory.cs: Make sure an web application is
1983         shutdown only once (and Application_End in global.asax is called
1984         only once as well). This is necessary because FileSystemWatcher
1985         emits multiple events when e.g. global.asax is changed.
1986
1987 2007-04-01  Vladimir Krasnov  <vladimirk@mainsoft.com>
1988
1989         * HttpRequest.cs: fixed Headers property to use optimized
1990         HeadersCollection
1991         * WebROCollection.cs: used StringComparer.OrdinalIgnoreCase for
1992         NET_2_0
1993         * ServerVariablesCollection.cs: used lazy collection fill optimization
1994         * added: HeadersCollection.cs, BaseParamsCollection.cs
1995
1996 2007-04-01  Konstantin Triger <kostat@mainsoft.com>
1997
1998         * HttpContext.cs: 
1999                 GetLocalResourceObject - should not prefix resources with 'Resources.'.
2000
2001 2007-04-01  Konstantin Triger <kostat@mainsoft.com>
2002
2003         * BrowserCapabilities.cs: Default Browser (userAgent) property to 'Unknown'.
2004
2005 2007-03-29  Vladimir Krasnov  <vladimirk@mainsoft.com>
2006
2007         * HttpContext.cs: timeout methods removed from TARGET_J2EE compilation
2008         * HttpContext.jvm.cs: added stubs for timeout methods
2009
2010 2007-03-28 Igor Zelmanovich <igorz@mainsoft.com>
2011
2012         * StaticSiteMapProvider.cs:
2013         GetChildNodes does not return null but SiteMapNodeCollection.EmptyCollection.
2014
2015 2007-03-28  Konstantin Triger <kostat@mainsoft.com>
2016
2017         * BrowserCapabilities.cs: 
2018                 1. refactoring.
2019                 2. Break recoursion in case 'browser' capability is not found.
2020
2021 2007-03-28 Igor Zelmanovich <igorz@mainsoft.com>
2022
2023         * SiteMapNode.cs: fixed GetAllNodes method.
2024
2025 2007-03-27 Igor Zelmanovich <igorz@mainsoft.com>
2026
2027         * XmlSiteMapProvider.cs: fixed:
2028         resolve app-relative path from config such siteMapFile="~/Web.sitemap".
2029
2030 2007-03-27 Igor Zelmanovich <igorz@mainsoft.com>
2031
2032         * SiteMapNode.cs:
2033         * XmlSiteMapProvider.cs: fixed: Localize Site-Map Data.
2034
2035 2007-03-26  Konstantin Triger <kostat@mainsoft.com>
2036
2037         * HttpRequest.cs: correctly handle null and empty virtual pathes in MapPath.
2038
2039 2007-03-25  Vladimir Krasnov  <vladimirk@mainsoft.com>
2040
2041         * HttpContext.cs: AppGlobalResourcesAssembly static member stored in
2042         AppDomain for TARGET_JVM
2043
2044 2007-03-24  Marek Habersack  <mhabersack@novell.com>
2045
2046         * HttpRuntime.cs: use ICalls.GetMachineConfigPath instead of
2047         opening the machine.config file and getting its path.
2048
2049         * CapabilitiesLoader.cs: use HttpRuntime.MachineConfigurationDirectory 
2050         instead of opening the machine config file and getting its path.
2051
2052 2007-03-23  Konstantin Triger <kostat@mainsoft.com>
2053
2054         * HttpApplication.cs: complete the pipeline in case of exception during
2055                 InitOnce() to avoid a deadlock.
2056
2057 2007-03-22  Adar Wesley <adarw@mainsoft.com>
2058
2059         * BrowserCapabilities.cs: Added implementation for all capabilities.
2060         changed implementation to throw when capability is not defined in browscaps.ini.
2061
2062         * CapabilitiesLoader.cs: fixed parent resultion bug.  added internal support for
2063         browser and browsers capabilities.
2064
2065 2007-03-21  Vladimir Krasnov  <vladimirk@mainsoft.com>
2066
2067         * HttpContext.jvm.cs, HttpRuntime.cs: cached instance of HttpRuntime
2068         in context in addition to AppDomain
2069
2070 2007-03-21  Vladimir Krasnov  <vladimirk@mainsoft.com>
2071         
2072         * HttpCookie.cs, HttpCookieCollection.cs: used OrdinalIgnoreCase
2073         StringComparer for cookies and values collections 
2074
2075 2007-03-21  Vladimir Krasnov  <vladimirk@mainsoft.com>
2076
2077         * HttpApplication.cs: refactred handlers configuration section as
2078         member of class
2079
2080 2007-03-20  Marek Habersack  <mhabersack@novell.com>
2081
2082         * HttpRequest.cs: implement AppRelativeCurrentExecutionFilePath.
2083
2084 2007-03-18 Igor Zelmanovich <igorz@mainsoft.com>
2085
2086         * VirtualPathUtility.cs: fixed GetFileName(), GetExtension() methods.
2087
2088 2007-03-18 Igor Zelmanovich <igorz@mainsoft.com>
2089
2090         * VirtualPathUtility.cs: fixed GetDirectory() method.
2091
2092 2007-03-15  Marek Habersack  <mhabersack@novell.com>
2093
2094         * XmlSiteMapProvider.cs: handle cases with no default for the
2095         reskey properly.
2096
2097 2007-03-15 Igor Zelmanovich <igorz@mainsoft.com>
2098
2099         * HttpRequest.cs: fixed MapPath () method.
2100
2101 2007-03-15 Igor Zelmanovich <igorz@mainsoft.com>
2102
2103         * VirtualPathUtility.cs: fixed ToAbsolute() method.
2104
2105 2007-03-15 Igor Zelmanovich <igorz@mainsoft.com>
2106
2107         * VirtualPathUtility.cs: refactoring: class is shared with 1.x.
2108
2109 2007-03-15  Marek Habersack  <mhabersack@novell.com>
2110
2111         * XmlSiteMapProvider.cs: add support for the enableLocalization
2112         <siteMap> attribute and handle per-node localization resource
2113         strings for explicit localization as well as the resourceKey
2114         attribute to <siteMapNode> for implicit localization (closes bug
2115         #81103).
2116
2117         * SiteMapNode.cs: add support for the resource keys and foreign
2118         attributes.
2119         Implement GetImplicitResourceString.
2120         Add support for translation of the Title and Description
2121         attributes (closes bug #81103) as well as foreign attributes.
2122
2123 2007-03-15 Igor Zelmanovich <igorz@mainsoft.com>
2124
2125         * VirtualPathUtility.cs: fixed: works properly with appRelative path.
2126
2127 2007-03-13  Marek Habersack  <mhabersack@novell.com>
2128
2129         * HttpApplicationFactory.cs: resources compiler no longer accepts
2130         a boolean parameter.
2131
2132         * HttpRuntime.cs: Do not compile local resources here anymore.
2133
2134         * HttpContext.cs: if App_LocalResources assembly corresponding to
2135         the virtual path is not found, compile it here.
2136         Look up resources in the "Resources." class path.
2137
2138 2007-03-13 Igor Zelmanovich <igorz@mainsoft.com>
2139
2140         * HttpUtility.cs: fixed HttpUtillity.HtmlAttributeEncode
2141          '<' char must be encoded.      
2142
2143 2007-03-12  Vladimir Krasnov  <vladimirk@mainsoft.com>
2144
2145         * CapabilitiesLoader.cs: added TARGET_JVM part of static members,
2146         added caching to GetCapabilities method for performance improvement
2147
2148 2007-03-12  Marek Habersack  <mhabersack@novell.com>
2149
2150         * XmlSiteMapProvider.cs: support custom site map providers. Fixes
2151         bug #81115
2152
2153 2007-03-06  Vladimir Krasnov  <vladimirk@mainsoft.com>
2154
2155         * StaticFileHandler.cs: fixed ProcessRequest TARGET_JVM path,
2156         if_modified_since fixed in WAR mode
2157
2158 2007-02-25  Vladimir Krasnov  <vladimirk@mainsoft.com>
2159
2160         * HttpRequest.jvm.cs: fixed LoadWwwForm, should distinguish between
2161         query string and form values
2162
2163 2007-02-21  Marek Habersack  <grendello@gmail.com>
2164
2165         * HttpRuntime.cs: BinDirectory returns the bin directory
2166         determined by the application host on the application startup.
2167
2168         * HttpApplicationFactory.cs: Watch the bin directory determined by
2169         the application host on the application startup.
2170
2171 2007-02-20  Vladimir Krasnov  <vladimirk@mainsoft.com>
2172
2173         * HttpRequest.cs: fixed MapPath, removed TARGET_J2EE block that checks
2174         war root symbol
2175
2176 2007-02-19  Marek Habersack  <grendello@gmail.com>
2177
2178         * HttpContext.cs: Make sure all the global resource objects are
2179         sought in the Resources. namespace.
2180
2181 2007-02-18  Eyal Alaluf  <eyala@mainsoft.com>
2182
2183         * HttpContext.jvm.cs, HttpRequest.jvm.cs: Adapt for tunning under test
2184           harness where we don't have a SevletRequest/Response.
2185
2186 2007-02-13  Vladimir Krasnov  <vladimirk@mainsoft.com>
2187
2188         * HttpApplication.cs: fixed InitOnce, httpModules section is global and
2189         taken from the root web.config
2190
2191 2007-02-12  Robert Jordan  <robertj@gmx.net>
2192
2193         * HttpResponseStream.cs (BlockManager.EnsureCapacity):
2194         don't call Marshal.ReAllocHGlobal on NULL because, unlike
2195         realloc(3) and g_realloc, it doesn't support this semantic.
2196         Fixes a part of bug #77075.
2197
2198 2007-02-12  Marek Habersack  <grendello@gmail.com>
2199
2200         * HttpRuntime.cs: support for preservation (.compiled) assembly
2201         mapping files.
2202
2203 2007-02-11  Vladimir Krasnov  <vladimirk@mainsoft.com>
2204
2205         * HttpApplication.cs: added exception pass through from processAction
2206         in j2ee portal
2207
2208 2007-02-02  Marek Habersack  <grendello@gmail.com>
2209
2210         * HttpApplicationFactory.cs: make code a bit more compact.
2211
2212 2007-01-30  Vladimir Krasnov  <vladimirk@mainsoft.com>
2213
2214         * HttpResponse.cs: fixed TARGET_J2EE part of Redirect for portlet
2215
2216 2007-01-30  Adar Wesley <adarw@mainsoft.com>
2217
2218         * VirtualPathUtility.cs: fixed exceptions thrown from Combine
2219         so they are compatible with MS.
2220
2221 2007-01-25  Marek Habersack  <grendello@gmail.com>
2222
2223         * HttpApplication.cs: Make sure that a specific culture is used
2224         when setting the current thread culture.
2225
2226 2007-01-21 Gonzalo Paniagua Javier <gonzalo.mono@gmail.com>
2227
2228         * HttpServerUtility.cs: implement Execute/Transfer overloads that take
2229         an IHttpHandler. Still missing the documented check for page IsCallback.
2230         Also, on MS when i derive from Page for my IHttpHandler, it works fine,
2231         but if I just implement IHttpHandler, an exception is thrown. This needs
2232         to be researched but, by now, the IHttpHandler version works on mono
2233         and fails on MS.
2234
2235 2007-01-20  Miguel de Icaza  <miguel@novell.com>
2236
2237         * SiteMapNode.cs (GetExplicitResourceString): implement.
2238
2239         * HttpContext.cs (GetGlobalResourceObject): remove unused variable.
2240
2241         * StaticFileHandler.cs (ProcessRequest): remove unused variable.
2242
2243         * HttpApplication.cs (ProcessError): Remove unused variable. 
2244
2245         * HttpServerUtility.cs (Execute): Add new overload and rename
2246         parameter to match MS (as they are normative).
2247
2248 2007-01-17  Marek Habersack  <grendello@gmail.com>
2249
2250         * HttpApplicationFactory.cs: Implement code and framework to
2251         enable automatic application restarts on changes to folders/files
2252         in a generic way. Patch from Damien Churchill
2253         <damien.churchill@ukplc.net>, thanks!
2254         Make sure the top-level assemblies (App_Code, resources) are not
2255         referenced twice should a compilation error occur.
2256
2257 2007-01-16  Atsushi Enomoto  <atsushi@ximian.com>
2258
2259         * TraceData.cs : page could be null. Fixed bug #80480.
2260
2261 2007-01-15  Ilya Kharmatsky   <ilya -at- decode-systems.com>
2262
2263         * VirtualPathUtility.cs: fixed bugs in methods - GetDirectory and
2264         GetExtension, according to the VirtualPathUtilityTest
2265
2266 2007-01-15  Vladimir Krasnov  <vladimirk@mainsoft.com>
2267
2268         * SiteMapProvider.cs: fixed IsAccessibleToUser, true if
2269         SecurityTrimmingEnabled not enabled, true if Roles exists on node and
2270         rolename is '*'
2271
2272 2007-01-14  Eyal Alaluf  <eyala@mainsoft.com>
2273
2274         * HttpRequest.jvm.cs, HttpContext.jvm.cs: Added TARGET_J2EE specific files.
2275         * HttpContext.cs, HttpResponse.cs, HttpRequest.cs, HttpCookie.cs:
2276           Add J2EE Portal support for TARGET_J2EE.
2277
2278 2007-01-04  Vladimir Krasnov  <vladimirk@mainsoft.com>
2279
2280         * HttpRequest.cs: fixed IsLocal, should check all ip addresses of host
2281
2282 2007-01-05  Marek Habersack  <grendello@gmail.com>
2283
2284         * HttpApplicationFactory.cs: Use the new app resources compiler.
2285
2286         * HttpRuntime.cs: Use the new app resources compiler.
2287
2288         * HttpContext.cs: Reimplement the GetGlobalResourceObject
2289         methods, implement the GetLocalResourceObject methods.
2290
2291         * HttpResponse.cs: Implement the HeaderEncoding property.
2292
2293 2007-01-04  Andreia Gaita  <avidigal@novell.com>
2294
2295         * HttpRuntime.cs: Add check for NET_2_0 when initializing
2296         WebConfigurationManager, build failing on 1.1 profile
2297         
2298 2007-01-04  Vladimir Krasnov  <vladimirk@mainsoft.com>
2299
2300         * HttpApplicationFactory.cs, HttpRuntime.cs: WebConfigurationManager
2301         should be initializaed before any possible access to it
2302
2303 2007-01-04  Vladimir Krasnov  <vladimirk@mainsoft.com>
2304
2305         * HttpRequest.cs: fixed Path property, add call of
2306         Uri.UnescapeDataString in net_2_0
2307
2308 2007-01-04  Vladimir Krasnov  <vladimirk@mainsoft.com>
2309
2310         * HttpApplication.cs: fixed PreStart, should not set thread culture
2311         to invariant
2312
2313 2007-01-03  Vladimir Krasnov  <vladimirk@mainsoft.com>
2314
2315         * HttpRequest.cs: fixed jvm version of MakeInputStream, should not
2316         throw exception on zero content length
2317
2318 2007-01-03  Vladimir Krasnov  <vladimirk@mainsoft.com>
2319
2320         * SiteMap.cs, SiteMapNodeCollection.cs: TARGET_JVM of static members
2321
2322 2006-12-20  Marek Habersack  <grendello@gmail.com>
2323
2324         * HttpContext.cs: add internal setter for the Profile property.
2325
2326         * HttpApplicationFactory.cs: Added a shortcut version of
2327         InvokeSessionEnd for use from the 2.0 SessionState code.
2328
2329 2006-12-18  Vladimir Krasnov  <vladimirk@mainsoft.com>
2330
2331         * HttpRequest.cs: fixed Path property, returns unescaped url
2332
2333 2006-12-16  Marek Habersack  <grendello@gmail.com>
2334
2335         * HttpRequest.cs: Fix for http exception during first visit to an
2336         application when the visit path is not the app's virtual root.
2337
2338 2006-12-12 Igor Zelmanovich <igorz@mainsoft.com>
2339
2340         * SiteMapProvider.cs.cs:
2341         * XmlSiteMapProvider.cs: fixed: because more then one node with empty url
2342         is allowed unique key is generated for each node.               
2343
2344 2006-12-12 Igor Zelmanovich <igorz@mainsoft.com>
2345
2346         * SiteMapProvider.cs.cs: fixed: IsAccessibleToUser resolvs relative url.
2347         * StaticSiteMapProvider.cs: fixed: RemoveNode   
2348
2349 2006-12-12 Igor Zelmanovich <igorz@mainsoft.com>
2350
2351         * VirtualPathUtility.cs: fixed: Combine(), ToAbsolute() methods.
2352
2353 2006-12-12 Igor Zelmanovich <igorz@mainsoft.com>
2354
2355         * VirtualPathUtility.cs: fixed: IsAppRelative() method.
2356
2357 2006-12-07  Vladimir Krasnov  <vladimirk@mainsoft.com>
2358
2359         * BrowserCapabilities.cs: fixed MSDomVersion property
2360
2361 2006-12-05 Igor Zelmanovich <igorz@mainsoft.com>
2362
2363         * VirtualPathUtility.cs: fixed: ToAbsolute() method.
2364
2365 2006-12-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2366
2367         * HttpRequest.cs: call MapPath on the HttpWorkerRequest so that if
2368         FilePath is changed we get the new physical path, not the one of the
2369         original request. Fixes bug #80152.
2370
2371 2006-12-03 Igor Zelmanovich <igorz@mainsoft.com>
2372
2373         * HttpWriter.cs: reverted r38835.
2374
2375 2006-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2376
2377         * HttpWriter.cs: remove unused WriteBytes method.
2378
2379 2006-11-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2380
2381         * HttpRequest.cs: physical path comes from GetFilePathTranslated to
2382         avoid trimming in HttpRequest.MapPath.
2383
2384 2006-11-29  Marek Habersack  <grendello@gmail.com>
2385
2386         * HttpApplication.cs: Make use of the handler stack implemented
2387         in HttpContext.
2388
2389         * HttpCacheVaryByHeaders.cs: Optionally omit the vary:* header
2390         value in the 2.0 profile.
2391
2392         * HttpServerUtility.cs: Make use of the handler stack implemented
2393         in HttpContext.
2394         Implemented the UrlToken{Encode,Decode} 2.0 methods.
2395
2396         * HttpResponse.cs: Implemented the IsRequestBeingRedirected
2397         property.
2398
2399         * HttpContext.cs: Implemented the CurrentHandler and PreviousHandler
2400         methods, together with helper functions to handle the handler
2401         stack.
2402         GetSection(string) should be present only in the 2.0 profile.
2403
2404         * HttpCachePolicy.cs: implement the SetNoServerCaching,
2405         SetNoStore, SetNoTransforms, SetValidUntilExpires and
2406         SetOmitVaryStar methods.
2407         Added code to set the no-store and no-transform options of the
2408         Cache-Control header.
2409
2410 2006-11-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2411
2412         * HttpServerUtility.cs: don't prepend extra '?' when the original url
2413         already has a query string. Fixes bug #80042.
2414
2415 2006-11-24  Miguel de Icaza  <miguel@novell.com>
2416
2417         * HttpApplicationFactory.cs (InitType): Also look for "Web.Config"
2418         casing here.
2419
2420 2006-11-20  Marek Habersack  <grendello@gmail.com>
2421
2422         * HttpApplication.cs: Added support for automatic detection of
2423         user's preferred language.
2424
2425 2006-11-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2426
2427         * HttpApplication.cs: don't leak the directory name for non-local
2428         connections.
2429
2430 2006-11-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2431
2432         * CapabilitiesLoader.cs: made the hasstable that contains the properties
2433         for the brower case insensitive. Fixes bug #79795.
2434
2435 2006-11-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2436
2437         * HttpResponse.cs: fix typo that prevented Server.Execute from restoring
2438         the initial output stream used. Closes bug #79916.
2439
2440 2006-11-12  Marek Habersack  <grendello@gmail.com>
2441
2442         * HttpContext.cs: Implemented the 2.0 RewritePath overloads.
2443
2444 2006-11-08  Marek Habersack  <grendello@gmail.com>
2445
2446         * HttpRuntime.cs: Moved the resource compiler results handling to
2447         the resource compiler itself.
2448
2449         * HttpApplicationFactory.cs: Add invocation of the App_Code
2450         compiler. Moved the resource compiler results handling to the
2451         resource compiler itself. Removed compilation of the local
2452         resources from here - it should be done only when a request
2453         determines that the App_LocalResources directory exists.
2454         
2455
2456 2006-11-07  Andrew Skiba  <andrews@mainsoft.com>
2457
2458         * HttpRuntime.cs: TARGET_JVM ifdef
2459
2460 2006-11-05  Andrew Skiba  <andrews@mainsoft.com>
2461
2462         * SiteMapProvider.cs: don't iterate through Roles when they are null.
2463
2464 2006-11-05  Vladimir Krasnov  <vladimirk@mainsoft.com>
2465
2466         * HttpContext.cs: implemented Profile property
2467
2468 2006-11-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2469
2470         * HttpApplication.cs: the unexpected 'tick' exceptions can be an abort
2471         exception due to timeout or end of the request.
2472
2473 2006-10-18  Marek Habersack  <grendello@gmail.com>
2474
2475         * HttpRuntime.cs: add support for compilation of local resources
2476         at the start of request.
2477
2478         * HttpContext.cs: implement the GetGlobalResourceObject APIs
2479
2480         * HttpApplicationFactory.cs: include the bootstrap code for the
2481         global/local resources compiler.
2482
2483 2006-10-09  Marek Habersack  <grendello@gmail.com>
2484
2485         * HttpApplication.cs: change the pipeline order for ASP.NET 2.0 to
2486         comply with the Microsoft documentation.
2487
2488 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2489
2490         * HttpApplication.cs: this makes the test run successfully. Still need
2491         to figure out why that is null.
2492
2493 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2494
2495         * HttpApplication.cs: band-aid patch to help debugging hang running 2.0
2496         tests.
2497
2498 2006-09-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2499
2500         * HttpServerUtility.cs: 1.1 Execute(s) preserves the query string.
2501         Thanks to Hubert Fongarnand. Fixes bug #79506.
2502
2503 2006-09-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2504
2505         * QueueManager.cs: if disposed, always return null for next request.
2506         * HttpRuntime.cs: dispose the queue manager when shutting down the
2507         domain. This will close pending requests with a 503.
2508         * HttpApplication.cs: release the handler before marking the request
2509         as completed. If in PipelineDone context is null, use
2510         HttpContext.Current. Fixes some of those "Tick detected an unhandled
2511         exception" errors printed out.
2512
2513 2006-09-11  Andrew Skiba <andrews@mainsoft.com>
2514
2515         * XmlSiteMapProvider.cs: ifdef TARGET_JVM
2516
2517 2006-09-11  Vladimir Krasnov  <vladimirk@mainsoft.com>
2518
2519         * HttpWriter.cs: fixed WriteLine to work correctly in utf-16 encoding
2520
2521 2006-09-08  Robert Jordan  <robertj@gmx.net>
2522
2523         * TraceData.cs: fixed NRE if `sizes' is null, which may happen
2524         if a page was unable to save its viewstate and size.
2525
2526 2006-09-07 Andrew Skiba <andrews@mainsoft.com>
2527
2528         * HttpApplicationFactory.cs: ifdef the previous fix with TARGET_JVM to
2529         pass compilation.
2530
2531 2006-09-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2532
2533         * HttpApplicationFactory.cs: watch web.config too. Fixes bug #78356.
2534
2535 2006-09-05  Konstantin Triger <kostat@mainsoft.com>
2536
2537         * SiteMapProvider.cs: consider authorization section for access decision.
2538
2539 2006-09-04 Igor Zelmanovich <igorz@mainsoft.com>
2540
2541         * HttpUtility.cs: fixed UrlPathEncode method.
2542
2543 2006-08-31      Boris Kirzner <borisk@mainsoft.com>
2544
2545         * VirtualPathUtility.cs : pass parameters in correct order.
2546
2547 2006-08-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2548
2549         * HttpApplicationFactory.cs: handle the 'renamed' event too.
2550
2551 2006-08-08  Vladimir Krasnov  <vladimirk@mainsoft.com>
2552
2553         * HttpApplication.cs: fixed BeginProcessRequest, TARGET_JVM part
2554         merged
2555
2556 2006-08-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2557
2558         * HttpApplication.cs: don't leak local path names when a file is not
2559         found.
2560
2561 2006-06-21 Konstantin Triger <kostat@mainsoft.com>
2562
2563         * XmlSiteMapProvider.cs: if the url is relative, make it relative to the
2564                 context root.
2565
2566 2006-06-07 Juraj Skripsky <js@hotfeet.ch>
2567
2568         * HttpException.cs (GetHtmlizedErrorMessage): Beautify compilation error
2569         page by showing multiple errors on separate lines.
2570
2571 2006-06-05 Juraj Skripsky <js@hotfeet.ch>
2572
2573         * HttpRequest.cs: simplify code around uri_builder (and rename 
2574         to url_components). Move storage of query_string into 
2575         uri_builder.Query and initialize it lazily using 
2576         worker_request.GetQueryStringRawBytes() or GetQueryString().
2577         (QueryString): Use HttpUtility.ParseQueryString instead of 
2578         duplicating its functionality.
2579
2580 2006-06-05 Juraj Skripsky <js@hotfeet.ch>
2581
2582         * HttpUtility.cs (ParseQueryString): move core of
2583         ParseQueryString into internal method to make it available to 
2584         HttpRequest.
2585
2586 2006-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2587
2588         * HttpApplication.cs: assign the context when run from a thread not in
2589         the threadpool. Patch by Andrew Skiba. Fixes bug #78583.
2590
2591 2006-05-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2592
2593         * HttpApplication.cs: context.Handler does not change for
2594         HttpServerUtility.Execute, so moved setting it into the pipeline instead
2595         of GetHandler.
2596
2597 2006-05-17  Kazuki Oikawa  <kazuki@panicode.com>
2598
2599         * HttpUtility.cs: implemented ParseQueryString
2600
2601 2006-05-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2602
2603         * HttpUtility.cs: get rid of TryParseHexa.
2604
2605 2006-04-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2606
2607         * HttpApplicationFactory.cs: make sure that the application start event
2608         is run before any request is processed.
2609
2610 2006-04-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2611
2612         * HttpServerUtility.cs: don't reset the query string in Execute() when
2613         the path does not contain it and we have one from the previous request.
2614         Fixes bug #78177.
2615
2616 2006-04-20 Andrew Skiba <andrews@mainsoft.com>
2617
2618         * SiteMapNode.cs: fix few null reference exceptions
2619
2620 2006-04-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2621
2622         * HttpResponse.cs:
2623         (TransmitFile): make sure we can read the file before buffering it.
2624
2625 2006-04-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2626
2627         * HttpApplicationFactory.cs: don't fail on events that are not
2628         EventHandlers. Patch by Matthew Metnetsky.
2629
2630 2006-04-11 Andrew Skiba <andrews@mainsoft.com>
2631
2632         * HttpRequest.cs: remove code duplication (see UrlUtils.Combine)
2633
2634 2006-04-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2635
2636         * HttpUtility.cs: allow "%%" as a escape for '%' and ignore invalid
2637         hexadecimal characters. Based on a patch by Vladimir Krasnov.
2638
2639 2006-04-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2640
2641         * HttpWriter.cs: only keep the byte buffer around if its size is less
2642         than or equals to 32K.
2643
2644 2006-04-08  Miguel de Icaza  <miguel@novell.com>
2645
2646         * HttpWriter.cs (Write): Added missing check for null string as
2647         something is now calling it like that. 
2648
2649 2006-03-27 Joshua Tauberer <tauberer@for.net>
2650
2651         * HttpWriter.cs: Avoid creation of a byte[] on each Write()
2652           by reusing and resizing a private array.
2653
2654 2006-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2655
2656         * HttpRequest.cs: the field content_length can be < 0 and then we try to
2657         read when there's no data and block.
2658
2659 2006-04-05 Andrew Skiba <andrews@mainsoft.com>
2660
2661         * HttpUtility: UrlEncode and UrlEncodeUnicode logic unified, behaviour
2662         fixed to match dotnet and http://rfc.net/rfc1738.html
2663
2664 2006-03-30 Konstantin Triger <kostat@mainsoft.com>
2665
2666         * HttpApplicationFactory.cs: refactoring: remove static modifier from session_end field.
2667         Does not check the behavior as HttpApplicationFactory is a singleton.
2668
2669 2006-03-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2670
2671         * HttpUtility.cs: UrlDecode does not throw if an hexadecimal sequence
2672         fails to parse as an integer. Fixes bug #77931.
2673
2674 2006-03-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2675
2676         * HttpResponse.cs: more fixes for CacheControl: MS allows to set it to
2677         null and "" and the getter value does not completely depend on Cache.
2678
2679         * HttpRequest.cs: fail validating the request input if there's a control
2680         character after a '<'. Fixes XSS_Null test.
2681
2682         All System.Web tests pass again.
2683 2006-03-22  Robert Jordan  <robertj@gmx.net>
2684
2685         * HttpCachePolicy.cs: fix the Cache-control header. Fixes bug #77826.
2686
2687 2006-03-22  Chris Toshok  <toshok@ximian.com>
2688
2689         * HttpApplication.cs: fix typo - AuthenticateRequest =>
2690         PostAuthenticateRequest.
2691
2692 2006-03-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2693
2694         * ChangeLog:
2695         * HttpRequest.cs: revert part of r58229.
2696
2697 2006-03-21  Vladimir Krasnov  <vladimirk@mainsoft.com>
2698
2699         * ServerVariablesCollection.cs: fixed "URL" variable, it should not
2700         return path info
2701
2702 2006-03-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2703
2704         * HttpRequest.cs:
2705         (CheckString): style and don't index the string twice per iteration.
2706
2707 2006-03-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2708
2709         * TempFileStream.cs: a FileStream that removes the file once
2710         it is disposed.
2711         * HttpRequest.cs: support for writing request data to on-disk
2712         files if the request is longer than the threshold specified in the
2713         configuration files. In mono this will work for 1.x and 2.0, while with
2714         MS this only works for 2.0.
2715
2716 2006-03-18  Robert Jordan  <robertj@gmx.net>
2717
2718         * HttpCachePolicy.cs: expose the validation callbacks.
2719         Fixes bug #77825.
2720
2721 2006-03-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2722
2723         * HttpApplication.cs: fix upper bound when iterating through the module
2724         collection.
2725
2726 2006-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2727
2728         * HttpRequest.cs: use the provided content encoding to decode the file
2729         name. Fixes bug #77714.
2730
2731 2006-03-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2732
2733         * HttpResponse.cs: allow setting a Cache-Control header through
2734         AppendHeader. Fixes bug #77775.
2735
2736 2006-03-15  Chris Toshok  <toshok@ximian.com>
2737
2738         * XmlSiteMapProvider.cs (RemoveProvider): oops, no override.
2739
2740         * StaticSiteMapProvider.cs (AddNode): call MapUrl.
2741         (FindSiteMapNode): same.
2742
2743 2006-03-15  Chris Toshok  <toshok@ximian.com>
2744
2745         * SiteMapProvider.cs (ReturnNodeIfAccessible): new function,
2746         either return the node or throw InvalidOperationException.
2747         (get_RootNode): use ReturnNodeIfAccessible.
2748         (IsAccessibleToUser): flesh this out a bit, and add comments on
2749         how the rest of the implementation should be written.
2750         (FindSiteMapNodeFromKey): implement to match MS behavior, docs be
2751         damned.
2752
2753         * XmlSiteMapProvider.cs: corcompare work.
2754
2755         * StaticSiteMapProvider.cs (AddNode): Add a check to see if node
2756         == RootNode.  Not sure if this is actually correct, but it's
2757         required given our implementation of XmlSiteMapProvider.  without
2758         this check, we end up assigning RootNode.ParentNode == RootNode,
2759         which makes for an infinite loop when we traverse up the tree.
2760
2761 2006-03-15  Vladimir Krasnov  <vladimirk@mainsoft.com>
2762
2763         * HttpRequest.cs: fixed MakeInputStream method under TARGET_JVM,
2764         fixed if content lenght value is less that byte received
2765
2766 2006-03-10  Chris Toshok  <toshok@ximian.com>
2767
2768         * StaticSiteMapProvider.cs (UrlToNode): this entire file is #if
2769         NET_2_0, no need to embed another #if NET_2_0.
2770
2771         * SiteMapProvider.cs (AddNode): throw NotImplementedException.
2772         (FindSiteMapNode): with null context, return null.  don't throw
2773         ArgumentNullException.
2774         (RemoveNode): throw NotImplementedException.
2775         (IsAccessibleToUser): check arguments to make test pass.  still
2776         lacking the method's actual functionality.
2777         (ResourceKey): add missing property.
2778
2779 2006-03-10  Chris Toshok  <toshok@ximian.com>
2780
2781         * HttpRequest.cs (CheckString): add back in the check for \xff1c
2782         that i took out.  oops.
2783
2784 2006-03-10  Chris Toshok  <toshok@ximian.com>
2785
2786         * HttpRequest.cs (CheckString): implement as described in
2787         Shackow's "Professional ASP.NET 2.0 Security, Membership, and Role
2788         Management", page 310.
2789
2790 2006-03-08  Chris Toshok  <toshok@ximian.com>
2791
2792         * SiteMap.cs: clean this up a bunch.  use the SiteMapSection to
2793         initialize the provider collection, and don't add a provider.
2794         web.config handles that for us.  Also, don't always return true
2795         from get_Enabled.
2796
2797 2006-02-28  Chris Toshok  <toshok@ximian.com>
2798
2799         * HttpCookieMode.cs: corcompare work.
2800
2801         * ProcessShutdownReason.cs: same.
2802
2803         * SiteMapNodeCollection.cs: same.
2804
2805         * SiteMapNode.cs: same.
2806
2807         * SiteMapProvider.cs: same.
2808
2809         * HttpCacheRevalidation.cs: same.
2810
2811         * HttpCacheability.cs: same.
2812
2813         * StaticSiteMapProvider.cs: same.
2814
2815         * HttpValidationStatus.cs: same.
2816         
2817 2006-02-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2818
2819         * DefaultHttpHandler.cs: New file.
2820
2821 2006-02-01  Chris Toshok  <toshok@ximian.com>
2822
2823         * SiteMap.cs: use GetSection instead of GetWebApplicationSection.
2824
2825 2006-02-01  Chris Toshok  <toshok@ximian.com>
2826
2827         * HttpApplication.cs: CONFIGURATION_2_0 => NET_2_0, and use
2828         GetSection instead of GetWebApplicationSection.
2829
2830         * HttpApplication.jvm.cs: same.
2831         
2832         * HttpApplicationFactory.cs: same.
2833
2834         * HttpContext.cs: same.
2835
2836         * CapabilitiesLoader.cs: same.
2837
2838         * QueueManager.cs: same.
2839
2840         * HttpRuntime.cs: same.
2841
2842         * TraceManager.cs: same.
2843
2844         * HttpRequest.cs: same.
2845         
2846 2006-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2847
2848         * HttpApplication.cs: keep any exception that happens during
2849         initialization.
2850
2851 2006-01-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2852
2853         * HttpDataTransferMode.cs: Removed file.
2854         * HttpRequestPriority.cs: Removed file.
2855         * ApplicationShutdownReason.cs:
2856         * SiteMap.cs:
2857         * HttpRuntime.cs:
2858         * HttpApplication.cs: minor class status fixes.
2859
2860 2006-01-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2861
2862         * VirtualPathUtility.cs: done with all the not implemented methods.
2863
2864 2006-01-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2865
2866         * HttpResponse.cs: use UInt64.Parse for content length. In AppendHeader,
2867         set cache_control through the property to update the cachebility
2868         accordingly. When using the cached headers, don't add again all the
2869         headers to that collection.
2870         * HttpCacheVaryByParams.cs: if there are no params, return null.
2871         Otherwise we get an empty 'Vary' header.
2872
2873 2006-01-25  Chris Toshok  <toshok@ximian.com>
2874
2875         * HttpApplication.cs (Start): wrap InitOnce in a try/catch block,
2876         and if there's a configuration error, output it and end things
2877         immediately.
2878
2879 2006-01-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2880
2881         * HttpRequest.cs: fixed the file path when RewritePath is used. Also
2882         add the PathInfo to the Url. Fixes bug #77291.
2883
2884 2006-01-22  Chris Toshok  <toshok@ximian.com>
2885
2886         * HttpRequest.cs (ReadBoundary): remove two unused variables to
2887         quiet mcs.
2888         (IsBoundary): remove unused method.
2889
2890         * MimeTypes.cs (.cctor): use a 2.0 friendly form of the Hashtable
2891         ctor to silence a warning.
2892
2893         * HttpCacheVaryByHeaders.cs (.ctor): same.
2894
2895         * HttpCacheVaryByParams.cs (.ctor): same.
2896
2897         * StaticSiteMapProvider.cs (UrlToNode): same.
2898
2899 2006-01-22  Konstantin Triger <kostat@mainsoft.com>
2900
2901         * HttpWorkerRequest.cs: ensure case insensitivity in header search.
2902
2903 2006-01-19  Konstantin Triger <kostat@mainsoft.com>
2904
2905         * HttpApplication.jvm.cs: merge HttpApplication.cs changes.
2906
2907 2006-01-17  Chris Toshok  <toshok@ximian.com>
2908
2909         * CapabilitiesLoader.cs (Init): use WebConfigurationManager in the
2910         CONFIGURATION_2_0 case.
2911
2912         * HttpRuntime.cs (MachineConfigurationDirectory): same.
2913
2914 2006-01-16  Chris Toshok  <toshok@ximian.com>
2915
2916         * HttpApplicationFactory.cs: call WebConfigurationManager.Init in
2917         the CONFIGURATION_2_0 case.
2918
2919 2006-01-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2920
2921         * HttpWriter.cs: made Write (char) less memory hungry. Thanks to Mike
2922         Glenn for pointing this out.
2923
2924 2006-01-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2925
2926         * HttpApplicationFactory.cs: fix condition for ContextAvailable.
2927
2928 2006-01-11  Vladimir Krasnov  <vladimirk@mainsoft.com>
2929
2930         * HttpResponse.cs: removed TARGET_JVM block from End
2931         * GetJavaTextReader: Merged TARGET_JVM block from LoadFile
2932         to GetJavaTextReader
2933
2934 2006-01-11  Vladimir Krasnov  <vladimirk@mainsoft.com>
2935
2936         * HttpRequest.cs: removed TARGET_JVM block from MapPath
2937
2938 2006-01-11  Vladimir Krasnov  <vladimirk@mainsoft.com>
2939
2940         * HttpRequest.cs: little fix in MapPath(), virtualPath.Replace
2941         return value wasnt stored.
2942
2943 2006-01-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2944
2945         * HttpResponse.cs: typo in comment.
2946
2947         * HttpApplicationFactory.cs:
2948         * HttpApplication.cs: don't discard the application used for running the
2949         Application_Start event to allow for Redirect/Transfer to be used. Fail
2950         to get the request/response from the application object as MS does (it
2951         can still be retrieved through HttpContext.Current.blah). Fixes
2952         bug #77162.
2953
2954 2006-01-09  Vladimir Krasnov <vladimirk@mainsoft.com>
2955
2956         * CapabilitiesLoader.cs: Merged TARGET_JVM parts in LoadFile
2957         from /main/9
2958         * HttpException.cs: Merged TARGET_JVM parts in GetHtmlizedErrorMessage
2959         from /main/13
2960         * HttpRequest.cs: Merged TARGET_JVM parts in MapPath from /main/29
2961         * HttpResponse.cs: Merged TARGET_JVM parts in End() from /main/30
2962         * StaticFileHandler.cs: Merged TARGET_JVM parts in ProcessRequest
2963         from /main/7
2964
2965 2006-01-08  Konstantin Triger <kostat@mainsoft.com>
2966
2967         * BrowserCapabilities.cs, HttpBrowserCapabilities.cs,
2968         HttpResponseStream.cs: TARGET_JVM changes to let the compilation
2969         pass with csc 1.1.
2970
2971 2006-01-04  Chris Toshok  <toshok@ximian.com>
2972
2973         * HttpContext.cs (IsCustomErrorEnabled): add CONFIGURATION_2_0
2974         code.  use a nasty 'using' hack to map the 2.0 CustomErrorsMode to
2975         the 1.x CustomErrorMode name.
2976         (IsDebuggingEnabled): add CONFIGURATION_2_0 code.
2977         (ConfigTimeout): add CONFIGURATION_2_0 code.
2978
2979         * HttpRequest.cs (MakeInputStream): add CONFIGURATION_2_0 code.
2980
2981         * HttpApplication.cs (RedirectCustomError): add CONFIGURATION_2_0
2982         code.
2983
2984         * SiteMap.c (Init): use
2985         WebConfigurationManager.GetWebApplicationSection.
2986
2987 2005-12-21  Miguel de Icaza  <miguel@novell.com>
2988
2989         * HttpUtility.cs (UrlEncodeUnicode): The generated encoding of
2990         unicode values must be in %XXXX format, not %XX sometimes.
2991
2992 2005-12-08 Robert Jordan  <robertj@gmx.net> 
2993
2994         * MimeTypes.cs: added entry for "jpg".
2995
2996 2005-12-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2997
2998         * HttpRequest.cs: only read up to content-length when provided. Patch
2999         by Peter Teichman.
3000
3001 2005-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3002
3003         * HttpCookie.cs: fixed the set_Secure. Closes bug #76906.
3004
3005 2005-11-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3006
3007         * HttpResponseStream.cs: flush the filter stream before closing.
3008         Patch by Geir Bergum that fixes bug #76753.
3009
3010 2005-11-28  Chris Toshok  <toshok@ximian.com>
3011
3012         * HttpContext.cs (Profile): remove the #if false from around this,
3013         as we now have the ProfileBase type.
3014         (GetConfig): add CONFIGURATION_2_0 version.
3015         (GetSection): add CONFIGURATION_2_0 version.
3016
3017 2005-11-28  Chris Toshok  <toshok@ximian.com>
3018
3019         * TraceManager.cs (..ctor): CONFIGURATION_2_0 work.
3020
3021         * QueueManager.cs (..ctor): CONFIGURATION_2_0 work.
3022
3023         * HttpRequest.cs (AnonymousID): add 2.0 property.
3024         (MakeInputStream): CONFIGURATION_2_0 work.
3025
3026         * HttpApplication.cs (InitOnce): change around the
3027         CONFIGURATION_2_0 stuff since we need additional Culture foo for
3028         it.
3029
3030 2005-11-27  Chris Toshok  <toshok@ximian.com>
3031
3032         * HttpApplication.cs (InitOnce): add Configuration_2.0 code.
3033         (GetHandler): same.
3034
3035 2005-11-26  Miguel de Icaza  <miguel@novell.com>
3036
3037         * HttpResponseStream.cs: Do not try to write zero bytes.
3038
3039 2005-11-24  Miguel de Icaza  <miguel@novell.com>
3040
3041         * WebROCollection.cs: Do not add an empty "=" to the query string
3042         if the key is empty or null.
3043
3044 2005-11-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3045
3046         * WebROCollection.cs: override ToString and generate a query string from
3047         the key/value pairs. Fixes bug #76779.
3048
3049 2005-11-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3050
3051         * HttpServerUtility.cs: prevent possible nullref in GetLastError().
3052
3053 2005-11-07  Jason Diamond  <jason@diamond.name>
3054
3055         * HttpRequest.cs: Don't throw exception when Content-Length doesn't
3056         match length of POSTed data. Also, allow charset parameter on
3057         Content-Type header when type is "application/x-www-form-urlencoded".
3058
3059 2005-11-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3060
3061         * WebROCollection.cs: add an ID for the collection. Page needs it.
3062
3063 2005-11-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3064
3065         * HttpRequest.cs: no need to allocate the buffer when all the content
3066         is preloaded.
3067
3068 2005-11-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3069
3070         * HttpApplication.cs: ignore TAE in ProcesssError. The Error event might
3071         redirect or transfer and that causes a TAE to be thrown. Fixes
3072         bug #76573.
3073
3074 2005-11-01  Chris Toshok  <toshok@ximian.com>
3075
3076         * VirtualPathUtility.cs: new (partial implementation) to get some
3077         MS provider examples compiling.
3078
3079 2005-10-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3080
3081         * HttpContext.cs: added a new internal overload for ClearError.
3082
3083 2005-10-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3084
3085         * HttpRuntime.cs: invoke callbacks on private items in the cache before 
3086         calling disposing the app. factory. This way we get notifications of
3087         removal for all sessions stored in the cache (InProc only).
3088
3089 2005-10-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3090
3091         * HttpResponseStream.cs: reworked buffering so that adjacents blocks are
3092         written at once. Also fix bug #76460.
3093
3094 2005-10-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3095
3096         * HttpResponseStream.cs: when allocating a chunk larger than the
3097         default chunk size, mark all the blocks as taken. Fixes bug
3098         #76452.
3099
3100 2005-10-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3101
3102         * HttpResponse.cs: use HaveFilter instead of Filter.
3103         * HttpResponseStream.cs: allocate chunks of the requested size
3104         when it's > 32KB. Fixes bug #76460.
3105
3106 2005-10-14  Sebastien Pouliot  <sebastien@ximian.com> 
3107
3108         * ServerVariablesCollection.cs: Added a demand for 
3109         SerializationFormatter on GetObjectData method (even if it's not 
3110         really required in this case as it remove warnings from gendarme.
3111
3112 2005-10-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3113
3114         * HttpResponse.cs:
3115         * HttpRequest.cs: buglets in error checking in Filter.
3116
3117 2005-10-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3118
3119         * OutputFilterStream.cs: proxy class for response filters.
3120         * HttpResponse.cs: moved all the actual write operations into the
3121         response stream. Handle response filtering. When caching, get the
3122         actual length of the data, not the buffer length.
3123         * HttpApplication.cs: if there's no error, invoke the filters before
3124         updating the request cache.
3125         * HttpResponseStream.cs: new Filter property. SendChunkSize is moved
3126         here and now supports writing the final chunk. New method ApplyFilter
3127         that filters the existing buckets and replaces them with the filtered
3128         ones. Modified Write to deal with buffering and filtering.
3129
3130 2005-10-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3131
3132         * HttpResponseStream.cs: allow for writes of more than 32K at once.
3133
3134 2005-10-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3135
3136         * InputFilterStream.cs proxy stream for use by filters.
3137         * HttpRequest.cs: implement input filtering.
3138
3139 2005-10-02 Eyal Alaluf <eyala@mainsoft.com>
3140         * HttpApplication.jvm.cs - Workaround for use of yield in
3141         HttpApplication.cs HttpRuntime.cs: AppDomain.Unload is not supported
3142         * under TARGET_J2EE
3143
3144 2005-09-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3145
3146         * HttpResponseStream.cs: remove dead code.
3147
3148 2005-09-29  Sebastien Pouliot  <sebastien@ximian.com> 
3149
3150         * HttpClientCertificate.cs: Remove last TODO on IsValid. This now 
3151         works when using XSP. Now use flags to determine valid/presence.
3152
3153 2005-09-26  Chris Toshok  <toshok@ximian.com>
3154
3155         * HttpApplicationFactory.cs (OnAppFileChanged): add null checks
3156         for bin_watcher and app_file_watcher so we don't get NRE's here.
3157
3158 2005-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3159
3160         * BrowserCapabilities.cs: don't rely on the win32 attribute to be there.
3161         Just use the platform to determine whether Win32 is true or not. Fixes
3162         bug #74777.
3163
3164 2005-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3165
3166         * HttpApplication.cs: fixed typo when setting UI culture. Closes bug
3167         #76189.
3168
3169 2005-09-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3170
3171         * HttpRequest.cs: new SetFilePath() that does not conflict with
3172         SetCurrentExePath. Now when transfering from a page to another,
3173         CurrentExecutionFilePath and FilePath are correct.
3174
3175 2005-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3176
3177         * TraceContext.cs: add new method to store size of controls.
3178         * TraceData.cs: render control size.
3179         * HttpResponse.cs: new internal method to get the number of bytes of
3180         buffered output.
3181         * HttpResponseStream.cs: added Length property to the Buckets and new
3182         GetTotalLength.
3183
3184 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3185
3186         * TraceData.cs: we have to change the method of getting a control render
3187         size. MS does not do this or otherwise would run into the same bug
3188         (#76051) that this patch fixes. This is temporarily setting the size
3189         to 0.
3190
3191 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3192
3193         * HttpResponseStream.cs: implemented Send(stream) for files. Fixes bug
3194         #76145.
3195
3196 2005-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3197
3198         * HttpRuntime.cs: catch errors when compiling global.asax and
3199         initializing the application. Fixes bug #76090.
3200
3201 2005-09-14  Sebastien Pouliot  <sebastien@ximian.com> 
3202  
3203         * BrowserCapabilities.cs: Fixed changes (in 2.0) with versions. Fixed
3204         compare with "True" (culture and case sensitivity).
3205         * HttpApplicationState.cs: Added LinkDemand for Minimal. Use the 
3206         internal HttpStaticObjectsCollection ctor to avoid the UnmanagedCode
3207         demand.
3208         * HttpContext.cs: Added LinkDemand for Minimal. Added 2.0 properties
3209         and methods to test CAS on them.
3210         * HttpRequest.cs: Added LinkDemand for Minimal. Ensure we return 
3211         proper values when worker_request is null.
3212         * HttpResponse.cs: Added LinkDemand for Minimal. Ensure we return 
3213         proper values when context or WorkerRequest is null. Added 2.0 
3214         properties and methods to test CAS on them.
3215         * HttpRuntime.cs: Added LinkDemand for Minimal. Added PathDiscovery 
3216         demands for properties returning directories. Added demand for High 
3217         level on AppDomainAppId and AppDomainId properties, Low level on 
3218         IsOnUNCShare, Medium level on ProcessRequest and a demand for 
3219         UnmanagedCode on UnloadAppDomain method. Constructor also has a 
3220         UnmanagedCode demand for 1.x.
3221         * HttpStaticObjectsCollection.cs: Added LinkDemand for Minimal. Added
3222         a UnmanagedCode demand to public ctor. Added internal ctor without the
3223         demand. Changed Serialize and Deserialize methods to public for 2.0.
3224
3225 2005-09-14  Sebastien Pouliot  <sebastien@ximian.com>
3226
3227         * HttpWorkerRequest.cs: Removed TODO for 2.0 APIs and return the 
3228         default values for them.
3229
3230 2005-09-13  Sebastien Pouliot  <sebastien@ximian.com>
3231
3232         * HttpApplication.cs: : Added LinkDemand and InheritanceDemand (class)
3233         for Minimal. Changed AssemblyLocation to a property (so it doesn't 
3234         require special permission, PathDiscovery) to create an instance. 
3235         Protected Modules property with a Demand for High level. Added some 
3236         missing HttpException for null context.
3237         * HttpServerUtility.cs: Added LinkDemand for Minimal. Added demands 
3238         for UnmanagedCode on all CreateObject* methods. Added demand for 
3239         Medium level on MachineName and ScriptTimeout properties. Added new
3240         overloaded Transfer method (2.0) to test CAS on it.
3241         * HttpUtility.cs: Added LinkDemand for Minimal. Added [Obsolete] to 
3242         ctor (2.0). Changed some return values when 'count' is 0. Added 
3243         ParseQueryString (overload) methods for 2.0 (to enabled CAS testing on
3244         them).
3245         * HttpWorkerRequest.cs: Added LinkDemand and InheritanceDemand (class)
3246         for Minimal. Added RequestTraceIdentifier and RootWebConfigPath (2.0) 
3247         properties, GetPreloadedEntityBody, GetPreloadedEntityBodyLength, 
3248         GetTotalEntityBodyLength and ReadEntityBody (2.0) methods to test CAS 
3249         on them. Fixed SendResponseFromMemory to ignore IntPtr.Zero (used in 
3250         tests without failures).
3251         * ServerVariablesCollection.cs: Fixed loadServerVariablesCollection 
3252         when HttpWorkerRequest is null.
3253         * TraceContext.cs: Added LinkDemand for Minimal. Fixed default Mode 
3254         (SortByTime). Added new (2.0) TraceFinished event to test CAS on it.
3255
3256 2005-09-13  Sebastien Pouliot  <sebastien@ximian.com> 
3257  
3258         * HttpBrowserCapabilities.cs: Added LinkDemand and InheritanceDemand 
3259         (class) for Minimal. Note that current MCS has problem compiling 
3260         security attributes on partial class (bug #75969).
3261         * HttpCachePolicy.cs: Added LinkDemand for Minimal. Added 2.0 methods
3262         (stub) to enable CAS tests on them.
3263         * HttpCacheVaryByHeaders.cs: Added LinkDemand for Minimal.
3264         * HttpCacheVaryByParams.cs: Added LinkDemand for Minimal.
3265         * HttpClientCertificate.cs: Added LinkDemand and InheritanceDemand 
3266         (class) for Minimal.
3267         * HttpCookie.cs: Added LinkDemand for Minimal.
3268         * HttpCookieCollection.cs: Added LinkDemand for Minimal.
3269         * HttpFileCollection.cs: Added LinkDemand for Minimal.
3270         * HttpModuleCollection.cs: Added LinkDemand for Minimal.
3271         * HttpPostedFile.cs: Added LinkDemand for Minimal.
3272         * HttpRequestPriority.cs: Fix enum values.
3273         * HttpWriter.cs: Added LinkDemand for Minimal.
3274
3275 2005-09-13  Sebastien Pouliot  <sebastien@ximian.com>
3276
3277         * ProcessInfo.cs: Added LinkDemand and InheritanceDemand (class) for
3278         Minimal.
3279         * ProcessModelInfo.cs: Added LinkDemand and InheritanceDemand (class)
3280         for Minimal. Methods GetCurrentProcessInfo and GetHistory are also
3281         protected by Demand for High level.
3282
3283 2005-09-13  Sebastien Pouliot  <sebastien@ximian.com> 
3284  
3285         * HttpCompileException.cs: Added new public ctors and [Serializable]
3286         to 2.0. Added new Message property and GetObjectData (protected by a
3287         demand for SerializationFormatter) for 2.0. Fixed line-ending.
3288         * HttpException.cs: Added LinkDemand and InheritanceDemand (class) for
3289         Minimal. Renamed parameters to match documentation.
3290         * HttpParseException.cs: Added LinkDemand (class) for Minimal. Added
3291         demand for SerializationFormatter on GetObjectData method. Fixed 
3292         line-ending.
3293         * HttpRequestValidationException.cs: Added new public ctors and 
3294         [Serializable] to 2.0. Added LinkDemand for Minimal.
3295         * HttpUnhandledException.cs: Added new public ctors and [Serializable]
3296         to 2.0. Removed unused internal ctor. Added LinkDemand for Minimal.
3297         Fixed line-ending.
3298
3299 2005-09-13  Sebastien Pouliot  <sebastien@ximian.com>
3300
3301         * HttpResponseSubstitutionCallback.cs: New. 2.0 delegate.
3302         * TraceContextEventArgs.cs: New. 2.0 class.
3303         * TraceContextEventHandler.cs: New. 2.0 delegate.
3304
3305 2005-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3306
3307         * HttpRequest.cs: use GetServerName instead of GetLocalAddress when
3308         building the Url.
3309
3310 2005-09-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3311
3312         * HttpRequest.cs: fix the indexer.
3313
3314 2005-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3315
3316         * HttpPostedFile.cs: fixes in Seek and Position.
3317
3318 2005-09-08  Sebastien Pouliot  <sebastien@ximian.com>
3319
3320         * HttpRequest.cs: Make sure the MemoryStream created have their 
3321         contents marked as public - or else you can't call GetBuffer on them!
3322
3323 2005-09-08  Miguel de Icaza  <miguel@novell.com>
3324
3325         * HttpRequest.cs: Patch from Juraj Skripsky <js@hotfeet.ch> that
3326         fixes UrlReferrer. 
3327
3328 2005-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3329
3330         * HttpPostedFile.cs: Make this class actually work. Every time we read,
3331         we have to position the underlying stream.
3332
3333 2005-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3334
3335         * HttpRequest.cs: reading multipart/form-data works again.
3336
3337 2005-09-08 Eyal Alaluf <eyala@mainsoft.com>
3338         * HttpRequest.cs: Under TARGET_JVM the input stream must allow GetBuffer.
3339
3340 2005-09-08 Eyal Alaluf <eyala@mainsoft.com>
3341         * HttpApplicationFactory.cs: TARGET_J2EE/JVM fix.
3342
3343 2005-09-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3344
3345         * HttpRequest.cs: correctly detect multipart/form-data.
3346
3347 2005-09-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3348
3349         * HttpApplicationFactory.cs: recycle after invoking session_end.
3350
3351 2005-09-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3352
3353         * HttpRuntime.cs: remove Console.
3354
3355         * HttpApplicationFactory.cs: don't hook Session_End, but keep
3356         the MethodInfo around for later invocation if needed. Don't call
3357         GetMethods() for every HttpApplication (or derived class) instances.
3358         Added a method, used by SessionStateModule, that will create use an
3359         application without context to invoke Session_End. Keep a pool of
3360         applications that are meant to be used by this method only.
3361
3362         * HttpApplication.cs: add a SetSession method and do not
3363         attach all the events if the application is for Session_End only.
3364
3365 2005-09-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3366
3367         * HttpRuntime.cs: actually unload the domain when requested. Reformatted
3368         FinishUnavailable() and removed the 'Location' header form the error.
3369
3370         * HttpApplicationFactory.cs: set up the watcher for the bin directory.
3371         This also prevents a nullref when global.asax is changed.
3372
3373 2005-09-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3374
3375         * HttpApplication.cs: fixed bug introduced when moving GetHandler call
3376         around. Now we get error pages again.
3377
3378 2005-09-06  Miguel de Icaza  <miguel@novell.com>
3379
3380         * HttpApplication.cs: Catch EndRequest errors as well.
3381
3382 2005-09-05  Miguel de Icaza  <miguel@novell.com>
3383
3384         * HttpApplication.cs: Invoke EndRequest handler before OutputPage
3385         as FormsAuthentication will issue a Redirect from the EndRequest 
3386         handler. 
3387
3388 2005-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3389
3390         * HttpApplication.cs: when writing an error message, catch the possible
3391         write error.
3392
3393 2005-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3394
3395         * HttpResponseStream.cs: prevent invalid cast exception if the first
3396         thing written is a file.
3397
3398 2005-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3399
3400         * HttpApplication.cs: fix invalid cast exception (bug #75926).
3401
3402 2005-09-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3403
3404         * HttpApplicationFactory.cs: only trigger the Application_Start event
3405         once. It was being invoked more than once when several clients were
3406         hitting the server at the same time on startup.
3407
3408 2005-09-01 Eyal Alaluf <eyala@mainsoft.com>
3409
3410         * HttpContext.cs HttpResponse.cs HttpWorkerRequest.cs HttpRuntime.cs
3411           HttpApplicationFactory.cs HttpApplication.cs: TARGET_J2EE/JVM fixes.
3412           Mostly workaround limited AppModel in TARGET_J2EE.
3413
3414 2005-08-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3415
3416         * HttpResponse.cs: if the request method is HEAD, that's equivalent to
3417         SuppressContent. Added an internal TransmitFile that allows setting the
3418         final_flush flag.
3419         * StaticFileHandler.cs: use the new internal TransmitFile and remove
3420         generation of Content-Length header, as now it's computed correctly.
3421         * HttpApplication.cs: remove debugging stuff.
3422         * HttpResponseStream.cs: suppress_content is checked in HttpResponse.
3423
3424 2005-08-31  Miguel de Icaza  <miguel@novell.com>
3425
3426         Removed debugging info.
3427         
3428         * HttpApplication.cs: Add support for async handlers. 
3429
3430         Add extra 2.x methods. 
3431
3432 2005-08-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3433
3434         * BrowserCapabilities.cs: removed extra 'using'.
3435
3436         * HttpApplication.cs: use just the 'modcoll' to hold the collection of
3437         modules instead of having a separate 'modules' one.
3438
3439 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3440
3441         * HttpApplication.cs: clone the module collection so that
3442         it's not shared between HttpApplications. Call GetHandler() in the
3443         right place.
3444
3445 2005-08-30  Miguel de Icaza  <miguel@novell.com>
3446
3447         * HttpApplication.cs: Add the new 2.x method overloads that take a
3448         data object.
3449
3450         (RunHooks): Pass the extra data instead of null.
3451
3452         * HttpCookie.cs (HttpOnly): Add 2.x cookie header.
3453
3454         * BrowserCapabilities.cs: Move the core of the capabilities into a
3455         separate file.  Use partial classes to choose what version to
3456         compile against.
3457
3458         * HttpBrowserCapabilities.cs: Update to move the code elsewhere.
3459
3460 2005-08-30 Eyal Alaluf <eyala@mainsoft.com>
3461
3462         * HttpResponseStream.cs: Fix a bug introduced by last fix (thanks to
3463         Ben)
3464
3465 2005-08-30 Eyal Alaluf <eyala@mainsoft.com>
3466
3467         * HttpResponseStream.cs: Compilation fixes for TARGET_JVM. TARGET_JVM
3468         does not support unsafe code. I localized all unsafe code within Chunk
3469         & Block and created a managed version of Chunk.
3470
3471 2005-08-30 Eyal Alaluf <eyala@mainsoft.com>
3472         * HttpApplicationFactory.cs: Compilation fixes for TARGET_J2EE. Under
3473         TARGET_J2EE static fields are shared by all app domains. We handle
3474         this difference by explicitly getting/setting values from the app
3475         domain.  Since HttpApplicationFactory has many static fields, I
3476         refactored it to have one static instance and moved the static fields
3477         into instance fields.
3478
3479 2005-08-29 Eyal Alaluf <eyala@mainsoft.com>
3480
3481         * HttpRequest.cs: Disable use of IntPtrStream for TARGET_JVM
3482
3483 2005-08-29 Eyal Alaluf <eyala@mainsoft.com>
3484
3485         * HttpContext.cs: Compilation fixes for TARGET_J2EE/JVM
3486
3487 2005-08-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3488
3489         * HttpResponse.cs: don't duplicate the 'charset=' and don't send a
3490         charset for unknown MIME types.
3491         * StaticFileHandler.cs: set the Content-Length header here.
3492         * HttpRequest.cs: prevent nullrefs when we have no 'charset='.
3493
3494 2005-08-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3495
3496         * StaticFileHandler.cs: use TransmitFile instead of WriteFile. This way
3497         xsp will use sendfile().
3498
3499 2005-08-28  Chris Toshok  <toshok@ximian.com>
3500
3501         * SiteMapNode.cs: fix IHierarchyData.GetParent.
3502
3503 2005-08-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3504
3505         * HttpRequest.cs:
3506         * IntPtrStream.cs: now we only have a read-only MemoryStream or an
3507         IntPtrStream. The copy is moved into HttpRequest.
3508
3509 2005-08-26  Sebastien Pouliot  <sebastien@ximian.com>
3510
3511         * WebCategoryAttribute.cs: New. Required internal attribute.
3512         * WebSysDescriptionAttribute.cs: New. Required internal attribute.
3513
3514 2005-08-26  Jackson Harper  <jackson@ximian.com>
3515
3516         * HttpResponseStream.cs: Use GetBuffer so the memory isn't
3517         duplicated.
3518
3519 2005-08-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3520
3521         * HttpApplication.cs: GetHandler might return null when, for example,
3522         a web service fails, but that does not mean that returning a null
3523         handler should throw another exception, as the web service code
3524         serialized the error as a faultString. So if the handler is null, just
3525         don't call ProcessRequest and keep going.
3526
3527 2005-08-26  Jackson Harper  <jackson@ximian.com>
3528
3529         * HttpResponse.cs: Send the cached headers if this is a cached
3530         response. Save the headers, date header, and page data. Fix a typo.
3531         * HttpResponseStream.cs: Add new accesor to get a byte [] of the
3532         page data.
3533
3534 2005-08-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3535
3536         * HttpWorkerRequest.cs: SetEndOfSendNotification is a noop. No matter
3537         what callback you use that never gets called. In XSP I actually
3538         implement something for this method.
3539         * HttpServerUtility.cs: unused variable.
3540
3541 2005-08-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3542
3543         * HttpInputStream.cs: new ctor that takes a byte [].
3544         * IntPtrStream.cs: make it work on a byte [] too.
3545
3546         * HttpRequest.cs:
3547         (ContentLength): return 0 for negative numbers or error parsing, but
3548         keep content_length negative in those cases.
3549         (MakeInputStream): when there's no content-length (or it's negative),
3550         we still read the request into a MemoryStream. Use
3551         IsEntireEntityIsPreloaded() as a fast path.
3552
3553 2005-08-25  Sebastien Pouliot  <sebastien@ximian.com>
3554
3555         * HttpClientCertificate.cs: On 1.x the .ctor throws a 
3556         ArgumentNullException (but 2.0 throws a NRE).
3557
3558 2005-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3559
3560         * HttpRequest.cs: HttpMethod deserves its own field. Fix IsLocal.
3561
3562 2005-08-25  Chris Toshok  <toshok@ximian.com>
3563
3564         * HttpApplication.cs (IsReusable): return true.
3565         (InitOnce): remove the initialization of handler_factory from
3566         here.
3567         (GetHandler) and move it here, so we make sure to load handlers
3568         from all needed web.config files.
3569
3570 2005-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3571
3572         * HttpServerUtility.cs: use GetHandler().
3573         * HttpApplication.cs: remove obsolete method. Now Transfe/Execute work.
3574
3575 2005-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3576
3577         * HttpApplication.cs: no need for the local var. here.
3578
3579 2005-08-25  Chris Toshok  <toshok@ximian.com>
3580
3581         * HttpApplication.cs (InitOnce): move the initialization of
3582         modules above the call to HttpApplicationFactory.AttachEvents,
3583         since that method accesses HttpApplication.Modules.  Fixes
3584         nGallery.
3585         (IsReusable): mark TODO.
3586
3587 2005-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3588
3589         * HttpResponseHeader.cs: removed obsolete class.
3590         * HttpResponse.cs: no more 'obsolete' warnings.
3591
3592 2005-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3593
3594         * HttpRuntime.cs: implemeted some missing properties.
3595
3596 2005-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3597
3598         * HttpResponse.cs: implemented RemoveOutputCacheItem().
3599
3600 2005-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3601
3602         * HttpApplication.cs: implemented GetVaryByCustomString().
3603
3604 2005-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3605
3606         * HttpRequest.cs: implemented SetHeader (allows adding a header
3607         circumventing the read-only protection of the collection) and SetForm,
3608         which just assigns a value of the 'form' collection.
3609         * HttpServerUtility.cs: NameValueCollection -> WebROCollection.
3610
3611 2005-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3612
3613         * HttpContext.cs:
3614         * HttpRequest.cs: implemented RewritePath and supporting methods.
3615
3616 2005-08-22  Sebastien Pouliot  <sebastien@ximian.com>
3617
3618         * HttpRequest.cs: Avoid NRE if work_request if null in the ctor.
3619         * HttpResponse.cs: Avoid NRE if work_request if null in the ctor.
3620
3621 2005-08-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3622
3623         * HttpApplication.cs: if there's any exception thrown when getting the
3624         handler, don't add an extra error to the context, as we already have
3625         one.
3626
3627 2005-08-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3628
3629         * HttpWriter.cs:
3630         * HttpResponse.cs:
3631         * HttpWorkerRequest.cs:
3632         * HttpApplication.cs: added mising attributes and enabled methods
3633         present in 1.1 SP1.
3634
3635 2005-08-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3636
3637         * WebROCollection.cs: a collection that allows setting IsReadOnly.
3638         * HttpRequest.cs: implemented MapImageCoordinates(). Use WebROCollection
3639         instead of a NameValueCollection in Form, Headers, Params, QueryString.
3640
3641 2005-08-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3642
3643         * HttpInputStream.cs: new copy ctor.
3644         * IntPtrStream.cs: getters for base_address and size.
3645         * HttpRequest.cs: implemented SaveAs(). Use a wrapper on top of
3646         InputStream so that reading POST form or files does not modify the state
3647         if InputStream. Don't use uri_builder.Query in QueryStringRaw, as it
3648         returns the '?'.
3649
3650 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3651
3652         * HttpRequest.cs: implemented UserLanguages and reuse code from
3653         AcceptTypes.
3654
3655 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3656
3657         * HttpRequest.cs: implemented AcceptTypes.
3658
3659 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3660
3661         * HttpRequest.cs: implemented this[] in terms of Params. Don't add the
3662         header collection in Params.
3663
3664 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3665
3666         * HttpRequest.cs: fix Files property.
3667         * HttpApplication.cs: invoke the default authentication event after all 
3668         the other auth. modules.
3669
3670 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3671
3672         * ServerVariablesCollection.cs: mark the collection as read-only except
3673         when we fill it. Add the HTTP_blah key/value pairs too.
3674
3675 2005-08-18  Chris Toshok  <toshok@ximian.com>
3676
3677         * HttpRequest.cs (get_Params): implement.
3678
3679 2005-08-17  Chris Toshok  <toshok@ximian.com>
3680
3681         * HttpResponse.cs: HttpResponse's Cookie's collection acts
3682         differently than HttpRequests in that it never returns null from
3683         the "this [string]" accessor.
3684
3685 2005-08-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3686
3687         * HttpRequest.cs: check length 0 case when reading a POST.
3688
3689 2005-08-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3690
3691         * HttpContext.cs: added security attributes for User and
3692         SkipAuthorization properties.
3693         * HttpApplicationFactory.cs: AttachEvents is now called form the
3694         application .ctor. Recycle instead of dispose.
3695         * HttpApplication.cs: attach events to the newly created application.
3696
3697 2005-08-15  Jackson Harper  <jackson@ximian.com>
3698
3699         * ApplicationShutdownReason.cs: make build
3700
3701 2005-08-15  Miguel de Icaza  <miguel@novell.com>
3702
3703         * HttpApplication.cs: Update comments
3704
3705         * HttpPostedFile.cs: Use a substream to read from the uploaded
3706         multiparts. 
3707
3708         * HttpRequest.cs: use new code to read the uploaded files.
3709
3710 2005-08-12  Miguel de Icaza  <miguel@novell.com>
3711
3712         2.x API fixage and small additions:
3713         
3714         * HttpResponse.cs: Make constructor internal.
3715
3716         * HttpRequest.cs (IsLocal): Expose if NET_2.x
3717
3718         * HttpContext.cs: Remove internal routine.
3719
3720         * HttpApplication.cs: Add 2.x events. 
3721
3722         * HttpRequest.cs: Another iFolder issue: I was not setting up the
3723         uri_builder here.
3724
3725         Fixes to get iFolder to work:
3726         
3727         * HttpApplicationFactory.cs: Set the context when we are initting
3728         the application.
3729
3730         * HttpApplication.cs (SetContext): helper routine. 
3731
3732         * HttpResponse.cs: Implement the various cache operations:n
3733         Expires, ExpiresAbsolute, CacheControl.
3734
3735         Actually produce the Cache-Control header, the "Cache" property
3736         takes precedence over the compatibility settings (Expires,
3737         ExpiresAbsolutely and CacheControl). 
3738
3739         * HttpCachePolicy.cs: Fix style.
3740
3741         Fix the generation of the headers, use lower-case values, do not
3742         add the max-value if the value is zero.  
3743
3744         Allow for all possible values in SetCacheability. 
3745
3746         * HttpRuntime.cs (ClrInstallDirectory): Implement.
3747
3748         * HttpResponseStream.cs: Remove debugging stuff. 
3749
3750 2005-08-11  Miguel de Icaza  <miguel@novell.com>
3751
3752         Big chunked handling rewrite, and integration of Ben's unmanaged
3753         output stream.
3754
3755         * HttpWriter.cs: Delegate chunked encoding writing to the
3756         HttpResponse. 
3757
3758         * HttpResponse.cs: Rework the chunked encoding system, centralize
3759         it all. 
3760
3761         * HttpResponseStream.cs: Deploy Ben's bucket-base unmanaged
3762         buffers code. 
3763
3764         Changed the way that we handle chunked encoding, centralize it
3765         all;  
3766
3767         Remove a lot of manual handling of buffering turned off, and
3768         instead delegate it all to Flush, fixes several issues with the
3769         new framework.
3770
3771         * HttpWorkerRequest.cs (SendResponseFromMemory (IntPtr, int)):
3772         Provide a default implementation since currently XSP does not have
3773         this method implemented. 
3774
3775 2005-08-11  Sebastien Pouliot  <sebastien@ximian.com> 
3776  
3777         * HttpClientCertificate.cs: Culture insensitive int parsing. Fixed
3778         NET_2_0 build.
3779
3780 2005-08-10  Miguel de Icaza  <miguel@novell.com>
3781
3782         * ServerVariablesCollection.cs: For Ben.  Implement the header
3783         fetching here, do not implement it in HttpRequest.cs.
3784
3785 2005-08-10  Sebastien Pouliot  <sebastien@ximian.com> 
3786  
3787         * HttpClientCertificate.cs: Changed IsPresent logic so that new unit
3788         tests will work as expected.
3789
3790 2005-08-10  Sebastien Pouliot  <sebastien@ximian.com>
3791
3792         * HttpClientCertificate.cs: Implemented, except for validation. Note 
3793         that the HttpWorkerRequest derived classes must be updated to supply 
3794         the required informations.
3795         * HttpRequest.cs: Create an HttpClientCertificate on first call to
3796         ClientCertificate.
3797
3798 2005-08-09  Miguel de Icaza  <miguel@novell.com>
3799
3800         * HttpRuntime.cs (AspInstallDirectory): Implement.
3801
3802 2005-08-09  Sebastien Pouliot  <sebastien@ximian.com>
3803
3804         * HttpClientCertificate.cs: New. Stub. It won't be fun to test.
3805
3806 2005-08-04  Ben Maurer  <bmaurer@ximian.com>
3807
3808         * HttpContext.cs: Kill a NIE.
3809
3810 2005-08-04  Miguel de Icaza  <miguel@novell.com>
3811
3812         * HttpApplicationFactory.cs: Change "Start" event like the "End"
3813         event, and only do this once, when we init the type.
3814
3815         Fire the "Application_Start" event after we create the type.
3816
3817 2005-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3818
3819         * HttpApplication.cs: catch a ThreadAbort (coming from Response.End)
3820         here too.
3821
3822 2005-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3823
3824         * HttpResponse.cs: setting the Status property resets the
3825         StatusDescription (see the tests) and the default value for the
3826         description is the one provided by GetStatusDescription() in
3827         HttpWorkerRequest.
3828
3829 2005-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3830
3831         * HttpRequest.cs: s/boundry/boundary/ and fix typo in array creation.
3832
3833 2005-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3834
3835         * HttpApplication.cs: add call to EndOfRequest when everything is said
3836         and done.
3837
3838 2005-08-02  Miguel de Icaza  <miguel@novell.com>
3839
3840         * HttpResponse.cs: Stub for TransmitFile.
3841
3842         * HttpRequest.cs (IsAuthenticated): Implement.
3843
3844 2005-08-01  Miguel de Icaza  <miguel@novell.com>
3845
3846         * HttpRequest.cs: Cope with implementations of HttpWorkerRequest
3847         (unpatched xsp) that do not send back the PreloadedEntityBody. 
3848
3849         * HttpApplication.cs: keep track of the factory. 
3850         (Dispose): Only dispose once, clean up other variables, release
3851         the ManualResetEvent.
3852         Release the handler to the factory.
3853
3854         * HttpApplicationFactory.cs: Implement a stack to reuse the
3855         applications. 
3856
3857         * HttpRequest.cs: On uploads, if the ContentLenght is zero, throw
3858         a 411.
3859
3860         * HttpRuntime.cs: Recycle the application after using it.
3861
3862         * HttpPostedFile.cs: Implement SaveAs.
3863
3864         * HttpContext.cs: Return the "Server" property.
3865
3866 2005-08-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3867
3868         * HttpServerUtility.cs: implemented missing bits.
3869
3870 2005-08-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3871
3872         * HttpRequest.cs: query string was getting a '?' as the start of the
3873         first variable name. This makes the asmx help page work again.
3874
3875 2005-08-01  Miguel de Icaza  <miguel@novell.com>
3876
3877         * HttpRequest.cs (Cookies, Forms): Add validation.
3878         (Forms): Add application/x-www-form-urlencoded parsing and
3879         multipart/form-data parsing.
3880         
3881         (HttpMultiPart): Implement new class to load multi-part data from
3882         a stream since there is no longer a byte [] that holds the data
3883         (currently we have an unmanaged IntPtr buffer wrapped as a
3884         stream).  Also the 2.x framework will add support for large
3885         uploads which are sent directly to disk, which will require the
3886         FileStream interface. 
3887         
3888         (Path, PathInfo): Fill a couple more methods to avoid crashes.
3889
3890         * HttpContext.cs: Fill another one to get web services summary
3891         page painting.  The page does not work though.
3892         
3893         * HttpApplication.cs: Rework the pipeline to not depend on
3894         `finally', as `finally' would not be invoked if we choose not to
3895         call the pipeline again (which happens if the `stop' variable is
3896         set). 
3897
3898         Instead force the pipeline to go to the shutdown, and yield from
3899         there after all the release-state callbacks have been invoked. 
3900
3901 2005-07-31  Miguel de Icaza  <miguel@novell.com>
3902
3903         * HttpApplication.cs: Remove debugging messages since the compiler
3904         bug has been fixed.
3905
3906         You must use at least mcs from revision 47879 for the application
3907         pipeline to work. 
3908
3909 2005-07-30  Miguel de Icaza  <miguel@novell.com>
3910
3911         * HttpContext.cs: Error handling methods.
3912
3913         * HttpResponse.cs: Trigger the last event.
3914
3915         * HttpRuntime.cs: Add queueing of the next request. 
3916
3917         * HttpApplication.cs: Deploy the new yield-based application
3918         pipeline, add error handling to the pipeline.
3919         
3920         * HttpApplication.cs (AsyncRequestState): Just use the done event
3921         from the parent.
3922
3923 2005-07-29  Miguel de Icaza  <miguel@novell.com>
3924
3925         * HttpResponseStream.cs, HttpRequest.cs: Fix bugs found by nunit.
3926
3927         * HttpApplication.cs: Fix a race condition. 
3928
3929         * HttpResponseStream.cs: Fix bug, send the size of the buffer that
3930         we have so far instead of the internal size of the buffer.   This
3931         will need work later to ensure we enforce the Content-Length
3932         maximum output size if set.
3933
3934         * ServerVariablesCollection.cs: This class now inherits from
3935         NameValueCollection, we should probably review what the middle
3936         class did, there are no dependencies on it.
3937
3938         I need to write tests to investigate if something is missing or
3939         has changed in this implementation. 
3940
3941 2005-07-27  Miguel de Icaza  <miguel@novell.com>
3942
3943         * HttpRequest.cs: No happy replies here, send a 411.
3944
3945 2005-07-27  Chris Toshok  <toshok@ximian.com>
3946
3947         * HttpResponseHeader.cs: remove spew.
3948         
3949 2005-07-27  Chris Toshok  <toshok@ximian.com>
3950
3951         * HttpResponseHeader.cs (HttpResponseHandler..ctor): use
3952         HttpWorkerRequest.GetKnownResponseHeaderName instead of
3953         GetKnownRequestHeaderName.  Fixes Response.Redirect until miguel's
3954         new HttpReponse is online.
3955
3956 2005-07-26  Miguel de Icaza  <miguel@novell.com>
3957
3958         * HttpResponse.cs: use_chunked is now a byte-array, if not null,
3959         we use it to hold the size of the chunked so we do not have to
3960         allocate many of these. 
3961         (SendSize): Helper routine to send the chunked headers.
3962         (BinaryWrite): First user of the chunked writer.
3963
3964         * HttpApplication.cs: Do not crash if they request a Server
3965         instance, but throw a NotImplementedException.
3966
3967         * HttpRequest.cs: fix a few problems exposed by the regression
3968         test suite.
3969
3970         * HttpRequest.cs (Cookies): use Chris' new constructor to get the
3971         cookies parsed.
3972
3973         : The big Uri rework: instead of using QueryString
3974         as the population mechanism, populate an UriBuilder from the
3975         various HttpWorkerRequest methods.
3976
3977         * HttpWorkerRequest.cs (GetProtocol): Implement in terms of
3978         IsSecure().
3979
3980         * HttpResponse.cs: Pointed by Ben, Write (null) is a nop instead
3981         of a crash.
3982
3983         * HttpContext.cs: Add a couple of properties to help the 2.x
3984         build.
3985         
3986         * HttpResponse.cs: Make ContentLength a long, add back support for
3987         session's app_path_mod.
3988         (ApplyAppPathmodifier): put back.
3989         (End): Pass a flag to abort so we can tell the exceptions appart
3990         in HttpApplication.
3991         (WriteHeaders): Send the HTTP status.
3992         (Redirect): Implement.
3993         (Write): Use the Output property to load writer when needed.
3994         
3995         * HttpRequest.cs (ctor): Temporary use of InitFromWR, will fix
3996         later. 
3997         (MakeInputStream): check content-length size, use routines to load
3998         the preloaded data, handle incomplete transfers.
3999         (Query): Do not insert null keys into the collection.
4000         (Url): implement.
4001         (UrlReferer): implement.
4002
4003         * HttpApplication.cs (RunHooks): Catch Thread.Abort, and call
4004         Thread.ResetAbort after each step.
4005
4006         Ensure that ReleaseState is called if we ever succeed in acquiring
4007         the state even if we have stopped the request pipeline.
4008
4009         Report file not found, directory not found.
4010
4011 2005-07-25  Miguel de Icaza  <miguel@novell.com>
4012
4013         * HttpCookieCollection.cs: Add expiration of the cookie. 
4014
4015         * HttpRequest.cs: Add check for ContentLength, use
4016         GetPreloadedEntityBody, correct number of bytes uploaded.
4017
4018 2005-07-21  Miguel de Icaza  <miguel@novell.com>
4019
4020         * HttpResponseHeader.cs: Our implementation of HttpResponse only
4021         uses the text headers, does not use any constants as XSP would go
4022         through a slower code path anyways.
4023
4024 2005-07-21  Chris Toshok  <toshok@ximian.com>
4025
4026         * HttpBrowserCapabilities.cs: enable support for the W3CDomVersion
4027         and EcmaScriptVersion properties.
4028
4029 2005-07-21  Chris Toshok  <toshok@ximian.com>
4030
4031         * HttpResponseHeader.cs: hi, i'm stupid and missed String.Replace.
4032         
4033 2005-07-21  Chris Toshok  <toshok@ximian.com>
4034
4035         * HttpResponseHeader.cs: url encode just \r and \n if they're
4036         present in the value.
4037
4038 2005-07-20  Chris Toshok  <toshok@ximian.com>
4039
4040         * HttpPostedFile.cs: add missing ContentLength property.
4041
4042 2005-07-20  Chris Toshok  <toshok@ximian.com>
4043
4044         * HttpCookieCollection.cs: add a new ctor that takes a string (the
4045         contents of the Cookies: header).
4046
4047 2005-07-20  Chris Toshok  <toshok@ximian.com>
4048
4049         * HttpCookieCollection.cs: add another ctor (internal, but not
4050         obsolete, so we aren't passing a stupid HttpResponse in in order
4051         to change the behavior of the collection.)
4052
4053         * HttpCookie.cs: init this.values in the internal ctor.
4054
4055 2005-07-20  Chris Toshok  <toshok@ximian.com>
4056
4057         * HttpCookieCollection.cs: use "auto-fill mode" when we're dealing
4058         with an HttpResponse's cookie collection.  That is, create the
4059         cookie if the consumer looks it up.
4060
4061 2005-07-20  Miguel de Icaza  <miguel@novell.com>
4062
4063         * HttpApplication.cs: Ongoing work on pipeline, I will need to
4064         redo this later.
4065
4066 2005-07-19  Miguel de Icaza  <miguel@novell.com>
4067
4068         * HttpContext.cs (GetService): Implement.  Return all of the
4069         properties that we have access to.  Make HttpWorkerRequest the
4070         first match as this is the only likely reason people need to use
4071         this. 
4072
4073         * IntPtrStream.cs: Bring from corlib.
4074
4075         * MultiPartContentParser.cs: use a MemoryStream as HttpInputStream
4076         will now be using IntPtrStream. 
4077
4078         * HttpRequest.cs (MakeInputStream): move code that loads the
4079         request here
4080         (CloseInputStream): Helper method that we will call later to
4081         ensure that we dispose properly the malloced() block. 
4082         (BinaryRead): Implemented.
4083
4084         * HttpInputStream.cs: Rewrite to be a descendant of
4085         IntPtrStream.cs 
4086
4087 2005-07-18  Miguel de Icaza  <miguel@novell.com>
4088
4089         * HttpApplication.cs (Modules): Add modules support and
4090         AsyncResult.
4091
4092 2005-07-18  Chris Toshok  <toshok@ximian.com>
4093
4094         * HttpResponseHeader.cs: initial implementation.
4095
4096 2005-07-18  Chris Toshok  <toshok@ximian.com>
4097
4098         * HttpModuleCollection.cs (HttpModuleCollection.GetKey): add
4099         missing method.
4100
4101         * HttpFileCollection.cs: initial implementation.
4102
4103 2005-07-18  Chris Toshok  <toshok@ximian.com>
4104
4105         * HttpModuleCollection.cs (HttpModuleCollection.CopyTo): implement
4106         missing method.
4107
4108 2005-07-18  Chris Toshok  <toshok@ximian.com>
4109
4110         * HttpModuleCollection.cs: initial implementation.
4111
4112 2005-07-18  Chris Toshok  <toshok@ximian.com>
4113
4114         * HttpCacheVaryByHeaders.cs: only add the header if it's not
4115         already in the hash.
4116
4117         * HttpCacheVaryByParams.cs: only add the param if it's not already
4118         in the hash.
4119
4120 2005-07-18  Chris Toshok  <toshok@ximian.com>
4121
4122         * HttpCookie.cs (HttpCookie+CookieNVC.Set): new override to fix an
4123         MS quirk.
4124
4125 2005-07-17  Miguel de Icaza  <miguel@novell.com>
4126
4127         * HttpRequest.cs (Headers, InputStream): implemented two more
4128         properties.
4129
4130         * HttpInputStream.cs: All we need is a MemoryStream with writable
4131         set to false.
4132
4133         * HttpPostedFile.cs: Use a Stream.
4134
4135 2005-07-16  Chris Toshok  <toshok@ximian.com>
4136
4137         * HttpCacheVaryByHeaders.cs: make sure we set vary_by_unspecified
4138         = false in the custom setter.
4139
4140 2005-07-16  Chris Toshok  <toshok@ximian.com>
4141
4142         * HttpCacheVaryByParams.cs: initial implementation.
4143
4144 2005-07-16  Chris Toshok  <toshok@ximian.com>
4145
4146         * HttpCacheVaryByHeaders.cs: initial implementation.
4147
4148 2005-07-15  Chris Toshok  <toshok@ximian.com>
4149
4150         * HttpCookie.cs: one more time.
4151
4152 2005-07-15  Chris Toshok  <toshok@ximian.com>
4153
4154         * HttpCookie.cs (HttpCookie.GetCookieHeader): use
4155         expires.ToString().
4156         
4157 2005-07-15  Chris Toshok  <toshok@ximian.com>
4158
4159         * HttpCookie.cs (HttpCookie.GetCookieHeader): implement to fix
4160         ben's bug.
4161
4162 2005-07-15  Chris Toshok  <toshok@ximian.com>
4163
4164         * HttpCookieCollection.cs: initial implementation (with a couple
4165         of labeled inefficiencies.)
4166
4167 2005-07-15  Chris Toshok  <toshok@ximian.com>
4168
4169         * HttpCookie.cs (HttpCookie.get_HasKeys): use values.HasKeys()
4170         instead of trying to be smart about it ourselves.
4171
4172 2005-07-15  Chris Toshok  <toshok@ximian.com>
4173
4174         * HttpCookie.cs: initial implementation.  we fail one unit test,
4175         but it might be due to a bug in NameValueCollection.
4176
4177 2005-07-15  Miguel de Icaza  <miguel@novell.com>
4178
4179         * HttpRequest.cs: 
4180
4181 2005-07-14  Miguel de Icaza  <miguel@novell.com>
4182
4183         * HttpRuntime.cs: Return a few of the values from the AppDomain
4184         data. 
4185
4186         Put the application shutdown process.
4187
4188         * HttpApplicationFactory.cs (AddEvent): Fixed bug when more than
4189         one method existed.
4190         
4191         (FireEvent): Do not ignore errors.
4192
4193         * HttpContext.cs (GetAppConfig, GetConfig): First success, use
4194         ConfigurationSettings.GetConfig to get the value that QueueManager
4195         needed.
4196
4197 2005-07-14  Dick Porter  <dick@ximian.com>
4198
4199         * HttpPostedFile.cs: New basic implementation; needs someone to
4200         figure out what a HttpRequestStream does
4201
4202 2005-07-13  Miguel de Icaza  <miguel@novell.com>
4203
4204         * HttpRequest.cs: More work on this file
4205
4206         * HttpRequest.cs, HttpApplication.cs, HttpContext.cs,
4207         HttpRuntime.cs: New from scratch implementation.
4208
4209 2005-07-01  Lluis Sanchez Gual <lluis@novell.com>
4210
4211         * SiteMap.cs: Read provider info from the configuration files.
4212
4213 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4214
4215         * HttpResponseHeader.cs: URL encode \r and \n in header values. Fixes
4216         bug #75392.
4217
4218 2005-06-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4219
4220         * HttpUtility.cs: fix another stupid buglet in htmldecode.
4221
4222 2005-06-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4223
4224         * HttpContext.cs:
4225         * HttpResponse.cs:
4226         * HttpRequest.cs: use StrUtils (invariant culture).
4227
4228 2005-06-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4229
4230         * HttpRequest.cs: use StartsWith when looking for 'multipart/form-data'.
4231         File uploading was broken since a few commits ago.
4232
4233 2005-06-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4234
4235         * HttpResponse.cs: ensure that the last chunk ('0\r\n\r\n') is sent
4236         even if response.Close is called before a final flush. MS/IIS fails to
4237         do this.
4238
4239 2005-06-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4240
4241         * HttpRequest.cs: don't print anything for unknown content types in
4242         ParseFormData. Use lowercase compare.
4243
4244 2005-06-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4245
4246         * HttpResponse.cs: invariant love.
4247
4248 2005-06-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4249
4250         * HttpResponse.cs: avoid 1 string concat.
4251         * HttpRequest.cs: fix BinaryRead. It was totally wrong.
4252
4253 2005-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4254
4255         * HttpUtility.cs: don't append an extra 0 when no digits seen. Fixes
4256         bug #75370.
4257
4258 2005-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4259
4260         * HttpUtility.cs: the lower limit for using &#xx; encoding is 160, not
4261         128. Reset number back to 0 after use. Fixes bug #75365.
4262
4263 2005-06-19  Svetlana Zholkovsky <svetlanaz-at-mainsoft.com>
4264                 * In following classes added TARGET_J2EE or/and TARGET_JVM
4265                   directives:
4266                         - HttpResponse.cs
4267                         - HttpRuntime.cs
4268                         - HttpUtility.cs
4269                         - CapabilitiesLoader.cs
4270                         - HttpApplication.cs
4271                         - HttpApplicationFactory.cs
4272                         - HttpContext.cs
4273                         - HttpException.cs
4274                         - HttpRequest.cs
4275                 * Added Mainsoft's specific files :
4276                         - GhHttpAsyncResult.jvm.cs
4277
4278 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4279
4280         * HttpRequest.cs: avoid one intermediate buffer when reading the request
4281         body and fail for over limit content length when the content type is
4282         not handled as form or multipart data.
4283
4284 2005-06-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4285
4286         * HttpResponse.cs: fix the check in Close() so that CloseConnection is
4287         called even if there has been no final Flush. Fixes bug #75176.
4288
4289 2005-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4290
4291         * HttpParseException.cs:
4292         * HttpResponse.cs:
4293         * HttpApplication.cs: updates for 1.1 service pack.
4294
4295 2005-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4296
4297         * HttpUtility.cs: fix InvalidCastException.
4298
4299 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
4300
4301         * HttpWriter.cs: Fixed: _OutputFilter.Close () was called twice.
4302
4303 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4304
4305         * HttpUtility.cs: modified HtmlDecode so that it does not need to call
4306         Int32.Parse and handles improper &# sequences. Fixes bug #74907.
4307
4308 2005-05-26  Lluis Sanchez Gual <lluis@novell.com>
4309
4310         * SiteMapNodeCollection.cs: Implemented missing methods. The collection
4311         does not inherit from CollectionBase any more.
4312         * SiteMapNode.cs: Track api changes.
4313         * SiteMapProvider.cs: Moved several methods to the new
4314         StaticSiteMapProvider class. Other fixes.
4315         * XmlSiteMapProvider.cs: Watch changes in the xml files. Other fixes.
4316         * SiteMapProviderCollection.cs: Minor fixes.
4317         * SiteMap.cs: Added missing event. Avoid double check lock.
4318         * StaticSiteMapProvider.cs: New class that implements some of the
4319         funtionality of SiteMapProvider.
4320
4321 2005-05-25  Ben Maurer  <bmaurer@ximian.com>
4322
4323         * MimeTypes.cs: Remove extra spaces, they were typos. Fixes 75049.
4324
4325 2005-05-13 Atsushi Enomoto <atsishi@ximian.com>
4326
4327         * HttpUtility.cs : UrlDecodeToBytes() incorrectly decoded escaped 
4328           characters. Patch by Kazuki Oikawa.
4329
4330 2005-05-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4331
4332         * HttpRuntime.cs: PlatformID.Unix.
4333
4334 2005-05-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4335
4336         * HttpResponse.cs: cleaned up the .ctors, fix IsClientConnected and just
4337         Clear the _Headers array instead of creating a new ArrayList in
4338         ClearHeaders().
4339
4340 2005-05-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4341
4342         * HttpResponse.cs: we had 2 variables to track client connection status.
4343         Use only one. Increase the buffer size to 28KB when writing from a file.
4344
4345         * StaticFileHandler.cs: set the Content-Type before writing the file.
4346         This allows flushing before all the content is written.
4347
4348         * HttpApplication.cs: use the variable instead of the property when
4349         setting the Principal for the current process.
4350
4351 2005-05-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4352
4353         * ReusableMemoryStream.cs:
4354         * HttpWriter.cs: keep a pool of buffers to avoid allocations.
4355
4356 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4357
4358         * HttpResponse.cs: no need to save/restore the thread culture when
4359         getting the Date header. According to Ben's profiling, this is a big
4360         deal in performance.
4361
4362         * HttpRuntime.cs: ignore exceptions that might be thrown when unloading 
4363         a domain.
4364
4365 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4366
4367         * HttpApplicationFactory.cs: ignore any exception thrown when invoking
4368         an application event.
4369
4370 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4371
4372         * HttpBrowserCapabilities.cs: fix Win32 property.
4373
4374 2005-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4375
4376         * HttpResponse.cs: only add the charset when explicitly set or for
4377         well-known content types.
4378
4379 2005-04-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4380
4381         * HttpCachePolicy.cs:
4382         * HttpAsyncResult.cs:
4383         * HttpClientCertificate.cs:
4384         * HttpException.cs:
4385         * HttpRuntime.cs:
4386         * HttpCacheVaryByHeaders.cs:
4387         * HttpBrowserCapabilities.cs:
4388         * HttpUtility.cs:
4389         * HttpCacheVaryByParams.cs: no more warnings.
4390
4391         * QueueManager.cs: check for local connections with minLocalFreeThreads.
4392
4393 2005-04-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4394
4395         * ServerVariablesCollection.cs: shuffled variables, added missing ones
4396         and call a method in HttpRequest to set the HTTP_ variables.
4397
4398         * HttpRequest.cs: new method to add HTTP_ variables to a collection.
4399
4400 2005-04-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4401
4402         * HttpRequest.cs: GetAllHeaders was returning the value twice instead
4403         of 'name: value'. When HTTP_ is requested on the output, don't include
4404         unknown headers.
4405
4406 2005-03-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4407
4408         * HttpCookieCollection.cs: when adding more than one cookie with the
4409         same name, the last one is the winner.
4410
4411 2005-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4412
4413         * HttpRequest.cs: correctly store the value cookies in Params. Fixes
4414         bug #73345.
4415
4416 2005-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4417
4418         * HttpRequest.cs: Path and FilePath also change when RewritePath is
4419         called. Fixes bug #73055.
4420
4421 2005-02-23  Sebastien Pouliot  <sebastien@ximian.com>
4422
4423         * HttpRequest.cs: Make sure that any access after a ValidateInput 
4424         throws an exception if the data isn't safe.
4425
4426 2005-02-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4427
4428         * CapabilitiesLoader.cs: fix the path, as machine.config is now in a
4429         x.x/ directory below $PREFIX/etc/mono.
4430
4431 2005-02-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4432
4433         * HttpRequest.cs: fail on unicode full-width '<' and '>' too. Fixes
4434         a security report (http://secunia.com/advisories/14325) that wan't
4435         reported to us before public disclosure.
4436
4437 2005-02-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4438
4439         * HttpResponse.cs: send the calculated content length even when it's 0.
4440         Fixes bug #72655.
4441
4442 2005-02-04  Lluis Sanchez Gual <lluis@novell.com>
4443
4444         * HttpContext.cs: Added internal property to keep a reference to
4445         the last accessed page. Page uses this to implement PreviousPage.
4446
4447 2005-02-02  Lluis Sanchez Gual <lluis@novell.com>
4448
4449         * ProcessModelInfo.cs: Fixed warning.
4450
4451 2005-02-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4452
4453         * TraceContext.cs: writing a message without any other argument is not
4454         a warniing. Fixes bug #72017.
4455
4456 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4457
4458         * HttpApplication.cs: if there are no more handlers, finish the
4459         request and ensure we call Complete on it. Now FreeTextBox 3.0 works.
4460
4461 2004-12-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4462
4463         * HttpRequest.cs: honor the maxRequestSize limit from machine.config.
4464
4465 2004-12-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4466
4467         * HttpApplication.cs: reread application CultureInfo as web.config
4468         might have changed. Fixes bug #62539.
4469
4470 2004-11-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4471
4472         * HttpResponse.cs: fixed ApplyAppPathModifier to insert the session ID.
4473
4474 2004-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4475
4476         * HttpApplicationFactory.cs: monitor changes in global.asax and bin
4477         directory and shutdown the application when that happens. Fixes bug
4478         #49651.
4479
4480 2004-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4481
4482         * ReusableMemoryStream.cs: copied from System.IO.MemoryStream and
4483         slightly modified to allow expanding the buffer for cases on which the
4484         regular MemoryStream don't allow it.
4485
4486         * HttpWriter.cs: use the new ReusableMemoryStream and fix bug #59841.
4487         Otherwise we would have to allocate a new MemoryStream...
4488
4489 2004-11-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4490
4491         * HttpApplication.cs: Create() is now GetInstance().
4492
4493 2004-11-18 Lluis Sanchez Gual <lluis@novell.com>
4494
4495         * SiteMapNodeCollection.cs: Added missing properties.
4496         * HttpParseException.cs: Added 2.0 methods and properties.
4497         * SiteMapNode.cs: Added missing methods and properties.
4498         * SiteMapProvider.cs, XmlSiteMapProvider.cs, 
4499         SiteMapProviderCollection.cs: IProvider does not exist any
4500         more, it is now ProviderBase.
4501         * ISiteMapProvider.cs: Deleted.
4502         * ParserErrorCollection.cs, ParserError.cs, SiteMapResolveEventArgs.cs:
4503           Implemented.
4504         * SiteMap.cs: Minor fixes.      
4505
4506 2004-11-15 Lluis Sanchez Gual <lluis@novell.com>
4507
4508         * SiteMapProviderCollection.cs: Fixed warning.
4509         * HttpApplication.cs: Added new 2.0 events.
4510
4511 2004-11-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4512
4513         * HttpResponse.cs: added internl SetHeadersSent.
4514         * HttpRuntime.cs: don't throw the 'headers already sent' exception
4515         if we're sending a runtime error.
4516
4517 2004-11-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4518
4519         * HttpApplication.cs: undo the TimeoutManager.(Add|Remove) shuffling.
4520         It causes troubles under heavy load.
4521
4522 2004-11-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4523
4524         * SiteMap.cs: don't lock on Type.
4525         * CapabilitiesLoader.cs: avoid 2 locks when loading data.
4526
4527 2004-11-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4528
4529         * HttpRequest.cs: patch by Dennis Gervalle that fixes PhysicalPath in
4530         presence of rewriting.
4531
4532 2004-10-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4533
4534         * HttpApplication.cs: don't hang if a sync step is aborted. Fixes the
4535         system.web portion of bug #68270.
4536
4537 2004-10-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4538
4539         * TraceContext.cs: don't cast to Page is the handler it's
4540         not a page.
4541
4542 2004-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4543
4544         * HttpRequest.cs: CurrentExecutionFilePath is the one that
4545         changes when Transfer or Execute are used, not FilePath.
4546
4547         * HttpServerUtility.cs: moved form saving/restoring from
4548         Transfer to Execute, as it's needed there too. the query string is
4549         correctly set now. Fixes bug #67388.
4550
4551         * HttpContext.cs: use SetCurrentExePath instead of SetFilePath.
4552
4553 2004-10-03 Ben Maurer  <bmaurer@ximian.com>
4554
4555         * HttpResponse.cs: use UtcNow
4556
4557 2004-10-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4558
4559         * HttpResponse.cs: SuppressContent does not throw and clears all the
4560         buffered output. Fixes bug #67213.
4561
4562 2004-09-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4563
4564         * HttpUtility.cs: UrlPathEncode is static. Fixes bug #67155.
4565
4566 2004-09-29 Ben Maurer  <bmaurer@ximian.com>
4567
4568         * HttpContext.cs, TimeoutManager: Use DateTime.UtcNow.
4569
4570 2004-09-25 Ben Maurer  <bmaurer@ximian.com>
4571
4572         * HttpApplication.cs: Make sure requests are removed from
4573         the timeout manager. Fixes a major leak. #66751.
4574
4575 2004-09-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4576
4577         * HttpApplicationFactory.cs:
4578         * HttpRuntime.cs: implemented UnloadAppDomain and be ready for domain
4579         unloading.
4580
4581 2004-09-12 Ben Maurer  <bmaurer@ximian.com>
4582
4583         * HttpContext.cs: use CallContext. It is a little bit faster.
4584
4585 2004-09-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4586
4587         * HttpStaticObjectsCollection.cs: don't share static session objects
4588         declared in the application file across the application, but on a
4589         per-session basis. Fixes bug #65446.
4590
4591 2004-09-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4592
4593         * HttpServerUtility.cs: in Transfer(path), don't keep form data if
4594         the transfer is done from inside a page that received a postback.
4595         Fixes bug #65613.
4596
4597 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4598
4599         * HttpValueCollection.cs: fixed signature of ToString (). Closes bug
4600         #65392.
4601
4602 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
4603
4604         * HttpWriter.cs (.ctor): Dont create teh StreamWriter twice
4605         (Clear): Don't recreate the MemoryStream and StreamWriter
4606
4607 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4608
4609         * HttpApplication.cs: only add/remove to/from the timeout
4610         manager when we're in a interruptible step.
4611
4612 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4613
4614         * TraceContext.cs: when IsEnabled has not been set, return the value
4615         from the TraceManager. Fixes bug #63469.
4616
4617 2004-08-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4618
4619         * HttpRuntime.cs: initialize the response writer when finishing a
4620         request because it cannot be queued. Under heavy load we made new
4621         requests be processed before the ones that might be queued. This is
4622         no longer the case.
4623
4624         * QueueManager.cs: instead of queueing/dequeuing separately, we now
4625         have a single method that does everything needed to decide which one
4626         will be the next request processed.
4627
4628 2004-08-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4629
4630         * HttpRuntime.cs: removed initializations to null in .cctor. Prevent
4631         other requests from avoiding the lock if they are received before the
4632         configuration system is inited. Ensure that the queue manager is not
4633         null before using it (it can be null while the first request is being
4634         processed).
4635
4636 2004-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4637
4638         * HttpServerUtility.cs: ensure we have a full virtual path for the
4639         request being executed.
4640
4641 2004-08-02  Duncan Mak  <duncan@ximian.com>
4642
4643         * ApplicationShutdownReason.cs: Fixed typos.
4644
4645         * HttpCookieMode.cs:
4646         * HttpDataTransferMode.cs:
4647         * HttpRequestPriority.cs: Added [Serializable] attribute.
4648         
4649 2004-08-02  Duncan Mak  <duncan@ximian.com>
4650
4651         * ApplicationShutdownReason.cs:
4652         * HttpCookieMode.cs:
4653         * HttpDataTransferMode.cs:
4654         * HttpRequestPriority.cs: Added 2.0 enumerations.
4655         
4656 2004-07-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4657
4658         * HttpApplication.cs: the file not found might be a dependency.
4659
4660 2004-07-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4661
4662         * HttpCookie.cs: use invariant when formatting expires date. Fixes bug
4663         #61690.
4664
4665 2004-07-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4666
4667         * HttpApplication.cs: don't keep the session around if we got it from
4668         the context. Fixes bug #61232.
4669
4670 2004-07-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4671
4672         * HttpUtility.cs: fixed stupid bug in UrlDecode from bytes. Closes bug
4673         #61181.
4674
4675 2004-07-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4676
4677         * TraceContext.cs: added internal HaveTrace property whose
4678         value is true when the page has a Trace attribute.
4679
4680 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4681
4682         * TraceData.cs: fixed <br> output. Closes bug #60181.
4683
4684 2004-06-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4685
4686         * HttpUtility.cs: check for control characters in the string to encode
4687         or decode and return the same string if there are none.
4688
4689 2004-06-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4690
4691         * HttpApplication.cs: change/restore the IPrincipal in their own methods
4692         and make them internal.
4693
4694 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4695
4696         * HttpContext.cs: reverting Pedro's patch and sending mail with test
4697         to mono-devel.
4698
4699 2004-06-09  Pedro Martnez Juli  <yoros@wanadoo.es>
4700
4701         * HttpContext: User property returns its own "user" value because
4702         the context can walk through different Threads. When "User" property
4703         is changed, change "Thread.CurrentPrincipal" too.
4704
4705 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4706
4707         * HttpRequest.cs: removed extra ^Ms and fixed style of last patch.
4708
4709 2004-06-08  Alon Gazit  <along@mainsoft.com>
4710
4711         * HttpRequest.cs: Add a patch for HttpRequest.ServerVariables.
4712
4713 2004-06-07  Sebastien Pouliot  <sebastien@ximian.com>
4714
4715         * HttpContext.cs: User property now get/set Thread.CurrentPrincipal.
4716         Fix (at least partially) #59683.
4717
4718 2004-06-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4719
4720         * HttpRequest.cs: reverting patch from Alon Gazit. Uses the above file
4721         that doesn't compile.
4722
4723 2004-06-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4724
4725         * TraceData.cs: fixes nullref in an application that relies on
4726         r ["Message"] not being null. Closes bug #59679.
4727
4728 2004-06-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4729
4730         * HttpCachePolicy.cs: implemented SetAllowResponseInBrowserHistory.
4731
4732 2004-06-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4733
4734         * HttpRuntime.cs: implemented a 5 simple properties that were TODOs.
4735
4736 2004-06-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4737
4738         * HttpBrowserCapabilities.cs: implemented ClrVersion and GetClrVersions.
4739         * HttpException.cs: removed MonoTODO.
4740
4741 2004-06-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4742
4743         * TraceContext.cs: don't check if HttpRuntime.TraceManager
4744         is enabled when writing.
4745
4746 2004-06-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4747
4748         * HttpRequest.cs: added ClientTarget internal property.
4749
4750 2004-06-03  Lluis Sanchez Gual <lluis@ximian.com>
4751
4752         * HttpApplication.cs: Clear the http handler list after releasing the
4753           handlers.
4754
4755 2004-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4756
4757         * TraceData.cs: html-encode the messages written to the trace. Fixes
4758         bug #59431.
4759
4760 2004-06-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4761
4762         * HttpWorkerRequest.cs: the hashtables are now case-insensitive. Thanks
4763         to Markus Krutner.
4764
4765 2004-05-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4766
4767         * HttpRequest.cs: nullify _sRequestRootVirtualDir and baseVirtualDir
4768         when SetFilePath is called. This way the cached values are reset and
4769         get the right value in case someone (namely SessionStateModule + 
4770         cookieless session) changes the FilePath after the property cached its
4771         value. Fixes bug #59364.
4772
4773 2004-05-27      Patrik Torstensson <totte@hiddenpeaks.com>
4774
4775         * HttpApplicationFactory.cs: Added SignalError (still todo)
4776
4777 2004-05-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4778
4779         * HttpResponse.cs: remove hardcoded "HTTP/1.0" version that kept
4780         chunked encoding disabled. Fixed chunked suffix and end. Send the
4781         'lastchunk' marked when in the final Flush even if the content length
4782         is 0. This makes mod-mono-server work fine with chunked encoding.
4783          
4784         * HttpRuntime.cs: Set the _firstRequest* variables to true
4785         earlier. TraceContext don't take any parameter now.
4786
4787         * TraceManager.cs: don't need a context. Use GetAppConfig.
4788
4789 2004-05-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4790
4791         * HttpApplication.cs: set culture/uiculture from configuration and
4792         restore it after each step. Fixes bug #52851.
4793
4794 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4795
4796         * HttpUtility.cs: use lower case in UrlEncode like MS does. Delay
4797         entities hashtable creation until it's really needed.
4798
4799 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4800
4801         * HttpApplicationFactory.cs: if no module matches the name found for a
4802         possible event, ignore it. Fixes bug #58542.
4803
4804 2004-05-16      Patrik Torstensson <totte@hiddenpeaks.com>
4805
4806         * HttpRuntime (Init): Removed old todo
4807         * HttApplication : Implemented IHttpHandlerFactory recycling
4808         
4809 2004-04-28      Patrik Torstensson
4810
4811         * HttpApplicationState.cs: Performance, usage of ReaderWriter lock,
4812         removed MonoTodo
4813
4814 2004-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4815
4816         * HttpUtility.cs: return null in HtmlDecode for null input instead of
4817         throwing an exception. Patch by Jan Jaros (bug #57083).
4818
4819 2004-04-10  Vladimir Vukicevic  <vladimir@pobox.com>
4820
4821         * TimeoutManager.cs: Swap the order of initialization of contexts
4822         and the Timer, to avoid race condition of CheckTimeouts being called
4823         before contexts gets initialized.
4824
4825 2004-03-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4826
4827         * HttpRequestStream.cs: patch from Jan Jaros that fixes bug #56080.
4828         Now the posted file content does not have the boundaries and headers
4829         included.
4830
4831 2004-03-25  Alon Gazit <along@mainsoft.com>
4832
4833         * HttpRequest.cs: fix ValidateCookieCollection() to prevent
4834         InvalidCastException.
4835
4836 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4837
4838         * HttpValueCollection.cs: don't UrlDecode cookies. Fixes bug #55254.
4839
4840 2004-03-01  Larry Ewing  <lewing@ximian.com>
4841
4842         * HttpUtility.cs: fix UrlEncodeToBytes count check.
4843
4844 2004-02-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4845
4846         * HttpServerUtility.cs:
4847         * HttpUtility.cs: added some checks for null. Fixed UrlPathEncode (bug
4848         #53670).
4849
4850 2004-02-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4851
4852         * HttpUtility.cs: fixed length check. Closes bug #54201.
4853         Thanks to Michal Moskal. Use MemoryStream instead of an ArrayList when
4854         decoding.
4855
4856 2004-02-11  Jackson Harper <jackson@ximian.com>
4857
4858         * TraceData.cs: Use ToString for cookie/header/var name values so
4859         null is handled properly.
4860         
4861 2004-02-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4862
4863         * HttpApplication.cs: ApplicationState is inited by the factory so,
4864         return that value in the property. when we use the context Session,
4865         cache it in the instance field.
4866
4867         * HttpApplicationFactory.cs: fixed target Type for the event when
4868         hooking application and module events. Initialize application
4869         and session scope objects. Fixes non-aplication events hook up.
4870
4871         * HttpStaticObjectsCollection.cs: added StaticItem and delay the
4872         creation of the objects until they are requested.
4873
4874 2004-01-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4875
4876         * HttpApplicationFactory.cs: fixlet for session events hook.
4877
4878 2004-01-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4879
4880         * HttpApplicationFactory.cs: attach all events from Type and BaseType
4881         at the same time. Fixes bug #53454.
4882
4883 2004-01-27  Jackson Harper <jackson@ximian.com>
4884
4885         * HttpCachePolicy.cs: varybyparams::GetResponseHeader can return
4886         null now, dont hadd the header if it does.
4887         * HttpCacheVaryByParams.cs: Return null if there are no items.
4888
4889 2004-01-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4890
4891         * HttpCachePolicy.cs: it's not public.
4892         * HttpRuntime.cs: wait for requests before disposing the queue.
4893
4894 2004-01-15  Jackson Harper <jackson@ximian.com>
4895
4896         * HttpCachePolicy.cs: Fix typo causing varyby params headers to be
4897         created when they shouldn't be.
4898         
4899 2004-01-14  Jackson Harper <jackson@ximian.com>
4900
4901         * TraceData.cs: Fix some typos in the output text. Fix control
4902         position when adding controls recursively.
4903         
4904 2004-01-14  Jackson Harper <jackson@ximian.com>
4905
4906         * HttpCachePolicy.cs: Expose duration and sliding properties.
4907         
4908 2004-01-14  Jackson Harper <jackson@ximian.com>
4909
4910         * HttpCachePolicy.cs: Add an event that is fired when the
4911         cacheability is updated. The response uses this to determine
4912         whether or not it needs to cache itself.
4913         * HttpResponse.cs: When the cacheability is updated either create
4914         or dispose of the cached raw response based on whether or not we
4915         wil need it. This allows output caching to be controlled
4916         programatically.
4917         
4918 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4919
4920         * HttpContext.cs: add setter for ConfigTimeout.
4921         * HttpException.cs: added Description property and HTML encode some
4922         unescaped values.
4923
4924         * HttpRequest.cs: support request validation.
4925
4926         * HttpRequestValidationException.cs: added message and description.
4927
4928         * HttpServerUtility.cs: implemented ScriptTimeout.
4929
4930 2004-01-11  Jackson Harper <jackson@ximian.com>
4931
4932         * TraceManager.cs: Dont crash if there is no trace config element.
4933         
4934 2004-01-11  Jackson Harper <jackson@ximian.com>
4935
4936         * HttpRequest.cs: Add property for determining if the request is
4937         local or not.
4938         
4939 2004-01-10  Jackson Harper <jackson@ximian.com>
4940
4941         * TraceContext.cs: Handle tracing when it is enabled in the config
4942         file but not on the page.
4943         * TraceManager.cs: Get settings from the configuration object.
4944         * HttpRuntime.cs: Create trace manager in the first request start
4945         so it can get configuration settings.
4946         
4947 2004-01-10  Jackson Harper <jackson@ximian.com>
4948
4949         * TraceContext.cs: Save the request path in the trace data.
4950         * TraceData.cs: Add RequestPath property, make some rendering
4951         methods internal static so the TraceHandler can use them.
4952         * TraceManager.cs: Expose trace data, add a method for clearing
4953         trace data.
4954         
4955 2004-01-10  Jackson Harper <jackson@ximian.com>
4956
4957         * HttpRuntime.cs: Add trace manager
4958         * TraceManager.cs: New class for handling trace configuration and
4959         storing trace data objects.
4960         * TraceContext.cs: Save trace data to the trace manager. Fix typo.
4961         
4962 2004-01-10  Jackson Harper <jackson@ximian.com>
4963
4964         * TraceData.cs: New class for storing trace data. Data is stored
4965         here instead of the trace context so it can be saved and accessed
4966         from the trace handler.
4967         * TraceContext.cs: Save data in the TraceData object, let the
4968         trace data object handle the rendering.
4969         
4970 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4971
4972         * HttpRequest.cs: use ContentEncoding for QueryString. Fixes bug #52577.
4973         Thanks to Jan Jaros (mono-bug@jerryweb.info).
4974
4975         * HttpRequestValidationException.cs: fix comment.
4976
4977 2004-01-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4978
4979         * HttpException.cs: default to error 500. Fixes bug #52623.
4980
4981 2004-01-04  Jackson Harper <jackson@ximian.com>
4982
4983         * TraceContext.cs: Store and render trace info times. Also render
4984         cookie sizes. Remove debug code.
4985         
4986 2004-01-04  Jackson Harper <jackson@ximian.com>
4987
4988         * HttpResponse.cs: Set the cached response date header so it can
4989         be updated.
4990         * HttpResponseHeader.cs: Let values be set so we can update cached 
4991         response header values.
4992         
4993 2004-01-04  Jackson Harper <jackson@ximian.com>
4994
4995         * HttpResponse.cs: Implement RemoveOutputCacheItem.
4996         
4997 2004-01-04  Jackson Harper <jackson@ximian.com>
4998
4999         * HttpCachePolicy.cs: Add internal method to get the vary by custom string
5000         * HttpCacheVaryByHeaders.cs: Add internal method to get the header names.
5001         
5002 2004-01-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5003
5004         * HttpRuntime.cs: implemented MachineConfigurationDirectory,
5005
5006 2004-1-1  Alon Gazit <along@mainsoft.com>
5007         * HttpWriter.cs: add check in Write() in order to prevent
5008         NullReferenceException.
5009
5010 2004-1-1  Alon Gazit <along@mainsoft.com>
5011         * HttpResponse.cs: implemented ExpiresAbsolute and Expires.
5012
5013 2003-12-18  Jackson Harper <jackson@ximian.com>
5014
5015         * TraceContext.cs: Write () methods are not warnings.
5016         
5017 2003-12-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5018
5019         * HttpBrowserCapabilities.cs: added GetClrVersions ().
5020         * HttpCachePolicy.cs: added SetAllowResponseInBrowserHistory ().
5021         * HttpContext.cs: added set_Current and RewritePath (s, s, s) for 1.1.
5022         * HttpRequest.cs: added set_ContentType, SetPathInfo and ValidateInput.
5023         * HttpRequestValidationException.cs: new class for 1.1
5024         * HttpResponse.cs: added RedirectLocation.
5025         * HttpRuntime.cs: added UnloadAppDomain.
5026         * HttpServerUtility.cs: Execute (s, t, b) is internal for < 1.2
5027         * HttpUtility.cs: copied UrlPathEncode from HttpServerUtility.
5028         * HttpWorkerRequest.cs: added [ComVisible] and made the ctor public.
5029
5030 2003-12-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5031
5032         * HttpContext.cs: implemented IsCustomErrorEnabled and
5033         IsDebuggingEnabled. Added internal ErrorPage property.
5034
5035         * HttpRuntime.cs: on error, check if we have a custom error page enabled
5036         to handle it and redirect.
5037
5038         * HttpResponse.cs: added RedirectCustomError (), which actually does
5039         the redirection to the error page.
5040         
5041 2003-12-16  Jackson Harper <jackson@ximian.com>
5042
5043         * TraceContext.cs: Render all the data, and the stylesheet.
5044         
5045 2003-12-16  Jackson Harper <jackson@ximian.com>
5046
5047         * TraceContext.cs: Add incomplete render method.
5048         
5049 2003-12-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5050
5051         * CapabilitiesLoader.cs: loads browser detection and capabilities data
5052         from browscap.ini file by Gary J. Keith.
5053
5054         * HttpBrowserCapabilities.cs: removed almost all TODOs.
5055
5056         * HttpRequest.cs: fixed Browser property.
5057
5058 2003-12-15  Jackson Harper <jackson@ximian.com>
5059
5060         * TraceContext.cs: Initial implementation of storing data.
5061         * HttpContext.cs: Create and expose a trace object.
5062         
5063 2003-12-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5064
5065         * HttpApplication.cs: ThreadAbortException is ok on Redirect.
5066         * HttpContext.cs: added TimeoutPossible property.
5067         * HttpResponse.cs: throw ThreadAbortException if End () is called within
5068         a step in which is possible to timeout.
5069
5070         Fixes bug #51703.
5071
5072 2003-12-04  Jackson Harper <jackson@ximian.com>
5073
5074         * HttpRequest.cs: Cleanup method.
5075         
5076 2003-12-04  Jackson Harper <jackson@ximian.com>
5077
5078         * HttpValueCollection.cs: Allow blank value names. Posting
5079         <blank>=SomeValue is valid. And occurs if a radio button does
5080         not have its name set.
5081         
5082 2003-12-03  Jackson Harper <jackson@ximian.com>
5083
5084         * HttpResponse.cs: Actually apply an app path modifier in
5085         ApplyAppPathModifer and add a method to set the app path modifier.
5086         * HttpRequest.cs: Add utility method for setting a request header.
5087         
5088 2003-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5089
5090         * HttpApplication.cs: handle FileNotFound and DirectoryNotFound
5091         exceptions when creating the handler to generate a better error page.
5092
5093         * HttpException.cs: display the http_code if available.  Changed all
5094         \n by \r\n to make the hidden stack trace readable.
5095         
5096         * StaticFileHandler.cs: don't send the real path in th eerror.
5097
5098 2003-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5099
5100         * HttpContext.cs: updated GetConfig and GetAppConfig to new API.
5101         
5102         * HttpResponse.cs: separate initialization of the HttpWriter, as it
5103         tries to read configuration settings while the config. system is not
5104         available (ie, before the first request).
5105         
5106         * HttpRuntime.cs: delayed queueManager and response writer
5107         initialization until the configuration system is working.
5108
5109 2003-11-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5110
5111         * HttpRuntime.cs: added request queue handling.
5112
5113         * QueueManager.cs: simple request queue.
5114         
5115         * TimeoutManager.cs: added some locks to prevent the enumerator used in
5116         CheckTimeouts to be out of synch.
5117
5118 2003-11-25  Jackson Harper <jackson@ximian.com>
5119
5120         * HttpStaticObjectsCollection.cs: Add methods for serialization
5121         and conversion to/from byte arrays.
5122         
5123 2003-11-21  Jackson Harper <jackson@ximian.com>
5124
5125         * HttpResponse.cs: When caching data set the content length in the
5126         cached repsonse so that only that amount will be written back to
5127         the client. Add method to write a range of binary data.
5128         * HttpCacheVaryByParams.cs: Add method to retrieve param names.
5129         
5130 2003-11-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5131
5132         * HttpApplication.cs:
5133         * HttpContext.cs:
5134         * HttpRuntime.cs: add timeout handling.
5135         * TimeoutManager.cs: new class that takes care of aborting threads on
5136         timeout.
5137
5138 2003-11-19  Jackson Harper <jackson@ximian.com>
5139
5140         * HttpWriter.cs: Use a constant for the buffer size so the cache
5141         can get the buffer size. Add method to get the buffer.
5142         * HttpResponse.cs: Methods for getting data to cache, and setting
5143         vars from the cache.
5144         * HttpCachePolicy.cs: Expose a pages cache expire time.
5145         
5146 2003-11-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5147
5148         * HttpResponse.cs: 
5149         * HttpWriter.cs: some fixes to allow closing a response stream without
5150         messing the rest.
5151
5152 2003-11-13  Jackson Harper  <jackson@ximian.com>
5153
5154         * HttpCachePolicy.cs: Make sure cacheability and maxage get
5155         set. Add method to set Http response header data
5156         * HttpCacheVaryByParams.cs: Add method to create a response header.
5157         * HttpCacheability.cs: Add ServerAndPrivate and ServerAndNoCache.
5158         * HttpResponse.cs: Set cache headers.
5159         
5160 2003-11-11 Ben Maurer  <bmaurer@users.sourceforge.net>
5161
5162         * HttpModuleCollection.cs (GetKey): Recursion, again!
5163
5164 2003-11-11 Ben Maurer  <bmaurer@users.sourceforge.net>
5165
5166         * HttpClientCertificate.cs (ValidUntil): recursion!
5167
5168 2003-11-08 Ben Maurer  <bmaurer@users.sourceforge.net>
5169
5170         * SiteMapNode.cs (GetDataSourceView): Implement.
5171         * SiteMapProvider.cs: Typo fixing.
5172         * XmlSiteMapProvider.cs: We shouldnt resolve here.
5173         
5174 2003-11-08 Ben Maurer  <bmaurer@users.sourceforge.net>
5175
5176         * SiteMap.cs (Init): implement a hack that doesnt need the config
5177         stuff. Should do that later.
5178         * SiteMapNodeCollection (OnValidate): Fix recursion.
5179         * SiteMapProvider.cs: We dont implement some culture stuff work
5180         around it. Fix typo.
5181         * XmlSiteMapProvider.cs: Added.
5182         
5183 2003-11-07 Ben Maurer  <bmaurer@users.sourceforge.net>
5184
5185         * ISiteMapProvider.cs:
5186         * SiteMap.cs:
5187         * SiteMapNode.cs:
5188         * SiteMapNodeCollection.cs:
5189         * SiteMapProvider.cs:
5190         * SiteMapProviderCollection.cs: V2 sitemap related stuff.
5191
5192 2003-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5193
5194         * HttpRequest.cs: don't attempt to read more bytes than specified
5195         content length.
5196
5197 2003-11-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5198
5199         * HttpRequest.cs:
5200         * HttpResponse.cs:
5201         * HttpUtility.cs:
5202         * HttpValueCollection.cs: encoding fixes/updates.
5203
5204         * HttpWriter.cs: when updating the encoding, flush the existing stream.
5205         Encoding updates.
5206
5207 2003-11-04 Ben Maurer  <bmaurer@users.sourceforge.net>
5208
5209         * HttpContext.cs (IsCustomErrorEnabled): dont throw exception, just
5210         return false (which makes sense, as the custom errors *arent* enabled;
5211         ie they dont work.
5212         * HttpResponseStream.cs: you actually can write with len = 0
5213
5214 2003-11-03 Jackson Harper <jackson@ximian.com>
5215
5216         * HttpResponse.cs (ContentEncoding): Throw
5217         ArgumentNullException. Patch by Yaron Shkop.
5218         
5219 2003-10-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
5220
5221         * HttpMultipartContentParser.cs : Quick fix for cygwin build. 
5222           CSC complains that constant char cannot be casted as byte.
5223
5224 2003-10-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5225
5226         * HttpApplication.cs: added AssemblyLocation property.
5227
5228 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5229
5230         * HttpApplicationFactory.cs: use NoParamsInvoker.
5231         * HttpRequest.cs: support request filters.
5232         * HttpRequestStream.cs: mono-stylized and added new Set method.
5233
5234         * NoParamsInvoker.cs: proxy class to invoke user-provided methods
5235         without parameters that are invoked by EventHandlers.
5236
5237 2003-10-13  Lluis Sanchez Gual <lluis@ximian.com>
5238
5239         * HttpResponse.cs: Changed harcoded switch to en-US culture to a switch
5240           to invariant culture.
5241
5242 2003-10-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5243
5244         * HttpResponse.cs:
5245         * HttpServerUtility.cs: change the response writer in Execute. Thanks
5246         to Rich Alimi <rich@velvetsea.net> for noticing this.
5247
5248 2003-10-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5249
5250         * HttpApplicationFactory.cs: support for wiring up events without
5251         parameters.
5252
5253 2003-10-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5254
5255         * HttpUtility.cs: small memory usage reduction.
5256
5257 2003-10-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5258
5259         * HttpApplication.cs: pass the Uri, not the file path to
5260         when looking for a handler.
5261
5262 2003-09-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5263
5264         * HttpRequest.cs: small fix needed when reading big POST data.
5265
5266 2003-09-04  Lluis Sanchez Gual <lluis@ximian.com>
5267
5268         * HttpRequest.cs: Url property: use GetLocalAddress() to get the address
5269           (this will get the address from the request headers).
5270
5271 2003-09-04  Lluis Sanchez Gual <lluis@ximian.com>
5272
5273         * HttpServerUtility.cs: In Transfer(), preserve the query string if
5274           told to do so.
5275
5276 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5277
5278         * HttpApplication.cs: ensure we do all the EndRequest steps. Don't
5279         filter the output on error.
5280         
5281         * HttpResponse.cs: modified DoFilter to allow bypassing filtering.
5282
5283 2003-08-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5284
5285         * HttpApplication.cs: when the request is completed or an
5286         error happens, execute all the delegates attached to EndRequest, not
5287         only the last one. This makes xsp/test/authtest work again.
5288         
5289         * HttpMethodNotAllowedHandler.cs: fixed description for http
5290         status code.
5291
5292 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5293
5294         * HttpRequest.cs: quick way of checking that the path is within the
5295         root for the application. Thanks to Johannes for reporting.
5296         
5297         * HttpRuntime.cs: use the status code from teh exception when it'ss a
5298         HttpException.
5299
5300         * StaticFileHandler.cs: forbidden is 403.
5301
5302 2003-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5303
5304         * HttpServerUtility.cs: fixed path and query. Path by Rich Alimi
5305         <rich@velvetsea.net>.
5306
5307 2003-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5308
5309         * HttpException.cs: make the unhandled error more like the MS one.
5310         * HttpRuntime.cs: set a 500 error code on unhandled exceptions.
5311
5312 2003-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5313
5314         * HttpResponse.cs: flush headers when the body length is 0.
5315         * StaticFileHandler.cs: added If-Modified-Since handling patch slightly
5316         modified from the original by Piers Haken <piersh@friskit.com>.
5317
5318 2003-08-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5319
5320         * HttpResponse.cs: another patch from totte and me. This one prevents
5321         writing output if the client have disconnected and filters the data
5322         when there's a non-final Flush in the middle of the process.
5323
5324 2003-08-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5325
5326         * HttpApplication.cs: fixed typos. Closes bug #44197.
5327
5328 2003-08-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5329
5330         * HttpApplication.cs:
5331         * HttpApplicationFactory.cs: fix duplicate application OnStart events.
5332
5333         Patch by Patrik Torstensson.
5334
5335 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5336
5337         * HttpApplicationFactory.cs: use the correct Delegate.CreateDelegate
5338         overload. The previous one only admits static methods.
5339
5340 2003-08-01  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
5341
5342         * ProcessModelInfo.cs: Fixed signature
5343
5344 2003-07-30  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
5345
5346         * WebCategoryAttribute.cs: Implemented localization
5347         * WebSysDescriptionAttribute.cs: Implemented localization
5348
5349 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5350
5351         * HttpRuntime.cs: also clear the headers that may have been set upon
5352         error processing the request.
5353
5354 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5355
5356         * HttpResponseStreamProxy.cs: reformatted. Fixed infinite recursion in
5357         Write method.
5358
5359         * HttpWriter.cs: flush the filter after writing.
5360
5361 2003-07-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5362
5363         * HttpWriter.cs: avoid duplicating the MemoryStream byte buffer.
5364
5365 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5366
5367         * HttpContext.cs: Session doesn't have a setter.
5368
5369         * HttpResponse.cs: Request is private.
5370
5371 2003-07-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5372
5373         * HttpRequest.cs: fixed Headers property. It was getting known headers
5374         values instead of known headers names.
5375
5376 2003-07-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5377
5378         * HttpApplication.cs: prevent nullref if an error happens before context
5379         is set.
5380         * HttpException.cs: small fix in the stack trace sent.
5381         * HttpUtility.cs: the lock is not needed.
5382
5383 2003-06-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5384
5385         * HttpRequest.cs: added REMOTE_PORT.
5386         * HttpValueCollection.cs: fixed bug #45490.
5387
5388 2003-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5389
5390         * HttpApplication.cs:
5391         * HttpApplicationFactory.cs: fire application start and session
5392         start/end events.
5393
5394 2003-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5395
5396         * HttpException.cs: encode as HTML the inner exception that
5397         is appended as a comment at the end of error pages.
5398
5399 2003-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5400
5401         * HttpWriter.cs: don't do anything in Flush. Fixes #42249.
5402
5403 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5404
5405         * HtmlizedException.cs: added more virtual methods.
5406
5407         * HttpException.cs:  some work on the output when there's a source
5408         file present.
5409
5410 2003-04-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5411
5412         * HtmlizedException.cs: simplified to cope with the new interface.
5413
5414         * HttpApplicationFactory.cs: use the application file parser to get the 
5415         application Type.
5416         
5417         * HttpException.cs: small changes. Needs some more work on
5418         ParseExceptions.
5419         
5420 2003-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5421
5422         * HttpRequest.cs: fixed Url property.
5423
5424 2003-03-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5425
5426         * HtmlizedException.cs:
5427         * HttpException.cs: display the correct line number in error messages.
5428
5429 2003-03-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5430
5431         * HttpCachePolicy.cs: implemented all TODOs.
5432         * HttpRequestStream.cs: make it internal.
5433
5434 2003-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5435
5436         * HttpContext.cs: implemented RewritePath in other way.
5437         * HttpRequest.cs: removed SetPhysicalPath and added SetForm.
5438         * HttpServerUtility.cs: implemented Transfer (string, bool).
5439
5440 2003-03-16  Daniel Lopez Ridruejo <daniel @ rawbyte.com>
5441         * HttpContext.cs : Implemented RewritePath
5442         * HttpRequest.cs : Added internal function SetPhysicalPath
5443
5444 2003-03-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5445
5446         * HttpServerUtility.cs: implemented Transfer ().
5447
5448 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5449
5450         * HttpRuntime.cs: Cache no longer have a Dispose method.
5451
5452         * HttpServerUtility.cs: removed MonoTODO.
5453
5454 2003-03-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5455
5456         * HttpHelper.cs: store the values in an ArrayList to get them in correct
5457         order.
5458
5459 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5460
5461         * HttpApplicationFactory.cs: Global.asax takes precedence over
5462         global.asax if it exists.
5463
5464         * HttpRequest.cs: use allowCrossAppMapping in MapPath.
5465
5466 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5467
5468         * HttpApplication.cs: CreateHttpHandler is now internal.
5469
5470         * HttpRequest.cs: allow setting QueryStringRaw, which
5471         invalidates the data obtained from the previous value. Added internal
5472         SetFilePath method.
5473
5474         * HttpServerUtility.cs: implemented Execute and GetLastError.
5475
5476 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5477
5478         * HttpServerUtility.cs: style.
5479
5480 2003-02-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5481
5482         * HttpApplication.cs: only execute the EndRequest step on error
5483         condition or request marked as completed. This prevent page events from
5484         being called when, for example, the url authorization module forbids
5485         the request.
5486
5487 2003-02-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5488
5489         * HttpRequest.cs: implemented the indexer.
5490
5491 2003-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5492
5493         * HtmlizedException.cs: base class for exceptions that makes it easy to
5494         generate error pages.
5495
5496         * HttpException.cs: improved error displaying.
5497
5498         * HttpRuntime.cs: removed debugging output.
5499
5500 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5501
5502         * HttpApplication.cs: display the error instead of hanging when we get
5503         any error before the last step of the request.
5504
5505 2003-02-04  Tim Haynes <thaynes@openlinksw.com>
5506
5507         * HttpApplicationFactory.cs: fixed HttpRuntime.Close() to decrement
5508         instance counter.
5509
5510 2003-01-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5511
5512         * HttpRequest.cs: added BaseVirtualDir property and use it in MapPath.
5513
5514 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5515
5516         * HttpRequest.cs: implemented CurrentExecutionFilePath.
5517
5518 2003-01-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5519
5520         * HttpApplication.cs: keep _lasterror if no context. Attach
5521         application events *after* modules initialization (if not, User is not
5522         set when the user handler is called).
5523         
5524         * HttpApplicationFactory.cs: made all methods related to
5525         AttachEvents static. I will fix OnStart/OnEnd for application and
5526         session later.
5527         
5528         * HttpRequest.cs: don't initialize cookies twice.
5529
5530 2003-01-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5531
5532         * HttpResponse.cs:
5533         (ApplyAppPathModifiers): return the root directory for "".
5534
5535 2003-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5536
5537         * HttpUtility.cs: fixed HtmlDecode to avoid ArgumentOutOfRangeException.
5538
5539 2003-01-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5540
5541         * HttpApplication.cs: added new state to handle default authentication.
5542
5543 2003-01-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5544
5545         * HttpContext.cs: removed hack to get the User.
5546
5547 2003-01-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5548
5549         * HttpUtility.cs: fixed bug #36038. Thanks to juancri@tagnet.org for
5550         reporting the bug and how to fix it.
5551
5552 2002-12-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5553
5554         * HttpCookie.cs: send 'expires' in the header.
5555
5556 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5557
5558         * HttpValueCollection.cs: patch from Botjan Vizin 
5559         <bostjan.vizin@siol.net> that implements ToString (bool).
5560
5561 2002-12-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5562
5563         * HttpApplicationFactory.cs: add the context as parameter when building
5564         the application Type.
5565         
5566         * HttpCookie.cs: new internal constructor.
5567         * HttpCookieCollection.cs: new internal method to make a cookie expire.
5568
5569         * HttpRequest.cs: MapPath fixes.
5570         * HttpResponse.cs: implemented ApplyAppPathModifier.
5571         * HttpRuntime.cs: fixed typo in AppDomainAppVirtualPath.
5572
5573 2002-12-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5574
5575         * HttpContext.cs: hack to create a default user when there's no one.
5576         Implemented GetConfig (string).
5577
5578         * HttpRequest.cs: fixes to MapPath (string).
5579
5580 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5581
5582         * HttpRuntime.cs: avoid nulls and exception when getting resource
5583         format strings.
5584
5585         * StaticFileHandler.cs: added file name to error message.
5586
5587 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5588
5589         * HttpResponse.cs: avoid sending chunked content for HTTP/1.1.
5590
5591 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5592
5593         * HttpApplicationFactory.cs: get the events from the application class,
5594         fire Application/Session Start/End and add the others as application
5595         events.
5596
5597 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5598
5599         * HttpApplicationFactory.cs: compile global.asax file if it exists.
5600
5601 2002-11-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5602
5603         * HttpRequest.cs: provide a default Browser until we detect it.
5604         * HttpResponse.cs:
5605         (End): do not close the connection here.
5606         (Flush (bool)): send the headers when, for example, Redirect () is
5607         called.
5608
5609 2002-11-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5610
5611         * HttpException.cs: simple error output.
5612
5613 2002-11-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5614
5615         * HttpApplication.cs: style.
5616         * HttpException.cs: style.
5617         * HttpRuntime.cs: only flush the response if there are no errors.
5618         Otherwise, write an error output.
5619         * HttpWriter.cs: change Unicode to UTF8.
5620
5621 2002-11-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5622
5623         * HttpApplication.cs: don't begin the request using ExecuteNextAsync
5624         (it fails to work on NetServ).
5625
5626         * HttpWorkerRequest.cs: typo.
5627
5628 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5629
5630         * HttpValueCollection.cs: the value may contain trailing '=' as it is
5631         UrlEncoded. Don't split name=value based on '='.
5632
5633 2002-11-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5634
5635         * HttpCookie.cs: made GetCookieHeader internal.
5636
5637         * HttpRequest.cs: get cookies from request.
5638
5639         * HttpResponse.cs: send cookies. Implemented
5640         AddFileDependencies (). Added check for _Writer == null in Flush
5641         (Patrik ;-). Clear the content if HEAD or SupressContent == true.
5642         Removed redirect hack used in old server.
5643
5644 2002-10-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5645
5646         * HttpRequest.cs: fixed GetRawContent (). Now it only tries to read at
5647         most ContentLength bytes.
5648
5649         * HttpResponse.cs: now it sends the headers. Added
5650         X-Powered-By header :-).
5651
5652         * HttpRuntime.cs: fixed typo.
5653
5654         * HttpValueCollection.cs: cosmetic changes.
5655
5656 2002-10-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5657
5658         * HttpApplication.cs: reenabled a few lines of code
5659         (ThreadPool already fixed). 
5660         
5661         * HttpRequest.cs:
5662         * HttpResponse.cs:
5663         * HttpUtility.cs:
5664         * HttpValueCollection.cs:
5665         * HttpWriter.cs: Use WebEncoding.Encoding.
5666
5667 2002-10-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5668
5669         * HttpWriter.cs: changed encoding of the writer from Unicode to UTF8.
5670         This fixes sending bytes and allows mixing byte with chars.
5671
5672 2002-10-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5673
5674         * HttpResponse.cs: implemented WriteFile methods.
5675         * MimeTypes.cs: removed duplicated entries.
5676
5677 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5678
5679         * HttpResponse.cs: don't throw exception in a couple of
5680         methods not yet implemented.
5681
5682 2002-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5683
5684         * HttpApplication.cs: fixed type and handle factories when creating
5685         IHttpHandler for a request.
5686
5687 2002-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5688
5689         * HttpApplication.cs: use handlers from configuration.
5690         * HttpContext.cs: get handlers from ConfigurationSettings.
5691
5692 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5693
5694         * HttpMethodNotAllowedHandler.cs:
5695         * HttpRuntime.cs:
5696         * StaticFileHandler.cs: Modified file.
5697
5698         * HttpUtility.cs: implemented all missing methods.
5699
5700
5701 2002-09-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5702
5703         * System.Web/HttpApplication.cs: use the static file handler.
5704         * System.Web/HttpForbiddenHandler.cs: handler to forbid access.
5705         * System.Web/HttpMethodNotAllowedHandler.cs: handler for method not
5706         allowed.
5707         
5708         * System.Web/HttpUtility.cs: finished all UrlDecode methods.
5709         * System.Web/MimeTypes.cs: map from file extension to MIME type.
5710         * System.Web/StaticFileHandler.cs: serves static files
5711
5712 2002-09-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5713
5714         * System.Web/HttpApplication.cs:
5715         * System.Web/HttpApplicationFactory.cs:
5716         * System.Web/HttpRequest.cs:
5717         * System.Web/HttpRuntime.cs: we are now able to compile pages and use
5718         HttpApplication, HttpRuntime and SimpleWorkerRequest.
5719
5720 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5721
5722         * HttpApplication.cs: added some missing methods.
5723         * HttpApplicationFactory.cs: get event handlers for the application.
5724         * HttpAsyncResult.cs: little fixes.
5725         * HttpRequest.cs: make Encoding work even with no worker request.
5726
5727 2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5728
5729         * HttpWorkerRequest.cs: mcs doesn't go crazy. It's just me, that forgot
5730         to add HttpMapPath to the list file...
5731
5732 2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5733
5734         * HttpWorkerRequest.cs: fixes compilation with mcs. I will add a bug
5735         report when i get a test case.
5736
5737 2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5738
5739         * HttpApplicationFactory.cs:
5740         * HttpCachePolicy.cs:
5741         * HttpResponseHeader.cs:
5742         * HttpResponseStream.cs:
5743         * HttpResponseStreamProxy.cs:
5744         * HttpValueCollection.cs: misc. fixes based on class status page.
5745
5746         * IHttpMapPath.cs: New file.
5747
5748         * HttpRequest.cs: implemented ContentEncoding.
5749         * HttpWorkerRequest.cs: mono-stylized and implemented
5750         SendResponseFromMemory.
5751
5752 2002-08-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5753
5754         * HttpContext.cs: reformatted.
5755         * HttpStaticObjectsCollection.cs: implemented GetEnumertor, CopyTo and
5756         the indexer.
5757
5758 2002-08-05  Patrik Torstensson <ptorsten@hotmail.com>
5759
5760         * HttpApplication.cs: Implemented a state machine to allow handling of
5761         HttpModules and HttpHandlers. Implementation of async handlers. 
5762                                                                  
5763         * HttpApplicationFactory.cs: Factory for creating HttpApplication
5764         instances, including caching.
5765         
5766         * HttpRuntime.cs: Usage of the new HttpApplicationFactory to get a
5767         application instance to execute requests in and implementation of 
5768         request execution (still no request queue). 
5769                                                          
5770         * HttpAsyncResult.cs: New file to handle async module results.                                          
5771                                                          
5772         * HttpRequest.cs: Change signature of Dispose
5773         * HttpResponse.cs: new internal method allowing filtering to happen
5774         during the request flow in the state machine.
5775
5776 2002-07-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5777
5778         * HttpApplication.cs: events were not being initialized.
5779
5780 2002-07-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5781
5782         * ProcessModelInfo.cs: fixed compilation.
5783
5784 2002-07-25  Tim Coleman <tim@timcoleman.com>
5785         * ProcessModelInfo.cs:
5786                 New class added
5787         * HttpParseException.cs:
5788         * HttpCompileException.cs:
5789         * HttpUnhandledException.cs:
5790                 Internal constructors added to these
5791
5792 2002-07-24  Tim Coleman <tim@timcoleman.com>
5793         * ProcessInfo.cs: 
5794                 Fix constructor, reference to shutdownreason.
5795
5796 2002-07-24  Tim Coleman <tim@timcoleman.com>
5797         * HttpCachePolicy.cs:
5798                 Added stubbs to this class.
5799         * HttpCacheability.cs:
5800         * HttpCacheRevalidation.cs:
5801         * HttpValidationStatus.cs:
5802         * ProcessShutdownReason.cs:
5803         * ProcessStatus.cs:
5804         * TraceMode.cs:
5805                 Reorder the enumerations (and in some cases make
5806                 one-based) in order to agree with the .NET 
5807                 implementation, based on the class status page.
5808         * ProcessInfo.cs:
5809                 Implementation of this class.
5810
5811 2002-07-23  Tim Coleman <tim@timcoleman.com>
5812         * HttpCompileException.cs:
5813         * HttpParseException.cs:
5814         * HttpUnhandledException.cs:
5815                 New stubbs created.
5816         * HttpApplication.cs:
5817         * HttpBrowserCapabilities.cs:
5818                 Added missing methods stubbs and attributes based
5819                 on the class status page.  Also reformatted some
5820                 source for consistency.
5821
5822 2002-07-23  Tim Coleman <tim@timcoleman.com>
5823         * HttpUtility.cs: Moved entities hashtable into main
5824                 class as a static object, so we don't instantiate
5825                 a new one every time.  Also put the hashtable
5826                 building into a lock block.
5827
5828 2002-07-22  Tim Coleman <tim@timcoleman.com>
5829         * HttpUtility.cs: Cleanup of the code, implementation
5830                 of HtmlDecode/HtmlEncode functions
5831
5832 2002-07-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5833
5834         * HttpResponse.cs: quick&dirty hack to make redirection work. Should
5835         be out of there once we have SimpleWorkerRequest.
5836
5837 2002-07-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5838
5839         * HttpUtility.cs: little typo, big headache.
5840
5841 2002-07-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5842
5843         * HttpRuntime.cs: don't throw NotImplemented in a couple of methods.
5844
5845 2002-06-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5846
5847         * System.Web/HttpResponse.cs: 
5848
5849         Fixes based on class status page:
5850         
5851                 - Add attributes (DefaultEvent, ParseChildren).
5852                 - Fix declarations.
5853                 - Explicitly implement some interfaces (IPostBackDataHandler
5854                 and IPostBackEventHandler).
5855                 - Implemented some missing methods.
5856
5857 2002-06-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5858
5859         * HttpContext.cs:
5860         (Session): return null instead of throwing an exception.
5861
5862         * HttpRequest.cs:
5863         (HttpMethod): return RequestType if not set.
5864         (GetRawContent): return QueryString if we don't have a
5865         HttpWorkerRequest.
5866
5867         * HttpUtility.cs: fixed Decode and Encode.
5868
5869 2002-06-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5870
5871         * HttpApplication.cs:
5872         * HttpContext.cs: added System.Web.SessionState namespace.
5873
5874         * HttpSessionState.cs: removed. It is under
5875         System.Web.SessionState.
5876
5877 2002-06-10  Duncan Mak  <duncan@ximian.com>
5878
5879         * HttpBrowserCapabilities.cs (BackgroundSounds): Fixed typo.
5880
5881 2002-06-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5882
5883         * HttpRequest.cs: implemented Browser property.
5884
5885 2002-06-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5886
5887         * HttpBrowserCapabilities.cs: stubbed out.
5888
5889 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
5890
5891         * HttpRuntime.cs: Reformat file.
5892
5893 2002-05-07  Duncan Mak  <duncan@ximian.com>
5894
5895         * HttpBrowserCapabilities.cs: Added, replacing
5896         HttpBrowserCapabilites because of typo.
5897
5898         * HttpBrowserCapabilites.cs: Removed, replaced by above.
5899
5900         * HttpRequest.cs (Browser): Fixed typo.
5901
5902 2002-04-12  Patrik Torstensson <patrik.torstensson@labs2.com>
5903
5904         * HttpApplication.cs: Minor updates
5905         * HttpApplicationState.cs: Ready.
5906         * HttpClientCertificate.cs: Signature updates
5907         * HttpValueCollection.cs: ready
5908         * HttpStaticObjectsCollection.cs: ready
5909         * HttpResponseHeader.cs: made internal only
5910         * HttpResponse.cs: Signature updates
5911         * HttpPostedFile.cs: ready
5912         * HttpCacheVaryByHeaders.cs: ready (except communication to policy)
5913         * HttpCacheVaryByParams.cs: ready (except communication to policy)
5914         
5915         System.Web is now over 60% ready.. 
5916
5917 2002-04-11  Patrik Torstensson <patrik.torstensson@labs2.com>
5918
5919         * HttpException.cs: 95% ready, only windows dependent code left
5920         * HttpFileCollection.cs: Finished.
5921         * HttpRequest.cs: Minor fixes and fixed signature problems
5922         * HttpResponse.cs: Implementation of missing methods and signature problems
5923         * HttpResponseHeader.cs: Fixed signature problems
5924         * HttpRuntime.cs: Fixed signature problems
5925         * HttpServerUtility.cs: Added support for HttpApplication
5926         * HttpSessionState.cs: Fixed signature issues
5927         * HttpUtility.cs: fixed signature issues
5928         * HttpValueCollection.cs: Support for cookie parsing and fixed signature issues
5929         * HttpWorkerRequest.cs: Fixed small signature issue
5930         * HttpWriter.cs: Fixed signature issue
5931         * HttpApplication.cs: Basic implementation
5932         * HttpApplicationState.cs: Small fixes to support major change comming up
5933         * HttpBrowserCapabilities.cs: Added Type method
5934         * HttpClientCertificate.cs: Almost ready, needs to parse certificate.
5935         * HttpContext.cs: Fixed signature issues and added last methods.
5936         * HttpCookie.cs: Full implementation
5937         * HttpCookieCollection.cs: Full implementation
5938         * TraceContext.cs: Methods implemented.
5939         * HttpPostedFile.cs: Placeholder
5940         * HttpStaticObjectsCollection.cs: Placeholder
5941         * HttpModuleCollection.cs: Ready, will be used during the major revamp.
5942         
5943         * Fixed a number of other small signature problems also (class status page)
5944         
5945         
5946 2002-04-10  Patrik Torstensson <patrik.torstensson@labs2.com>
5947
5948     * HttpWorkerRequest.EndOfSendNotification.cs Removed (included in WorkerRequest)
5949     * Checkin of all new files (noted in last changenote)
5950
5951 2002-04-10  Patrik Torstensson <patrik.torstensson@labs2.com>
5952
5953     * HttpContext.cs: First implementation (basic support, few methods left to impl)
5954     * HttpException.cs: Partial implementation (basic support)
5955     * HttpHelper.cs: Header parse helper, used by runtime (non public)
5956     * HttpRequest.cs: Implementation (all methods there, not all fully impl)
5957     * HttpRequestStream.cs: Full implementation
5958     * HttpResponse.cs: Partial implementation(almost all methods)
5959     * HttpResponseHeader.cs: Header helper
5960     * HttpResponseStream.cs: Full implementation - Response stream support
5961     * HttpResponseStreamProxy.cs: Implementation - filter support
5962     * HttpRuntime.cs: Rewrite to support one IHttpModule (use for testing the runtime)
5963         * HttpServerUtility.cs: Implemented usage of HttpContext for methods
5964                                 and moved encoding functions to HttpUtility.
5965
5966     * HttpUtility.cs: Added encoding/decoding functions from HttpServerUtility and
5967                       added the Attribute encoding functions.
5968
5969     * HttpValueCollection.cs: Implementation.
5970     * HttpWorkerRequest.cs: Rewrite and implementation of all methods (ready)
5971     * HttpWriter.cs: Implementation (with filter support)    
5972
5973     * HttpFileCollection: Added dummy class (placeholder)
5974     * HttpApplication.cs: Added dummy class (placeholder)
5975     * HttpApplicationState.cs: Added dummy class (placeholder)
5976     * HttpBrowserCapabilities.cs: Added dummy class (placeholder)
5977     * HtttpCachePolicy.cs: Added dummy class (placeholder)
5978     * HttpClientCertificate.cs: Added dummy class (placeholder)
5979     * HttpSessionState.cs: Added dummy class (placeholder)
5980     * TraceContext.cs: Added dummy class (placeholder)
5981     
5982
5983 2002/04/10  Nick Drochak <ndrochak@gol.com>
5984
5985         * HttpServerUtility.cs: Fix build breaker.
5986
5987 2002-03-28  Wictor Wiln  <wictor@iBizkit.se>
5988
5989         * HttpServerUtils.cs : Added some more functionality
5990         
5991 2002-03-28  Martin Baulig  <martin@gnome.org>
5992
5993         * HttpServerUtils.cs (UrlDecode): You cannot implicitly cast a
5994         char to a string, use ToString() instead.
5995
5996 2002-03-16  Gaurav Vaish  <gavish@iitk.ac.in>
5997
5998         * WebCategoryAttribute.cs
5999                                : Added private attribute.
6000
6001 2002-03-16  Gaurav Vaish  <gavish@iitk.ac.in>
6002
6003         * HttpRuntime.cs       : Stubbed methods for
6004                   FormatStringResource(...) in agreement with the various
6005                   overloads available at String.Format(...)
6006
6007 2002-01-08  Gaurav Vaish  <gavish@iitk.ac.in>
6008
6009         * TODOAttribute.cs     : Added, as an internal class to the assembly
6010
6011 2002-01-03  Nick Drochak  <ndrochak@gol.com>
6012
6013         * HttpRuntime.cs: remove uneeded exception variable from catch and
6014         initialize remaining instance members to avoid compile warnings
6015
6016 2002-01-02  Nick Drochak  <ndrochak@gol.com>
6017
6018         * HttpRuntime.cs: fix spelling error/variable name change.
6019
6020 2001-12-18  Gaurav Vaish <gvaish@iitk.ac.in>
6021
6022         * HttpRuntime.cs       : Initial implementation
6023
6024 2001-08-29  Bob Smith  <bob@thestuff.net>
6025
6026         * HttpWorkerRequest.cs: Partial Implementation.
6027
6028 2001-08-16  Bob Smith  <bob@thestuff.net>
6029
6030          * HttpCookieCollection.cs, HttpCookie.cs: Bug fixes.
6031
6032 2001-08-09  Bob Smith  <bob@thestuff.net>
6033
6034          * BeginEventHandler.cs: Implemented.
6035          * EndEventHandler.cs: Implemented.
6036          * HttpCacheability.cs: Implemented.
6037          * HttpCacheRevalidation.cs: Implemented.
6038          * HttpCacheValidateHandler.cs: Implemented.
6039          * HttpCookieCollection.cs: Implemented.
6040          * HttpCookie.cs: Implemented.
6041          * HttpValidationStatus.cs: Implemented.
6042          * HttpWorkerRequest.EndOfSendNotification.cs: Implemented.
6043          * IHttpAsyncHandler.cs: Implemented.
6044          * IHttpHandler.cs: Implemented.
6045          * IHttpHandlerFactory.cs: Implemented.
6046          * IHttpModule.cs: Implemented.
6047          * ProcessShutdownReason.cs: Implemented.
6048          * ProcessStatus.cs: Implemented.
6049          * TraceMode.cs: Implemented.