Horde Application Framework 3.3.1 (Horde 3 branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Horde Application Framework 3.3.1 (Horde 3 branch)
# 1  
Old 12-10-2008
Horde Application Framework 3.3.1 (Horde 3 branch)

The Horde Application Framework is a modular, general-purpose Web application framework. It provides an extensive array of classes that are targeted at the common problems and tasks involved in developing modern Web applications.License: GNU Lesser General Public License (LGPL)Changes:
This release adds another check to the XSS filter for an Internet Explorer exploit. In addition, there is an import script for SquirrelMail preferences, and access keys have been made consistent across browsers. Sharing when using LDAP-backed groups has been fixed, several SyncML bugs have been fixed, and prototype.js was upgraded to 1.6.0.3.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
CGI::Application::Plugin::DevPopup::HTTPHeaders(3pm)	User Contributed Perl Documentation   CGI::Application::Plugin::DevPopup::HTTPHeaders(3pm)

NAME
CGI::Application::Plugin::DevPopup::HTTPHeaders - show incoming and outgoing HTTP headers VERSION
version 1.07 SYNOPSIS
use CGI::Application::Plugin::DevPopup; use CGI::Application::Plugin::DevPopup::HTTPHeaders; The rest of your application follows ... Output looks roughly like this: Incoming HTTP Headers ----------------------------------- http ----------------------------------- HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 HTTP_ACCEPT_CHARSET UTF-8,*;q=0.5 HTTP_HOST www.example.com Outgoing HTTP Headers ----------------------------------- Content-Type: text/html; charset=utf8 Environment Dump ----------------------------------- CAP_DEVPOPUP_EXEC 1 DOCUMENT_ROOT /var/www/html GATEWAY_INTERFACE CGI/1.1 QUERY_STRING REMOTE_ADDR 127.0.0.1 LIMITATIONS
For obvious reasons, the outgoing headers only display what CGI::Application will generate. SEE ALSO
CGI::Application::Plugin::DevPopup, CGI::Application AUTHOR
Rhesa Rozendaal, rhesa@cpan.org BUGS
Please report any bugs or feature requests to bug-cgi-application-plugin-devpopup@rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=CGI-Application-Plugin-DevPopup <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=CGI- Application-Plugin-DevPopup>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. COPYRIGHT &; LICENSE Copyright 2005 Rhesa Rozendaal, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.12.4 2011-10-31 CGI::Application::Plugin::DevPopup::HTTPHeaders(3pm)