/[SQLSession]
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Revision 35


Jump to revision: Previous Next
Author: dpavlin
Date: Wed Jan 17 17:24:32 2007 UTC (17 years, 3 months ago)
Changed paths: 1
Log Message:
after simple patch to HTTP::Server::Simple ajax validate and canonicalize
work, added limit and offset as upprecased keywords.

--- HTTP-Server-Simple-0.26/lib/HTTP/Server/Simple.pm	2006-11-26 01:15:39.000000000 +0100
+++ Simple.pm	2007-01-17 18:22:46.000000000 +0100
@@ -305,7 +305,7 @@
         $proto ||= "HTTP/0.9";
 
         my ( $file, $query_string )
-            = ( $request_uri =~ /([^?]*)(?:\?(.*))?/ );    # split at ?
+            = ( $request_uri =~ /([^?]*)(?:\?(.*))?/s );    # split at ?
 
         $self->setup(
             method       => $method,


Changed paths

Path Details
Directorytrunk/lib/SQLSession/Action/DoSQL.pm modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.26