- 24 Nov, 2013 1 commit
-
-
otmar authored
* Bugfix: - the xmlcgi input filter would potentially return more data than the downstream filter asked for. This seems to be fine for some backends, but php5 croaks on this. Fixed by using a temporary bucket-brigade. The debugging for version 1.10 was sponsored by CentralNic.
-
- 07 Aug, 2012 1 commit
-
-
otmar authored
- logout clears information about the session now after calling the handler. (Suggested by lilian @ rudenco.com.)
-
- 25 Jul, 2012 1 commit
-
-
otmar authored
* Bugfix: - mod_proxy needs unparsed_uri to be set in the request structure in Apache 2.2.22. Fixed by calling ap_parse_uri.
-
- 05 Apr, 2011 1 commit
-
-
otmar authored
1.8: (April 2011) * Bugfix: - Handle TRANSIENT buckets correctly when collecting a long answer from the backend. * New features: - new program async-epptelnet.pl: Same as epptelnet.pl, minus SSL and other frills, but can do async operations. The debugging for version 1.8 was sponsored by SIDN.
-
- 01 Sep, 2010 1 commit
-
-
otmar authored
1.7: (September 2010) * Bugfixes: - Cope with longer messages on imput (missed initialization) - Make output filter work independent of request object - Make Connection: close work for error-handlers * New Feature: - Original EPP frame can be passed to backend The debugging for version 1.7 was sponsored by CentralNic.
-
- 26 Jul, 2010 1 commit
-
-
otmar authored
-
- 16 Dec, 2009 1 commit
-
-
otmar authored
* Bugfix: Internal EPP error messages work again * Default value for EPPAuthURI * New config statement: EPPReturncodeHeader - Backend can signal EPP RC to mod_epp * New feature: implicit login - EPPAuthURI = implicit - no special request to authenticate - uses either HTTP error code or via EPPReturncodeHeader of the <login> command. * New feature: User-Agent: header set * Bufix/Feature: Connection close now works on mod_proxy - X-Connection - via EPP return code * A mod_proxy setup is now fully supported. See README. Version 1.6 was paid for by SIDN.
-