File: team-list.html

package info (click to toggle)
commons-httpclient 3.1-11%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 19,344 kB
  • ctags: 68,956
  • sloc: java: 30,282; xml: 855; makefile: 15
file content (574 lines) | stat: -rw-r--r-- 33,397 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>HttpClient - Project Team</title><style type="text/css" media="all">
          @import url("./style/maven-base.css");
          
          @import url("./style/maven-theme.css");@import url("./style/project.css");</style><link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta><script type="text/javascript">
            function offsetDate(id, offset) {
              var now = new Date() ;
              var nowTime = now.getTime() ;
              var localOffset = now.getTimezoneOffset() ;
              var developerTime = nowTime + (offset * 60 * 60 * 1000) + (localOffset * 60 * 1000) ;
              var developerDate = new Date(developerTime) ;

              document.getElementById(id).innerHTML = developerDate;
            }

            function init() {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                }
        </script></head><body class="composite" onload="init();"><div id="banner"><a href="http://jakarta.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://jakarta.apache.org/images/jakarta-logo.gif"></img></a><a href="http://jakarta.apache.org/httpcomponents/httpclient-3.x/" id="projectLogo"><img alt="HttpClient" src="./images/httpclient_logo.png"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">Last published: 18 August 2007
                <span class="separator">|</span>Doc for  3.1
                </div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuOverview"><h5>Overview</h5><ul><li class="none"><a href="features.html">Features</a></li><li class="none"><a href="news.html">News</a></li><li class="none"><a href="status.html">Status</a></li><li class="none"><a href="downloads.html">Download</a></li><li class="none"><a href="http://wiki.apache.org/jakarta-httpclient/" class="externalLink" title="External Link">Wiki</a></li><li class="expanded"><a href="userguide.html">User Guide</a><ul><li class="none"><a href="authentication.html">Authentication Guide</a></li><li class="none"><a href="charencodings.html">Character Encodings</a></li><li class="none"><a href="cookies.html">Cookies</a></li><li class="none"><a href="exception-handling.html">Exception Handling</a></li><li class="none"><a href="logging.html">Logging Guide</a></li><li class="none"><a href="methods.html">Methods</a></li><li class="none"><a href="performance.html">Optimization Guide</a></li><li class="none"><a href="preference-api.html">Preference Architecture</a></li><li class="none"><a href="redirects.html">Redirects Handling</a></li><li class="none"><a href="http://svn.apache.org/viewvc/jakarta/httpcomponents/oac.hc3x/trunk/src/examples/" class="externalLink" title="External Link">Sample Code</a></li><li class="none"><a href="sslguide.html">SSL Guide</a></li><li class="none"><a href="threading.html">Threading</a></li><li class="none"><a href="troubleshooting.html">Trouble Shooting</a></li><li class="none"><a href="tutorial.html">Tutorial</a></li></ul></li><li class="none"><a href="developerguide.html">Developer Guide</a></li></ul></div><div id="menuProject_Documentation"><h5>Project Documentation</h5><ul><li class="none"><a href="index.html">About</a></li><li class="expanded"><a href="project-info.html">Project Info</a><ul><li class="none"><a href="mail-lists.html">Mailing Lists</a></li><li class="none"><strong><a href="team-list.html">Project Team</a></strong></li><li class="none"><a href="dependencies.html">Dependencies</a></li><li class="none"><a href="scm-usage.html">Source Repository</a></li><li class="none"><a href="issue-tracking.html">Issue Tracking</a></li></ul></li><li class="collapsed"><a href="maven-reports.html">Project Reports</a></li><li class="none"><a href="development-process.html">Development Process</a></li></ul></div><div id="legend"><h5>Legend</h5><ul><li class="externalLink">External Link</li><li class="newWindow">Opens in a new window</li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="./images/logos/mavenlogo_builtby_w.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="The_Team"></a><h2>The Team</h2>
            <p>
                A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.
            </p>

            <p>
                The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.
            </p>

            <div class="subsection"><a name="Members"></a><h3>Members</h3>
                                <p>
                    The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.  
                </p>
                <table class="bodyTable">
                    <thead>
                        <tr class="a">
                            <th>
                                Name
                            </th>
                            <th>
                                Id
                            </th>
                            <th>
                                Email
                            </th>
                            <th>
                                Organization
                            </th>
                            <th>
                                Roles
                            </th>
                            <th>
                                TZ Offset
                            </th>
                            <th>
                                Time
                            </th>
                        </tr>
                    </thead>
                    <tbody>
                                                <tr class="b">
                                                            <td>Michael Becke</td>
                                                        <td>
                                <a name="mbecke"></a>
                                mbecke
                            </td>
                            <td>
                                <a href="mailto:mbecke -at- apache.org">
                                    mbecke -at- apache.org
                                </a>
                            </td>
                            <td></td>
                            <td>
                                                                Release Prime
                                <br></br>
                                                                Java Developer
                                <br></br>
                                                            </td>
                            <td></td>
                            <td>
                                <span id="developer-mbecke">
                                    Unknown
                                </span>
                            </td>
                        </tr>
                                                <tr class="a">
                                                            <td>Jeff Dever</td>
                                                        <td>
                                <a name="jsdever"></a>
                                jsdever
                            </td>
                            <td>
                                <a href="mailto:jsdever -at- apache.org">
                                    jsdever -at- apache.org
                                </a>
                            </td>
                            <td>Independent consultant</td>
                            <td>
                                                                2.0 Release Prime
                                <br></br>
                                                                Java Developer
                                <br></br>
                                                            </td>
                            <td></td>
                            <td>
                                <span id="developer-jsdever">
                                    Unknown
                                </span>
                            </td>
                        </tr>
                                                <tr class="b">
                                                            <td>dIon Gillard</td>
                                                        <td>
                                <a name="dion"></a>
                                dion
                            </td>
                            <td>
                                <a href="mailto:dion -at- apache.org">
                                    dion -at- apache.org
                                </a>
                            </td>
                            <td>Multitask Consulting</td>
                            <td>
                                                                Java Developer
                                <br></br>
                                                            </td>
                            <td></td>
                            <td>
                                <span id="developer-dion">
                                    Unknown
                                </span>
                            </td>
                        </tr>
                                                <tr class="a">
                                                                                            <td>
                                    <a href="http://www.odi.ch/" class="externalLink" title="External Link">
                                        Ortwin Glueck
                                    </a>
                                </td>
                                                                                        <td>
                                <a name="oglueck"></a>
                                oglueck
                            </td>
                            <td>
                                <a href="mailto:oglueck -at- apache.org">
                                    oglueck -at- apache.org
                                </a>
                            </td>
                            <td></td>
                            <td>
                                                                Java Developer
                                <br></br>
                                                            </td>
                            <td></td>
                            <td>
                                <span id="developer-oglueck">
                                    Unknown
                                </span>
                            </td>
                        </tr>
                                                <tr class="b">
                                                            <td>Sung-Gu</td>
                                                        <td>
                                <a name="jericho"></a>
                                jericho
                            </td>
                            <td>
                                <a href="mailto:jericho -at- apache.org">
                                    jericho -at- apache.org
                                </a>
                            </td>
                            <td></td>
                            <td>
                                                                Java Developer
                                <br></br>
                                                            </td>
                            <td></td>
                            <td>
                                <span id="developer-jericho">
                                    Unknown
                                </span>
                            </td>
                        </tr>
                                                <tr class="a">
                                                            <td>Oleg Kalnichevski</td>
                                                        <td>
                                <a name="olegk"></a>
                                olegk
                            </td>
                            <td>
                                <a href="mailto:olegk -at- apache.org">
                                    olegk -at- apache.org
                                </a>
                            </td>
                            <td></td>
                            <td>
                                                                Java Developer
                                <br></br>
                                                            </td>
                            <td></td>
                            <td>
                                <span id="developer-olegk">
                                    Unknown
                                </span>
                            </td>
                        </tr>
                                                <tr class="b">
                                                            <td>Sean C. Sullivan</td>
                                                        <td>
                                <a name="sullis"></a>
                                sullis
                            </td>
                            <td>
                                <a href="mailto:sullis -at- apache.org">
                                    sullis -at- apache.org
                                </a>
                            </td>
                            <td>Independent consultant</td>
                            <td>
                                                                Java Developer
                                <br></br>
                                                            </td>
                            <td></td>
                            <td>
                                <span id="developer-sullis">
                                    Unknown
                                </span>
                            </td>
                        </tr>
                                                <tr class="a">
                                                            <td>Adrian Sutton</td>
                                                        <td>
                                <a name="adrian"></a>
                                adrian
                            </td>
                            <td>
                                <a href="mailto:adrian.sutton -at- ephox.com">
                                    adrian.sutton -at- ephox.com
                                </a>
                            </td>
                            <td>Intencha</td>
                            <td>
                                                                Java Developer
                                <br></br>
                                                            </td>
                            <td></td>
                            <td>
                                <span id="developer-adrian">
                                    Unknown
                                </span>
                            </td>
                        </tr>
                                                <tr class="b">
                                                            <td>Rodney Waldhoff</td>
                                                        <td>
                                <a name="rwaldhoff"></a>
                                rwaldhoff
                            </td>
                            <td>
                                <a href="mailto:rwaldhoff -at- apache">
                                    rwaldhoff -at- apache
                                </a>
                            </td>
                            <td>Britannica</td>
                            <td>
                                                                Java Developer
                                <br></br>
                                                            </td>
                            <td></td>
                            <td>
                                <span id="developer-rwaldhoff">
                                    Unknown
                                </span>
                            </td>
                        </tr>
                                            </tbody>
                </table>
                            </div>
            <div class="subsection"><a name="Contributors"></a><h3>Contributors</h3>
                                <p>
                    The following additional people have contributed to this project through the way of suggestions, patches or documentation.
                </p>
                <table class="bodyTable">
                    <thead>
                        <tr class="a">
                            <th>
                                Name
                            </th>
                            <th>
                                Email
                            </th>
                            <th>
                                Organization
                            </th>
                            <th>
                                Roles
                            </th>
                            <th>
                                TZ Offset
                            </th>
                            <th>
                                Time
                            </th>
                        </tr>
                    </thead>
                    <tbody>
                                                <tr class="b">
                                                        <td>Armando Anton</td>
                                                        <td>
                                                                <a href="mailto:armando.anton -at- newknow.com">
                                    armando.anton -at- newknow.com
                                </a>
                                                            </td>
                            <td></td>
                            <td>
                                                            </td>
                            <td></td>
                            <td>
                                <span id="contributor-Armando Anton">
                                    Unknown
                                </span>
                            </td>
                        </tr>
                                                <tr class="a">
                                                        <td>Sebastian Bazley</td>
                                                        <td>
                                                                <a href="mailto:sebb -at- apache.org">
                                    sebb -at- apache.org
                                </a>
                                                            </td>
                            <td></td>
                            <td>
                                                            </td>
                            <td></td>
                            <td>
                                <span id="contributor-Sebastian Bazley">
                                    Unknown
                                </span>
                            </td>
                        </tr>
                                                <tr class="b">
                                                        <td>Ola Berg</td>
                                                        <td>
                                                            </td>
                            <td></td>
                            <td>
                                                            </td>
                            <td></td>
                            <td>
                                <span id="contributor-Ola Berg">
                                    Unknown
                                </span>
                            </td>
                        </tr>
                                                <tr class="a">
                                                        <td>Sam Berlin</td>
                                                        <td>
                                                                <a href="mailto:sberlin -at- limepeer.com">
                                    sberlin -at- limepeer.com
                                </a>
                                                            </td>
                            <td></td>
                            <td>
                                                            </td>
                            <td></td>
                            <td>
                                <span id="contributor-Sam Berlin">
                                    Unknown
                                </span>
                            </td>
                        </tr>
                                                <tr class="b">
                                                        <td>Mike Bowler</td>
                                                        <td>
                                                            </td>
                            <td></td>
                            <td>
                                                            </td>
                            <td></td>
                            <td>
                                <span id="contributor-Mike Bowler">
                                    Unknown
                                </span>
                            </td>
                        </tr>
                                                <tr class="a">
                                                        <td>Samit Jain</td>
                                                        <td>
                                                                <a href="mailto:jain.samit -at- gmail.com">
                                    jain.samit -at- gmail.com
                                </a>
                                                            </td>
                            <td></td>
                            <td>
                                                            </td>
                            <td></td>
                            <td>
                                <span id="contributor-Samit Jain">
                                    Unknown
                                </span>
                            </td>
                        </tr>
                                                <tr class="b">
                                                        <td>Eric Johnson</td>
                                                        <td>
                                                                <a href="mailto:eric -at- tibco.com">
                                    eric -at- tibco.com
                                </a>
                                                            </td>
                            <td></td>
                            <td>
                                                            </td>
                            <td></td>
                            <td>
                                <span id="contributor-Eric Johnson">
                                    Unknown
                                </span>
                            </td>
                        </tr>
                                                <tr class="a">
                                                        <td>Christian Kohlschuetter</td>
                                                        <td>
                                                                <a href="mailto:ck -at- newsclub.de">
                                    ck -at- newsclub.de
                                </a>
                                                            </td>
                            <td></td>
                            <td>
                                                            </td>
                            <td></td>
                            <td>
                                <span id="contributor-Christian Kohlschuetter">
                                    Unknown
                                </span>
                            </td>
                        </tr>
                                                <tr class="b">
                                                        <td>Ryan Lubke</td>
                                                        <td>
                                                                <a href="mailto:Ryan.Lubke -at- Sun.COM">
                                    Ryan.Lubke -at- Sun.COM
                                </a>
                                                            </td>
                            <td></td>
                            <td>
                                                            </td>
                            <td></td>
                            <td>
                                <span id="contributor-Ryan Lubke">
                                    Unknown
                                </span>
                            </td>
                        </tr>
                                                <tr class="a">
                                                        <td>Sam Maloney</td>
                                                        <td>
                                                                <a href="mailto:sam.maloney -at- filogix.com">
                                    sam.maloney -at- filogix.com
                                </a>
                                                            </td>
                            <td></td>
                            <td>
                                                            </td>
                            <td></td>
                            <td>
                                <span id="contributor-Sam Maloney">
                                    Unknown
                                </span>
                            </td>
                        </tr>
                                                <tr class="b">
                                                        <td>Rob Di Marco</td>
                                                        <td>
                                                                <a href="mailto:rdimarco -at- hmsonline.com">
                                    rdimarco -at- hmsonline.com
                                </a>
                                                            </td>
                            <td></td>
                            <td>
                                                            </td>
                            <td></td>
                            <td>
                                <span id="contributor-Rob Di Marco">
                                    Unknown
                                </span>
                            </td>
                        </tr>
                                                <tr class="a">
                                                        <td>Juergen Pill</td>
                                                        <td>
                                                                <a href="mailto:Juergen.Pill -at- softwareag.com">
                                    Juergen.Pill -at- softwareag.com
                                </a>
                                                            </td>
                            <td></td>
                            <td>
                                                            </td>
                            <td></td>
                            <td>
                                <span id="contributor-Juergen Pill">
                                    Unknown
                                </span>
                            </td>
                        </tr>
                                                <tr class="b">
                                                        <td>Mohammad Rezaei</td>
                                                        <td>
                                                                <a href="mailto:mohammad.rezaei -at- gs.com">
                                    mohammad.rezaei -at- gs.com
                                </a>
                                                            </td>
                            <td></td>
                            <td>
                                                            </td>
                            <td></td>
                            <td>
                                <span id="contributor-Mohammad Rezaei">
                                    Unknown
                                </span>
                            </td>
                        </tr>
                                                <tr class="a">
                                                        <td>Roland Weber</td>
                                                        <td>
                                                                <a href="mailto:rolandw -at- apache.org">
                                    rolandw -at- apache.org
                                </a>
                                                            </td>
                            <td></td>
                            <td>
                                                            </td>
                            <td></td>
                            <td>
                                <span id="contributor-Roland Weber">
                                    Unknown
                                </span>
                            </td>
                        </tr>
                                                <tr class="b">
                                                        <td>Laura Werner</td>
                                                        <td>
                                                                <a href="mailto:laura -at- lwerner.org">
                                    laura -at- lwerner.org
                                </a>
                                                            </td>
                            <td></td>
                            <td>
                                                            </td>
                            <td></td>
                            <td>
                                <span id="contributor-Laura Werner">
                                    Unknown
                                </span>
                            </td>
                        </tr>
                                                <tr class="a">
                                                        <td>Mikael Wilstrom</td>
                                                        <td>
                                                                <a href="mailto:mikael.wikstrom -at- it.su.se">
                                    mikael.wikstrom -at- it.su.se
                                </a>
                                                            </td>
                            <td></td>
                            <td>
                                                            </td>
                            <td></td>
                            <td>
                                <span id="contributor-Mikael Wilstrom">
                                    Unknown
                                </span>
                            </td>
                        </tr>
                                            </tbody>
                </table>
                            </div>
        </div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright"> 2001-2007, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>