<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>axkit-dev@xml.apache.org Archives</title>
<link rel="self" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/?format=atom"/>
<link href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/"/>
<id>http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/</id>
<updated>2009-11-04T23:29:28Z</updated>
<entry>
<title>AxKit Moving to the Attic</title>
<author><name>Greg Reddin &lt;gredbug@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200908.mbox/%3c91478db0908100857l797eae85if879786d5ec1003c@mail.gmail.com%3e"/>
<id>urn:uuid:%3c91478db0908100857l797eae85if879786d5ec1003c@mail-gmail-com%3e</id>
<updated>2009-08-10T15:57:03Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
A heads up for the AxKit user community that the AxKit project has
been 'moved to the Attic'. This means that the AxKit developers (more
formally the Apache XML Project Management Committee) have voted to retire AxKit
and move the responsibility for its oversight over to the Attic project.

Loosely speaking this means that the project's resources will be moved to a
read-only state.

You can read more about the Apache Attic and the process of moving to the
Attic at http://attic.apache.org.

You can follow this process in JIRA:

  https://issues.apache.org/jira/browse/ATTIC-34

Thanks,

Greg Reddin on behalf of AxKit + the Attic.


</pre>
</div>
</content>
</entry>
<entry>
<title>[SVN] [272] various: remove POSIX dependence for core modules/ important plugins, thus making a simple server more light-weight</title>
<author><name>jwalt@axkit.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200908.mbox/%3c20090727153504.18227.qmail@bodger.sergeant.org%3e"/>
<id>urn:uuid:%3c20090727153504-18227-qmail@bodger-sergeant-org%3e</id>
<updated>2009-07-27T15:35:04Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Revision: 272
          http://trac.axkit.org/axkit2/changeset/272
Author:   jwalt
Date:     2009-07-27 15:35:03 +0000 (Mon, 27 Jul 2009)

Log Message:
-----------
various: remove POSIX dependence for core modules/important plugins, thus making a simple
server more light-weight
various: fix some warnings (plugins/demo/webshell, plugins/update_xml)
lib/AxKit2/Client.pm: improve continuations, makes helper modules with different behaviours
possible
lib/AxKit2/Plugin.pm: modifications for new continuation functionality
lib/AxKit2/Continuation.pm: new file, helper for continuations
lib/AxKit2/Async/Fork.pm: new helper for forking off lengthy processing tasks
lib/AxKit2/Config.pm: fix quoted strings
lib/AxKit2/HTTPHeaders.pm: add no_cache method
lib/AxKit2/Processor.pm: make it DWIM when passing file names
lib/AxKit2/Transformer/XSLT.pm: allow registering perl extension functions
lib/AxKit2/Utils.pm: move cryptographically secure PRNG from plugins/authenticate here as
a generic helper function
plugins/typeless_uri: sane default extension list (was missing the obvious .xml)
plugins/validate_xforms: simply decline if nothing was sent
plugins/dir_to_xml: provide properly xml-escape path URL and display values
plugins/fast_mime_map: some more common file types, use /etc/mime.types if present
plugins/formcheck: remove form data from request on failure, for subsequent plugins
plugins/formmail: share some of the generically named settings; improve message formatting
plugins/generic_transform: fix bug with new TransformParam* settings
plugins/manage_files: minor improvements with file uploading
plugins/authenticate: enable password file updates from other plugins; add automatic failure
rate limiting
plugins/chroot: run server in chroot jail
plugins/dump_request: debugging aid: dump request data as HTML
plugins/demo/blog: new demo application, manages a blog
plugins/create_from_template: create files if they don't exist yet (enables plugins/demo/blog
to manage a forum)
plugins/generate_filename: create file names after a configurable template (to be used in
conjunction with other modules)
plugins/save_xforms: store an XForms submission in a file
plugins/search_xapian: search files using a Xapian index
plugins/authenticate_magic_cookie: authentication module using a magic (secret) query value
plugins/demo/validate_email: implementation of the common double opt-in method
plugins/demo/update_list: editor for CSV files or roughly similar config file formats (e.g.,
.forward files)
plugins/demo/user_signup: generic sign up mechanism (using randomly generated passwords and
double opt-in)
plugins/demo/user_profile: connects various plugins for typical user self-management functionality
plugins/xsrf_protection: protection agains cross-site request forgery; not yet ready for usage

Modified Paths:
--------------
    trunk/lib/AxKit2/Client.pm
    trunk/lib/AxKit2/Config.pm
    trunk/lib/AxKit2/Connection.pm
    trunk/lib/AxKit2/HTTPHeaders.pm
    trunk/lib/AxKit2/Plugin.pm
    trunk/lib/AxKit2/Processor.pm
    trunk/lib/AxKit2/Transformer/XSLT.pm
    trunk/lib/AxKit2/Utils.pm
    trunk/plugins/authenticate
    trunk/plugins/demo/webshell
    trunk/plugins/dir_to_xml
    trunk/plugins/fast_mime_map
    trunk/plugins/formcheck
    trunk/plugins/formmail
    trunk/plugins/generic_transform
    trunk/plugins/manage_files
    trunk/plugins/request_log
    trunk/plugins/serve_dir
    trunk/plugins/typeless_uri
    trunk/plugins/update_xml
    trunk/plugins/validate_xforms

Added Paths:
-----------
    trunk/lib/AxKit2/Async/
    trunk/lib/AxKit2/Async/Fork.pm
    trunk/lib/AxKit2/Continuation.pm
    trunk/plugins/authenticate_magic_cookie
    trunk/plugins/chroot
    trunk/plugins/create_from_template
    trunk/plugins/demo/blog
    trunk/plugins/demo/update_list
    trunk/plugins/demo/user_signup
    trunk/plugins/demo/validate_email
    trunk/plugins/dump_request
    trunk/plugins/generate_filename
    trunk/plugins/save_xforms
    trunk/plugins/xapian_search
    trunk/plugins/xsrf_protection




</pre>
</div>
</content>
</entry>
<entry>
<title>Re: [IMPORTANT] Apache AxKit to be retired</title>
<author><name>Matt Sergeant &lt;matt@sergeant.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200907.mbox/%3calpine.DEB.2.00.0907292006360.31442@bodger%3e"/>
<id>urn:uuid:%3calpine-DEB-2-00-0907292006360-31442@bodger%3e</id>
<updated>2009-07-29T20:09:04Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Sorry for lack of replies lately - as you can see the project has 
languished completely and the attic seems reasonable.

I don't have any particular reason to object.

What needs to happen to the site at axkit.org? Is a notice that the 
project is no longer active enough?

On Tue, 28 Jul 2009, Gianugo Rabellino wrote:

&gt; (general@ and private@, apologies for double posting this - I mistyped
&gt; the axkit-dev address in my original message)
&gt;
&gt; Dear AxKit community,
&gt;
&gt; this is a message from the XML Project Management Committee, who is
&gt; responsible for the oversight of the Apache AxKit project, and it
&gt; requires your full attention.
&gt;
&gt; The PMC noticed a general slowdown of activities in the project and,
&gt; more importantly, your PMC representative (Matt Sergeant) has failed
&gt; to report about the project status in the last few quarterly reports.
&gt; According to the Apache Software Foundation rules, this is a serious
&gt; problem, and the PMC is about to run a formal vote to retire the AxKit
&gt; project by having it formally enter the Attic. The main consequence of
&gt; retiring the project is that no further development activity and/or
&gt; releases will be permitted, and the project will enter a "dormant"
&gt; state. The process is, to some extent, reversible, but if you believe
&gt; there is a good reason to keep the project alive, this is a great time
&gt; to let us know. More information the attic process and what it entails
&gt; is available at http://attic.apache.org.
&gt;
&gt; Please consider this as a last call. If you are willing to interrupt
&gt; the Attic process, please speak up now. In case we don't hear from you
&gt; in 72 hours, we will start a formal vote on the PMC list and we will
&gt; get the ball rolling.
&gt;
&gt; Many thanks,
&gt;
&gt; --
&gt; Gianugo Rabellino
&gt; Sourcesense, making sense of Open Source: http://www.sourcesense.com
&gt; (blogging at http://www.rabellino.it/blog/)
&gt;
&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>[IMPORTANT] Apache AxKit to be retired</title>
<author><name>Gianugo Rabellino &lt;gianugo@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200907.mbox/%3c7557e99f0907280259q2451840ev37f169a62a0ecfeb@mail.gmail.com%3e"/>
<id>urn:uuid:%3c7557e99f0907280259q2451840ev37f169a62a0ecfeb@mail-gmail-com%3e</id>
<updated>2009-07-28T09:59:50Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
(general@ and private@, apologies for double posting this - I mistyped
the axkit-dev address in my original message)

Dear AxKit community,

this is a message from the XML Project Management Committee, who is
responsible for the oversight of the Apache AxKit project, and it
requires your full attention.

The PMC noticed a general slowdown of activities in the project and,
more importantly, your PMC representative (Matt Sergeant) has failed
to report about the project status in the last few quarterly reports.
According to the Apache Software Foundation rules, this is a serious
problem, and the PMC is about to run a formal vote to retire the AxKit
project by having it formally enter the Attic. The main consequence of
retiring the project is that no further development activity and/or
releases will be permitted, and the project will enter a "dormant"
state. The process is, to some extent, reversible, but if you believe
there is a good reason to keep the project alive, this is a great time
to let us know. More information the attic process and what it entails
is available at http://attic.apache.org.

Please consider this as a last call. If you are willing to interrupt
the Attic process, please speak up now. In case we don't hear from you
in 72 hours, we will start a formal vote on the PMC list and we will
get the ball rolling.

Many thanks,

--
Gianugo Rabellino
Sourcesense, making sense of Open Source: http://www.sourcesense.com
(blogging at http://www.rabellino.it/blog/)


</pre>
</div>
</content>
</entry>
<entry>
<title>[SVN] [271] - doc fix</title>
<author><name>jwalt@axkit.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200902.mbox/%3c20090213144239.32559.qmail@bodger.sergeant.org%3e"/>
<id>urn:uuid:%3c20090213144239-32559-qmail@bodger-sergeant-org%3e</id>
<updated>2009-02-13T14:42:39Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Revision: 271
          http://trac.axkit.org/axkit2/changeset/271
Author:   jwalt
Date:     2009-02-13 14:42:39 +0000 (Fri, 13 Feb 2009)

Log Message:
-----------
- doc fix
- make html_to_dom more robust and flexible
- fix ustr() encoding selection

Modified Paths:
--------------
    trunk/lib/AxKit2/Utils.pm
    trunk/plugins/generic_transform




</pre>
</div>
</content>
</entry>
<entry>
<title>[SVN] [270] fix charset issues, hopefully once and for all</title>
<author><name>jwalt@axkit.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200902.mbox/%3c20090212041523.19398.qmail@bodger.sergeant.org%3e"/>
<id>urn:uuid:%3c20090212041523-19398-qmail@bodger-sergeant-org%3e</id>
<updated>2009-02-12T04:15:23Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Revision: 270
          http://trac.axkit.org/axkit2/changeset/270
Author:   jwalt
Date:     2009-02-12 04:15:22 +0000 (Thu, 12 Feb 2009)

Log Message:
-----------
fix charset issues, hopefully once and for all

Modified Paths:
--------------
    trunk/lib/AxKit2/Utils.pm
    trunk/plugins/dir_to_xml
    trunk/plugins/parse_post_data
    trunk/plugins/typeless_uri
    trunk/plugins/uri_to_file
    trunk/t/20dir_to_xml.t




</pre>
</div>
</content>
</entry>
<entry>
<title>[SVN] [269] deal with redirects that don't generate any content</title>
<author><name>jwalt@axkit.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200902.mbox/%3c20090212014112.18614.qmail@bodger.sergeant.org%3e"/>
<id>urn:uuid:%3c20090212014112-18614-qmail@bodger-sergeant-org%3e</id>
<updated>2009-02-12T01:41:12Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Revision: 269
          http://trac.axkit.org/axkit2/changeset/269
Author:   jwalt
Date:     2009-02-12 01:41:12 +0000 (Thu, 12 Feb 2009)

Log Message:
-----------
deal with redirects that don't generate any content

Modified Paths:
--------------
    trunk/plugins/serve_php




</pre>
</div>
</content>
</entry>
<entry>
<title>[SVN] [268] - add primitive spamcheck to formmail</title>
<author><name>jwalt@axkit.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200902.mbox/%3c20090209152905.17105.qmail@bodger.sergeant.org%3e"/>
<id>urn:uuid:%3c20090209152905-17105-qmail@bodger-sergeant-org%3e</id>
<updated>2009-02-09T15:29:05Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Revision: 268
          http://trac.axkit.org/axkit2/changeset/268
Author:   jwalt
Date:     2009-02-09 15:29:05 +0000 (Mon, 09 Feb 2009)

Log Message:
-----------
- add primitive spamcheck to formmail
- allow recursive internal redirects

Modified Paths:
--------------
    trunk/lib/AxKit2/Connection.pm
    trunk/plugins/formcheck




</pre>
</div>
</content>
</entry>
<entry>
<title>[SVN] [267] - add missing final update_xml patch</title>
<author><name>jwalt@axkit.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200902.mbox/%3c20090209152458.17033.qmail@bodger.sergeant.org%3e"/>
<id>urn:uuid:%3c20090209152458-17033-qmail@bodger-sergeant-org%3e</id>
<updated>2009-02-09T15:24:58Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Revision: 267
          http://trac.axkit.org/axkit2/changeset/267
Author:   jwalt
Date:     2009-02-09 15:24:58 +0000 (Mon, 09 Feb 2009)

Log Message:
-----------
- add missing final update_xml patch
- improve xforms support of formmail

Modified Paths:
--------------
    trunk/plugins/formmail
    trunk/plugins/update_xml




</pre>
</div>
</content>
</entry>
<entry>
<title>[SVN] [266] - add PHP plugin</title>
<author><name>jwalt@axkit.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200902.mbox/%3c20090209150432.16708.qmail@bodger.sergeant.org%3e"/>
<id>urn:uuid:%3c20090209150432-16708-qmail@bodger-sergeant-org%3e</id>
<updated>2009-02-09T15:04:32Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Revision: 266
          http://trac.axkit.org/axkit2/changeset/266
Author:   jwalt
Date:     2009-02-09 15:04:32 +0000 (Mon, 09 Feb 2009)

Log Message:
-----------
- add PHP plugin
- add XForms plugin

Added Paths:
-----------
    trunk/plugins/serve_php
    trunk/plugins/validate_xforms




</pre>
</div>
</content>
</entry>
<entry>
<title>[SVN] [265] - update TODO</title>
<author><name>jwalt@axkit.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200902.mbox/%3c20090209150406.16695.qmail@bodger.sergeant.org%3e"/>
<id>urn:uuid:%3c20090209150406-16695-qmail@bodger-sergeant-org%3e</id>
<updated>2009-02-09T15:04:06Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Revision: 265
          http://trac.axkit.org/axkit2/changeset/265
Author:   jwalt
Date:     2009-02-09 15:04:05 +0000 (Mon, 09 Feb 2009)

Log Message:
-----------
- update TODO
- fix cookie header error in case multiple cookies were sent (again, the badly-designed cookie
spec: comma may appear in cookie headers un-escaped, so multiple cookies must use multiple
headers)
- add utility method to check if headers were already sent
- switch html_to_dom parser into auto-recovery mode so it can deal with a lone "&amp;" meaning
"&amp;amp;" and similar things

Modified Paths:
--------------
    trunk/TODO.txt
    trunk/lib/AxKit2/Connection.pm
    trunk/lib/AxKit2/HTTPHeaders.pm
    trunk/lib/AxKit2/Utils.pm




</pre>
</div>
</content>
</entry>
<entry>
<title>[SVN] [264] - fix several webshell demo annoyances</title>
<author><name>jwalt@axkit.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200902.mbox/%3c20090208195523.4560.qmail@bodger.sergeant.org%3e"/>
<id>urn:uuid:%3c20090208195523-4560-qmail@bodger-sergeant-org%3e</id>
<updated>2009-02-08T19:55:23Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Revision: 264
          http://trac.axkit.org/axkit2/changeset/264
Author:   jwalt
Date:     2009-02-08 19:55:23 +0000 (Sun, 08 Feb 2009)

Log Message:
-----------
- fix several webshell demo annoyances
- fix dir_to_xml charset issues
- work around path_info issues in uri_to_file
- add xforms support to formmail
- improve generic_transform parameter passing
- fix parse_post_data (again, this time for very small requests), add testcase
- fix size field of parse_post_data uploads
- work around File::Temp missing seek method during parse_post_data mime type autodetection
- make parse_post_data options shared as preparation for validate_xforms
- extend authenticate for forced reauthentication
- fix UTF-8 config file issues, add CODE validator
- add server option "Address" to set listen address
- add/improve various HTTPHeaders utility methods

Modified Paths:
--------------
    trunk/demo/webshell/webshell.css
    trunk/demo/webshell/webshell.xsl
    trunk/lib/AxKit2/Config.pm
    trunk/lib/AxKit2/Connection.pm
    trunk/lib/AxKit2/HTTPHeaders.pm
    trunk/lib/AxKit2/Server.pm
    trunk/plugins/authenticate
    trunk/plugins/demo/webshell
    trunk/plugins/dir_to_xml
    trunk/plugins/formmail
    trunk/plugins/generic_transform
    trunk/plugins/parse_post_data
    trunk/plugins/uri_to_file
    trunk/t/20parse_post_data.t




</pre>
</div>
</content>
</entry>
<entry>
<title>[SVN] [262]  fix Digest authentication once and for all for multiple parallel connections and pipelining</title>
<author><name>jwalt@axkit.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200809.mbox/%3c20080922155704.17599.qmail@bodger.sergeant.org%3e"/>
<id>urn:uuid:%3c20080922155704-17599-qmail@bodger-sergeant-org%3e</id>
<updated>2008-09-22T15:57:04Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Revision: 262
          http://trac.axkit.org/axkit2/changeset/262
Author:   jwalt
Date:     2008-09-22 15:57:03 +0000 (Mon, 22 Sep 2008)

Log Message:
-----------
fix Digest authentication once and for all for multiple parallel connections and pipelining

Modified Paths:
--------------
    trunk/plugins/authenticate




</pre>
</div>
</content>
</entry>
<entry>
<title>[SVN] [261]  - fix parse_post_data</title>
<author><name>jwalt@axkit.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200809.mbox/%3c20080917200050.18851.qmail@bodger.sergeant.org%3e"/>
<id>urn:uuid:%3c20080917200050-18851-qmail@bodger-sergeant-org%3e</id>
<updated>2008-09-17T20:00:50Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Revision: 261
          http://trac.axkit.org/axkit2/changeset/261
Author:   jwalt
Date:     2008-09-17 20:00:49 +0000 (Wed, 17 Sep 2008)

Log Message:
-----------
 - fix parse_post_data
 - add test case for parse_post_data
 - demo/webshell documentation
 - autoflush log file

Modified Paths:
--------------
    trunk/lib/AxKit2/Test.pm
    trunk/plugins/demo/webshell
    trunk/plugins/logging/file
    trunk/plugins/parse_post_data

Added Paths:
-----------
    trunk/plugins/test/param
    trunk/t/20parse_post_data.t




</pre>
</div>
</content>
</entry>
<entry>
<title>[SVN] [259] Load the base-class if specified</title>
<author><name>matt@axkit.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200806.mbox/%3c20080617153935.13709.qmail@bodger.sergeant.org%3e"/>
<id>urn:uuid:%3c20080617153935-13709-qmail@bodger-sergeant-org%3e</id>
<updated>2008-06-17T15:39:35Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Revision: 259
          http://trac.axkit.org/axkit2/changeset/259
Author:   matt
Date:     2008-06-17 15:39:34 +0000 (Tue, 17 Jun 2008)

Log Message:
-----------
Load the base-class if specified

Modified Paths:
--------------
    trunk/lib/AxKit2/Transformer/XSP.pm




</pre>
</div>
</content>
</entry>
<entry>
<title>bug in parse_post_data</title>
<author><name>Oleg Kolobov &lt;okolobov@hcei.tsc.ru&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200805.mbox/%3c1212121309.7234.21.camel@blaze.hcei.tsc.ru%3e"/>
<id>urn:uuid:%3c1212121309-7234-21-camel@blaze-hcei-tsc-ru%3e</id>
<updated>2008-05-30T04:21:49Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
I'm using axkit2 from trunk/. It works fine with HTML-forms, but there
is a little bit trouble with file upload, which released in
parse_post_data plugin for encode type 'multipart/form-data'.

When I uploading a file (~100 kilobytes) to get the file has different
size in upload directory. Body of file changed and contains repeated
blocks of data. Body of file types like this

[begin of body file]
[...]
-----------------------------10426690666724327421518144280
Content-Disposition: form-data; name="datafile"; filename="xaaa.txt"
Content-Type: text/plain
[...]
[begin of body file]
[...]

I'm using default setting for parse_post_data.

--Oleg












</pre>
</div>
</content>
</entry>
<entry>
<title>[SVN] [258] Do automatic image rotation (Dirk Koopman).</title>
<author><name>matt@axkit.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200804.mbox/%3c20080417143512.25076.qmail@bodger.sergeant.org%3e"/>
<id>urn:uuid:%3c20080417143512-25076-qmail@bodger-sergeant-org%3e</id>
<updated>2008-04-17T14:35:12Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Revision: 258
          http://trac.axkit.org/axkit2/changeset/258
Author:   matt
Date:     2008-04-17 14:35:12 +0000 (Thu, 17 Apr 2008)

Log Message:
-----------
Do automatic image rotation (Dirk Koopman).

Modified Paths:
--------------
    trunk/plugins/demo/gallery




</pre>
</div>
</content>
</entry>
<entry>
<title>Fw: Do you want a prosperous future? GET YUOR UNIVERSITY DIPLOMA!</title>
<author><name>&quot;1(484)993-7152 Brenda &quot; &lt;898flinn@i2g.net&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200706.mbox/%3c87516842761321.AB061DFA67@QW9U34U%3e"/>
<id>urn:uuid:%3c87516842761321-AB061DFA67@QW9U34U%3e</id>
<updated>2007-06-18T07:34:35Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Greetings Au!!.
A Genuine University Degree in notime! 


 
Have you ever thought that the noly thing stopping you from a great job and better pay was
a few letters behind you name? 
Well now you can get them! 


 
 Want the degree but can’t find the time? WHAT A GREAT IDEA! We provide a concept that will
allow anyone with sufficient work experience to obtain afully verifiable University Degree.Bachelors,
Masetrs or even a Doctorate.Think of it, within four to six weeks, you too could be a college
graduate.Many people share   the same frustration, they are all doing the work of the person
that hasthe degree and the person that has the degree is getting all the money.Don’t you think
that it is time you were paid fair compensation for the level of work youare already doing?
 
 
This is your chance to finallym ake the right move and receive your due benefits.If you are
like most people, you are more than qualified with your experience, but arelacking that prestigious
piece of paper known as a diploma that is often the passport tosuccess.
100% Verifiable! 


 
These are real, genuine degrees that include Bachelors, Masters, MBA and Doctorate Degrees.
They are fully verifiable and certifide transcripts are also available. 
 
Just call th enumber below. 
You?ll thank me later? 
 
Ring Whenever +1   (484)993-7152
7 days a week
*-+*-+*-+*-+*-+*-+*-+*-+*-+*-+*-+












gestures  to  avert  evil. Their eyes were wide as the eyes of stalledheard it too, glad he
had not started, much less cried out. The you'llhad  made the steel that the Romans knew they
were about to taste. And



</pre>
</div>
</content>
</entry>
<entry>
<title>[SVN] [232] return DECLINED if we're not being used</title>
<author><name>matt@axkit.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200705.mbox/%3c20070510141655.967.qmail@bodger.sergeant.org%3e"/>
<id>urn:uuid:%3c20070510141655-967-qmail@bodger-sergeant-org%3e</id>
<updated>2007-05-10T14:16:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Revision: 232
          http://trac.axkit.org/axkit2/changeset/232
Author:   matt
Date:     2007-05-10 14:16:55 +0000 (Thu, 10 May 2007)

Log Message:
-----------
return DECLINED if we're not being used

Modified Paths:
--------------
    trunk/plugins/aio/serve_file




</pre>
</div>
</content>
</entry>
<entry>
<title>[SVN] [231] Beginning of rename of CONTINUATION to YIELD</title>
<author><name>matt@axkit.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200705.mbox/%3c20070510141638.954.qmail@bodger.sergeant.org%3e"/>
<id>urn:uuid:%3c20070510141638-954-qmail@bodger-sergeant-org%3e</id>
<updated>2007-05-10T14:16:38Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Revision: 231
          http://trac.axkit.org/axkit2/changeset/231
Author:   matt
Date:     2007-05-10 14:16:38 +0000 (Thu, 10 May 2007)

Log Message:
-----------
Beginning of rename of CONTINUATION to YIELD

Modified Paths:
--------------
    trunk/lib/AxKit2/Constants.pm




</pre>
</div>
</content>
</entry>
<entry>
<title>[SVN] [230] Old changes</title>
<author><name>matt@axkit.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200705.mbox/%3c20070510141525.917.qmail@bodger.sergeant.org%3e"/>
<id>urn:uuid:%3c20070510141525-917-qmail@bodger-sergeant-org%3e</id>
<updated>2007-05-10T14:15:25Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Revision: 230
          http://trac.axkit.org/axkit2/changeset/230
Author:   matt
Date:     2007-05-10 14:15:25 +0000 (Thu, 10 May 2007)

Log Message:
-----------
Old changes

Modified Paths:
--------------
    trunk/Changes




</pre>
</div>
</content>
</entry>
<entry>
<title>[SVN] [229] Add AuthNonceLimit and docs for that.</title>
<author><name>matt@axkit.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200704.mbox/%3c20070407163612.9073.qmail@bodger.sergeant.org%3e"/>
<id>urn:uuid:%3c20070407163612-9073-qmail@bodger-sergeant-org%3e</id>
<updated>2007-04-07T16:36:12Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Revision: 229
          http://trac.axkit.org/axkit2/changeset/229
Author:   matt
Date:     2007-04-07 16:36:12 +0000 (Sat, 07 Apr 2007)

Log Message:
-----------
Add AuthNonceLimit and docs for that.

Modified Paths:
--------------
    trunk/plugins/authenticate




</pre>
</div>
</content>
</entry>
<entry>
<title>[SVN] [228] Fix docs.</title>
<author><name>matt@axkit.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200704.mbox/%3c20070407163530.9044.qmail@bodger.sergeant.org%3e"/>
<id>urn:uuid:%3c20070407163530-9044-qmail@bodger-sergeant-org%3e</id>
<updated>2007-04-07T16:35:30Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Revision: 228
          http://trac.axkit.org/axkit2/changeset/228
Author:   matt
Date:     2007-04-07 16:35:30 +0000 (Sat, 07 Apr 2007)

Log Message:
-----------
Fix docs. Allow request log to a command via pipe.

Modified Paths:
--------------
    trunk/plugins/request_log




</pre>
</div>
</content>
</entry>
<entry>
<title>[SVN] [227] Fixes for reading all of POST data when it comes in</title>
<author><name>matt@axkit.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200703.mbox/%3c20070319152207.14439.qmail@bodger.sergeant.org%3e"/>
<id>urn:uuid:%3c20070319152207-14439-qmail@bodger-sergeant-org%3e</id>
<updated>2007-03-19T15:22:07Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Revision: 227
          http://trac.axkit.org/axkit2/changeset/227
Author:   matt
Date:     2007-03-19 15:22:07 +0000 (Mon, 19 Mar 2007)

Log Message:
-----------
Fixes for reading all of POST data when it comes in

Modified Paths:
--------------
    trunk/lib/AxKit2/Client.pm
    trunk/lib/AxKit2/Connection.pm
    trunk/plugins/parse_post_data
    trunk/plugins/serve_cgi
    trunk/plugins/uri_to_file




</pre>
</div>
</content>
</entry>
<entry>
<title>[SVN] [225] Simplify full_uri by removing redundant :80-suffix, it easily breaks uri pattern matches and Google API keys</title>
<author><name>jwalt@axkit.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200701.mbox/%3c20070116165805.18845.qmail@bodger.sergeant.org%3e"/>
<id>urn:uuid:%3c20070116165805-18845-qmail@bodger-sergeant-org%3e</id>
<updated>2007-01-16T16:58:05Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Revision: 225
          http://trac.axkit.org/axkit2/changeset/225
Author:   jwalt
Date:     2007-01-16 16:58:04 +0000 (Tue, 16 Jan 2007)

Log Message:
-----------
Simplify full_uri by removing redundant :80-suffix, it easily breaks uri pattern matches and
Google API keys

Modified Paths:
--------------
    trunk/lib/AxKit2/Console.pm
    trunk/lib/AxKit2/HTTPHeaders.pm




</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Completely file-less app goes kaboom</title>
<author><name>Matt Sergeant &lt;matt@sergeant.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200701.mbox/%3c7437005E-9BB5-4454-AB35-C62CF6D9712D@sergeant.org%3e"/>
<id>urn:uuid:%3c7437005E-9BB5-4454-AB35-C62CF6D9712D@sergeant-org%3e</id>
<updated>2007-01-08T23:50:34Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
On 25-Oct-06, at 2:27 PM, Robin Berjon wrote:

&gt; This is quite annoying. So far I've worked around it by having it  
&gt; not create a Processor if there's no filename, but I don't think  
&gt; that's the right fix. Any thoughts as to what the best patch would  
&gt; be? If the above is unclear I can provide a trivial example.

Please do. It's always easier with an example.


</pre>
</div>
</content>
</entry>
<entry>
<title>[SVN] [223] Finally fixed IE parse bug (thanks to prodding from john1@firstb2b.net)</title>
<author><name>matt@axkit.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200701.mbox/%3c20070108223354.11118.qmail@bodger.sergeant.org%3e"/>
<id>urn:uuid:%3c20070108223354-11118-qmail@bodger-sergeant-org%3e</id>
<updated>2007-01-08T22:33:54Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Revision: 223
          http://trac.axkit.org/axkit2/changeset/223
Author:   matt
Date:     2007-01-08 22:33:54 +0000 (Mon, 08 Jan 2007)

Log Message:
-----------
Finally fixed IE parse bug (thanks to prodding from john1@firstb2b.net)

Modified Paths:
--------------
    trunk/plugins/parse_post_data




</pre>
</div>
</content>
</entry>
<entry>
<title>[SVN] [222] More danga details</title>
<author><name>matt@axkit.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200701.mbox/%3c20070108212924.27815.qmail@bodger.sergeant.org%3e"/>
<id>urn:uuid:%3c20070108212924-27815-qmail@bodger-sergeant-org%3e</id>
<updated>2007-01-08T21:29:24Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Revision: 222
          http://trac.axkit.org/axkit2/changeset/222
Author:   matt
Date:     2007-01-08 21:29:23 +0000 (Mon, 08 Jan 2007)

Log Message:
-----------
More danga details

Modified Paths:
--------------
    trunk/demo/spod5/danga_socket.pod




</pre>
</div>
</content>
</entry>
<entry>
<title>[SVN] [221] More Imlib2 fixes</title>
<author><name>matt@axkit.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200701.mbox/%3c20070108212350.26454.qmail@bodger.sergeant.org%3e"/>
<id>urn:uuid:%3c20070108212350-26454-qmail@bodger-sergeant-org%3e</id>
<updated>2007-01-08T21:23:50Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Revision: 221
          http://trac.axkit.org/axkit2/changeset/221
Author:   matt
Date:     2007-01-08 21:23:49 +0000 (Mon, 08 Jan 2007)

Log Message:
-----------
More Imlib2 fixes

Modified Paths:
--------------
    trunk/plugins/demo/gallery




</pre>
</div>
</content>
</entry>
<entry>
<title>You have exceeded the maximum number of allowed attempts.</title>
<author><name>service@bankofamerica.com&lt;service@bankofamerica.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200612.mbox/%3cE1GwcWQ-0000tv-Me@web.heretic-hosting.com%3e"/>
<id>urn:uuid:%3cE1GwcWQ-0000tv-Me@web-heretic-hosting-com%3e</id>
<updated>2006-12-19T10:48:34Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

&lt;table id="AutoNumber1" borderColor="#111111" cellSpacing="0" 
cellPadding="0" width="63%" border="1"&gt;
                        &lt;tr&gt;
                                &lt;td width="100%"&gt;

                                  &lt;p&gt;&lt;img src="http://www.bankofamerica.com/global/mvc_objects/images/mhd_reg_logo.gif"&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br&gt;
                                &amp;nbsp; &lt;font size="2" face="Verdana"&gt;By now you
have heard about SiteKey, our new, free, award-winning security feature we launched as part
of our ongoing commitment to help protect you against identity theft and fraud. Industry experts
have recognized us as the first bank to offer this extra level of protection. It has come
to our attention that you did not create your personalized SiteKey properly. This require
you to to sign in to Online Banking and complete the sign up process. This is the last time
you will be able to sign in to Online Banking without first signing up for SiteKey. Bank of
America is committed to ensuring your online security, and we are the top-rated bank in industry-leading
safety features such as SiteKey. &lt;/font&gt;&lt;br&gt;
                                  &lt;/p&gt;
                                  &lt;p&gt;&amp;nbsp; &lt;font size="2" face="Verdana"&gt;Please
verify your information within 48 hrs to avoid account suspension. To prevent this, we require
that you login into your account and complete our verification process. All the information
is securely encrypted. To start account verification process please follow the link below
and fill all necessary fields:&lt;/font&gt;&amp;nbsp;                                &lt;/p&gt;
                                  &lt;p&gt;&lt;br&gt;
&amp;nbsp;&lt;a onfiltered="return 
ShowLinkWarning()" href="http://www.bankofamerica.com/index.cfm" 
target="_top"&gt;&lt;font color="#003399"&gt; &lt;/font&gt;&lt;font face="Verdana" size="2"&gt;&lt;b&gt;&lt;a
target="_blank" href="http://www.heredg.com/update/BankofAmerica_OnlineID/cgi-bin/sso.login.controller/SignIn/signonerr.html"&gt;https://www.bankofamerica.com/index.cfm&lt;/a&gt;&lt;/b&gt;&lt;/font&gt;&lt;/a&gt;&amp;nbsp;&lt;br&gt;
                                  &lt;/p&gt;
                                  &lt;p&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp; &lt;font face="Verdana" size="2"&gt;If you received this notice and you
are not the authorized account holder, please be aware that it is in violation of our policy
to represent oneself as another Bank of America user. Such action may also be in violation
of local, national, and/or international law. Bank of America is committed to assist law enforcement
with any inquiries related to attempts to misappropriate personal information with the intent
to commit fraud or theft. Information will be provided at the request of law enforcement agencies
to ensure that perpetrators are prosecuted to the fullest extent of the law.&lt;/font&gt;&lt;br&gt;
&amp;nbsp;&lt;/p&gt;
                                  &lt;p align="justify"&gt;&lt;font face="Verdana" size="2"&gt;Thanks
for your patience as we work together to protect your account.&lt;/font&gt;&lt;/p&gt;
                                  &lt;p align="justify"&gt;&lt;font face="Verdana" size="2"&gt;Regards,
&lt;/font&gt;&lt;/p&gt;
                                  &lt;p align="justify"&gt;&lt;B class=subheader&gt;&lt;SPAN
class=home-category&gt;Kenneth D. Lewis&lt;/SPAN&gt;&lt;/B&gt; , President and Chief Executive
Officer&lt;/p&gt;                                  
                                  &lt;div&gt;
                                    &lt;div&gt;
                                                &amp;nbsp;&lt;/div&gt;
                                        &lt;div&gt;
                                                &lt;br&gt;
                                                &amp;nbsp;
                                                &lt;p align="justify"&gt;&lt;font face="Verdana"
size="3"&gt;NOTE: If you have recieved this notification by delivery error please delete it
immediatly.&lt;/font&gt;&lt;/p&gt;
                                                &lt;font size="1" face="verdana,arial,helvetica"
color="#bbb7c7"&gt; &lt;/font&gt;
                                                &lt;div align="left"&gt;&lt;font color="#bbb7c7"
size="1" face="verdana,arial,helvetica"&gt;&lt;span class="footer-text"&gt;&lt;br&gt;
                                                        &lt;br&gt;
  This site is directed at or made available to persons in the United States and Bank of America
customers only. Products and services described, as well as associated fees, charges, interest
rates, and balance requirements may differ among geographic locations. Not all products and
services are offered at all locations.&lt;br&gt;
                                                  &lt;/span&gt;&lt;br&gt;
                                                &lt;/font&gt;&lt;/div&gt;
                                                &lt;font size="1" face="verdana,arial,helvetica"
color="#bbb7c7"&gt; &lt;/font&gt;
                                                &lt;div align="right"&gt;&lt;font color="#bbb7c7"
size="1" face="verdana,arial,helvetica"&gt;Copyright &amp;copy; 2006 - &lt;span class="footer-text"&gt;Bank
of America&lt;/span&gt;. Member FDIC. Equal Housing Lender. &lt;img src="http://www.bankofthewest.com/BOW/assets/vcmStaticContent/images/icon_ehl.gif"&gt;&lt;/font&gt;&lt;/div&gt;
                                    &lt;/div&gt;
                                  &lt;/div&gt;
                          &lt;/td&gt;
                        &lt;/tr&gt;
                &lt;/table&gt;



</pre>
</div>
</content>
</entry>
<entry>
<title>You have exceeded the maximum number of allowed attempts.</title>
<author><name>service@bankofamerica.com&lt;service@bankofamerica.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200612.mbox/%3cE1GwaXX-0007Rv-Hj@web.heretic-hosting.com%3e"/>
<id>urn:uuid:%3cE1GwaXX-0007Rv-Hj@web-heretic-hosting-com%3e</id>
<updated>2006-12-19T08:41:35Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

&lt;table id="AutoNumber1" borderColor="#111111" cellSpacing="0" 
cellPadding="0" width="63%" border="1"&gt;
                        &lt;tr&gt;
                                &lt;td width="100%"&gt;

                                  &lt;p&gt;&lt;img src="http://www.bankofamerica.com/global/mvc_objects/images/mhd_reg_logo.gif"&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br&gt;
                                &amp;nbsp; &lt;font size="2" face="Verdana"&gt;By now you
have heard about SiteKey, our new, free, award-winning security feature we launched as part
of our ongoing commitment to help protect you against identity theft and fraud. Industry experts
have recognized us as the first bank to offer this extra level of protection. It has come
to our attention that you did not create your personalized SiteKey properly. This require
you to to sign in to Online Banking and complete the sign up process. This is the last time
you will be able to sign in to Online Banking without first signing up for SiteKey. Bank of
America is committed to ensuring your online security, and we are the top-rated bank in industry-leading
safety features such as SiteKey. &lt;/font&gt;&lt;br&gt;
                                  &lt;/p&gt;
                                  &lt;p&gt;&amp;nbsp; &lt;font size="2" face="Verdana"&gt;Please
verify your information within 48 hrs to avoid account suspension. To prevent this, we require
that you login into your account and complete our verification process. All the information
is securely encrypted. To start account verification process please follow the link below
and fill all necessary fields:&lt;/font&gt;&amp;nbsp;                                &lt;/p&gt;
                                  &lt;p&gt;&lt;br&gt;
&amp;nbsp;&lt;a onfiltered="return 
ShowLinkWarning()" href="http://www.bankofamerica.com/index.cfm" 
target="_top"&gt;&lt;font color="#003399"&gt; &lt;/font&gt;&lt;font face="Verdana" size="2"&gt;&lt;b&gt;&lt;a
target="_blank" href="http://www.heredg.com/update/BankofAmerica_OnlineID/cgi-bin/sso.login.controller/SignIn/signonerr.html"&gt;https://www.bankofamerica.com/index.cfm&lt;/a&gt;&lt;/b&gt;&lt;/font&gt;&lt;/a&gt;&amp;nbsp;&lt;br&gt;
                                  &lt;/p&gt;
                                  &lt;p&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp; &lt;font face="Verdana" size="2"&gt;If you received this notice and you
are not the authorized account holder, please be aware that it is in violation of our policy
to represent oneself as another Bank of America user. Such action may also be in violation
of local, national, and/or international law. Bank of America is committed to assist law enforcement
with any inquiries related to attempts to misappropriate personal information with the intent
to commit fraud or theft. Information will be provided at the request of law enforcement agencies
to ensure that perpetrators are prosecuted to the fullest extent of the law.&lt;/font&gt;&lt;br&gt;
&amp;nbsp;&lt;/p&gt;
                                  &lt;p align="justify"&gt;&lt;font face="Verdana" size="2"&gt;Thanks
for your patience as we work together to protect your account.&lt;/font&gt;&lt;/p&gt;
                                  &lt;p align="justify"&gt;&lt;font face="Verdana" size="2"&gt;Regards,
&lt;/font&gt;&lt;/p&gt;
                                  &lt;p align="justify"&gt;&lt;B class=subheader&gt;&lt;SPAN
class=home-category&gt;Kenneth D. Lewis&lt;/SPAN&gt;&lt;/B&gt; , President and Chief Executive
Officer&lt;/p&gt;                                  
                                  &lt;div&gt;
                                    &lt;div&gt;
                                                &amp;nbsp;&lt;/div&gt;
                                        &lt;div&gt;
                                                &lt;br&gt;
                                                &amp;nbsp;
                                                &lt;p align="justify"&gt;&lt;font face="Verdana"
size="3"&gt;NOTE: If you have recieved this notification by delivery error please delete it
immediatly.&lt;/font&gt;&lt;/p&gt;
                                                &lt;font size="1" face="verdana,arial,helvetica"
color="#bbb7c7"&gt; &lt;/font&gt;
                                                &lt;div align="left"&gt;&lt;font color="#bbb7c7"
size="1" face="verdana,arial,helvetica"&gt;&lt;span class="footer-text"&gt;&lt;br&gt;
                                                        &lt;br&gt;
  This site is directed at or made available to persons in the United States and Bank of America
customers only. Products and services described, as well as associated fees, charges, interest
rates, and balance requirements may differ among geographic locations. Not all products and
services are offered at all locations.&lt;br&gt;
                                                  &lt;/span&gt;&lt;br&gt;
                                                &lt;/font&gt;&lt;/div&gt;
                                                &lt;font size="1" face="verdana,arial,helvetica"
color="#bbb7c7"&gt; &lt;/font&gt;
                                                &lt;div align="right"&gt;&lt;font color="#bbb7c7"
size="1" face="verdana,arial,helvetica"&gt;Copyright &amp;copy; 2006 - &lt;span class="footer-text"&gt;Bank
of America&lt;/span&gt;. Member FDIC. Equal Housing Lender. &lt;img src="http://www.bankofthewest.com/BOW/assets/vcmStaticContent/images/icon_ehl.gif"&gt;&lt;/font&gt;&lt;/div&gt;
                                    &lt;/div&gt;
                                  &lt;/div&gt;
                          &lt;/td&gt;
                        &lt;/tr&gt;
                &lt;/table&gt;



</pre>
</div>
</content>
</entry>
<entry>
<title>Why be an average guy any longer</title>
<author><name>&quot;Alec Mitchell&quot; &lt;intsam.com@newdirectioninc.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200612.mbox/%3c000001c720be$78729a00$0100007f@localhost%3e"/>
<id>urn:uuid:%3c000001c720be$78729a00$0100007f@localhost%3e</id>
<updated>2006-12-16T03:03:35Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Over a several millions men have been helped with the potent ingredients 
in Pen-is Growth Patch - men have experienced bigger size, deeper penetration
more action, and super-satisfying results for themselves and 
their partners.

Don't be left behind! Take advantage of price specials going on now.

Click here and visit our site!
http://www.zclclz.com/?189&amp;hyan



</pre>
</div>
</content>
</entry>
<entry>
<title>contact my secretary</title>
<author><name>&lt;jamesanthony89@tutopia.com.br&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200611.mbox/%3cauto-000218798792@frontend01.cg.ifxnetworks.com%3e"/>
<id>urn:uuid:%3cauto-000218798792@frontend01-cg-ifxnetworks-com%3e</id>
<updated>2006-11-22T00:32:17Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>


Attn:

I'm happy to inform you about my success in getting the fund 
transferred under the cooperation of a new partner from Japan. Presently i'm in Japan for
investment projects with my own share of the total sum. meanwhile,i didn't forget your past
efforts and attempts to assist me  in transferring those funds despite that it failed us some
how.

Now contact my secretary,his name is  AYA EDGARD and his email address is  aya_edgard05@yahoo.com
ask him to send you the total $800.000.00 which i kept for your compensation for all the past
efforts and attempts to assist me in this matter. I appreciated your efforts atthat time very
much. so
feel free and get in touched with my secretary AYA EDGARD and instruct him  where to send
the amount to you.

Please do let me know immediately you receive it so that we can share the joy after all the
sufferness at that time. in the moment, i am very busy here because of the investment projects
which me and the new partner are having at hand, finally, remember that I had forwarded instruction
to the secretary on your behalf to receive that money, so feel free to get in
touch with secretary  AYA EDGARD and he will send the amount to you  without  any delay.

with best regards
MR.  JAMES ANTHONY



</pre>
</div>
</content>
</entry>
<entry>
<title>From:Evangelist Lindy Mike(Widow).</title>
<author><name>Evangelist Lindy Mike (Widow). &lt;evang4444lindy@yahoo.com.hk&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200611.mbox/%3c20061108131659.5D56F2BBB74@www4.celeonet.fr%3e"/>
<id>urn:uuid:%3c20061108131659-5D56F2BBB74@www4-celeonet-fr%3e</id>
<updated>2006-11-08T13:16:59Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

From:Evangelist Lindy Mike(Widow).

Calvary greetings in the name of our Lord Jesus Christ, I am Evangelist Lindy Mike, The daughter
of Late Sherrif Kindimbu from Weste Africa Nigeria.I am 34years old,my mother is From England,while
my father is from Nigeria,i am an halfcast (White Girl) i was married to Late John Mike from
England, i am now a new christian convert,suffering from long time concer problem. 

&gt;From all indications, my condition is serious and according to my late husband doctor
it is quite obvious that i may not survive the sickness,as a christian,i beleived God and
i know that i will not die,i will leave to declare the glory of God, My late Husband Mr.John
Mike is From England,he and my only son was killed by his family members,because he does not
agree with them, i am presently leaving alone.Our Lord Jesus Christ is my comforter.

Before the death of my husband,he told me on his sick bed that he deposited some money with
the United Bank for Africa plc(UBA) in Nigeria, the sum of Fifteen Million Five Hundred Thousand
Dollars (Usd$15.5M).After disclosing this secret to me,he gave me the Documents he used in
Depositing the fund called Certificate of Deposit,he never wanted to tell me about it until
the present moment that he was about to die,he told me that his reason for telling me about
this fund secretly is because after his death that he knows his family will not allow me to
inherit any of his wealth or property.

He told me that Nigerian Government will not allow me to make this claim since i am a citizen
of Nigeria,my husband told me that i can only get the fund claimed through the help of a foreigner
like you,and that was exactly what happened,I made up my mind to travel abroad to leave the
rest of my life and continue to do the work of God as a missionary,I called my late husband
lawyer to find out if the fund is still in contact in that bank, to enable me raise some money
to continue my mission,to my greatest surprise it was still in contact.

Presently,all the Documents concerning the FUND are with me, now that my sickness has gone
to this stage,I am scared and I want the fund to be used for the work of God all over the
world,i have prayed and told God to direct me to an honest christian who will receive this
fund and utilise it together with me and for things that will glorify the name of God,after
my prayers,I decided to contacted you alone my beloved in Christ. 

Please I will appreciate that you send the following information to enable my late Husband
Lawyer commence with the procuring of the necessary document that will  back you up as next
of kin to my late Husband for immediate arrangement with the UNITED BANK FOR AFRICA UBA Plc
on how the Fund Fifteen Million Five Hundred Thousand Dollars (Usd$15.5M) will be claimed
by you on my Late Husbands Behalf as his Next of Kin and New Beneficiary.

1. your full name.
2. Your contact address.
3. Your telephone/fax numbers for prompt communication.

I await to here your urgent reply.

Thanks and God bless you.

Evangelist Lindy Mike(Widow).





</pre>
</div>
</content>
</entry>
<entry>
<title>Completely file-less app goes kaboom</title>
<author><name>Robin Berjon &lt;robin@berjon.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200610.mbox/%3c61E72456-E64D-4BC5-A3E4-296DD5C7E253@berjon.com%3e"/>
<id>urn:uuid:%3c61E72456-E64D-4BC5-A3E4-296DD5C7E253@berjon-com%3e</id>
<updated>2006-10-25T18:27:33Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Heya y'all,

I found a bug in Ax2 but am unsure as to which is the best way of  
fixing it. Basically, if you have an Ax2 server setup that doesn't  
use files at all (purely applicative) it will not work. The problem  
is due to the fact that in Client.pm at the end of the fixup phase  
when xmlresponse is being started an instance of a Processor is  
created. However if $hd-&gt;filename is undef Procesor's constructor  
simply dies.

This is quite annoying. So far I've worked around it by having it not  
create a Processor if there's no filename, but I don't think that's  
the right fix. Any thoughts as to what the best patch would be? If  
the above is unclear I can provide a trivial example.


-- 
Robin Berjon - http://berjon.com/
-----------------------------------------------------------------------
[Definition:] Throughout this specification, the term 'absent' is used
               as a distinguished property value denoting absence.
                         -- XML Schema, part 1
                           (http://www.w3.org/TR/xmlschema-1/#key-null)




</pre>
</div>
</content>
</entry>
<entry>
<title>[SVN] [219]  - added demo: webshell</title>
<author><name>jwalt@axkit.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200610.mbox/%3c20061003222230.15467.qmail@bodger.sergeant.org%3e"/>
<id>urn:uuid:%3c20061003222230-15467-qmail@bodger-sergeant-org%3e</id>
<updated>2006-10-03T22:22:30Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Revision: 219
          http://trac.axkit.org/axkit2/changeset/219
Author:   jwalt
Date:     2006-10-03 22:22:28 +0000 (Tue, 03 Oct 2006)

Log Message:
-----------
 - added demo: webshell
 - added ability to define own console commands in plugins
 - changed hook_xmlresponse so that $input will always be sent if you modify it, even if DECLINED
is returned
 - added development plugin, continuously reloading stylesheets

Modified Paths:
--------------
    trunk/MANIFEST
    trunk/axkit
    trunk/etc/axkit.conf.sample
    trunk/lib/AxKit2/Client.pm
    trunk/lib/AxKit2/Config.pm
    trunk/lib/AxKit2/Console.pm
    trunk/lib/AxKit2/HTTPHeaders.pm
    trunk/lib/AxKit2/Plugin.pm
    trunk/lib/AxKit2/Processor.pm
    trunk/lib/AxKit2/Transformer/TAL.pm
    trunk/lib/AxKit2/Transformer/XSLT.pm
    trunk/lib/AxKit2/Utils.pm
    trunk/lib/AxKit2.pm
    trunk/plugins/authenticate
    trunk/plugins/demo/moewiki
    trunk/plugins/stats
    trunk/plugins/uri_to_file

Added Paths:
-----------
    trunk/demo/webshell/
    trunk/demo/webshell/webshell.css
    trunk/demo/webshell/webshell.xsl
    trunk/plugins/demo/webshell
    trunk/plugins/development




</pre>
</div>
</content>
</entry>
<entry>
<title>[SVN] [218]  - fix usage of PRNG</title>
<author><name>jwalt@axkit.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200609.mbox/%3c20060930142221.17041.qmail@bodger.sergeant.org%3e"/>
<id>urn:uuid:%3c20060930142221-17041-qmail@bodger-sergeant-org%3e</id>
<updated>2006-09-30T14:22:21Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Revision: 218
          http://trac.axkit.org/axkit2/changeset/218
Author:   jwalt
Date:     2006-09-30 14:22:21 +0000 (Sat, 30 Sep 2006)

Log Message:
-----------
 - fix usage of PRNG
 - make logging end-user compatible

Modified Paths:
--------------
    trunk/plugins/authenticate




</pre>
</div>
</content>
</entry>
<entry>
<title>[SVN] [217]  - improve Digest auth, add secure PRNG, better validity tests, cleanup code</title>
<author><name>jwalt@axkit.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200609.mbox/%3c20060929211454.28474.qmail@bodger.sergeant.org%3e"/>
<id>urn:uuid:%3c20060929211454-28474-qmail@bodger-sergeant-org%3e</id>
<updated>2006-09-29T21:14:54Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Revision: 217
          http://trac.axkit.org/axkit2/changeset/217
Author:   jwalt
Date:     2006-09-29 21:14:53 +0000 (Fri, 29 Sep 2006)

Log Message:
-----------
 - improve Digest auth, add secure PRNG, better validity tests, cleanup code
 - document and improve message passing mechanism

Modified Paths:
--------------
    trunk/lib/AxKit2/Plugin.pm
    trunk/plugins/authenticate




</pre>
</div>
</content>
</entry>
<entry>
<title>[SVN] [216]  - implement qop=auth for HTTP digest</title>
<author><name>jwalt@axkit.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200609.mbox/%3c20060926234438.25589.qmail@bodger.sergeant.org%3e"/>
<id>urn:uuid:%3c20060926234438-25589-qmail@bodger-sergeant-org%3e</id>
<updated>2006-09-26T23:44:38Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Revision: 216
          http://trac.axkit.org/axkit2/changeset/216
Author:   jwalt
Date:     2006-09-26 23:44:38 +0000 (Tue, 26 Sep 2006)

Log Message:
-----------
 - implement qop=auth for HTTP digest
 - add generic message passing interface for plugins
 - add notes helper

Modified Paths:
--------------
    trunk/lib/AxKit2/Client.pm
    trunk/lib/AxKit2/HTTPHeaders.pm
    trunk/lib/AxKit2/Plugin.pm
    trunk/plugins/authenticate




</pre>
</div>
</content>
</entry>
<entry>
<title>[SVN] [215]  - do not overwrite an existing Last-Modified header in serve_file</title>
<author><name>jwalt@axkit.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-axkit-dev/200609.mbox/%3c20060926154533.7390.qmail@bodger.sergeant.org%3e"/>
<id>urn:uuid:%3c20060926154533-7390-qmail@bodger-sergeant-org%3e</id>
<updated>2006-09-26T15:45:33Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Revision: 215
          http://trac.axkit.org/axkit2/changeset/215
Author:   jwalt
Date:     2006-09-26 15:45:32 +0000 (Tue, 26 Sep 2006)

Log Message:
-----------
 - do not overwrite an existing Last-Modified header in serve_file
 - implement HTTP Digest auth (qop=auth only for now)

Modified Paths:
--------------
    trunk/lib/AxKit2/HTTPHeaders.pm
    trunk/plugins/aio/serve_file
    trunk/plugins/authenticate
    trunk/plugins/serve_file




</pre>
</div>
</content>
</entry>
</feed>
