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