Maybe it would make sense to have separate issues opened in Bugzilla
for each of these items so that there can be a clearer history trail
about these aspects and the commit logs can reference the bug numbers?
 https://issues.apache.org/bugzilla/



On Thu, May 10, 2012 at 7:54 AM, Cyril Shtumf <shtu...@gmail.com> wrote:
> Hi all
>
> I found several errors in mod_rivet. Patches to fix them are attached.
>
> The package DIO doesn't check server connection.
> For example, if set in mysql config "wait_timeout = 60", after 1 minute I
> get the error "server has gone away". [1]
>
> Also in DIO. Multiple fields in "delete" returns sql-query with wrong
> syntax.
> For example: db delete [list $var1 $var2] -keyfield [list {var1} {var2}]
> -table {my_table}. [2]
>
> In the session package. The session data need to delete (rivet_session_cache
> table). Wrong syntax in sql-query and "ON DELETE CASCADE" available only for
> mysql-engine INNODB. May make sense a cleaning table through a script? [3]
>
> A small addition. Cookie doesn't support HttpOnly flag. [4]
>
> 1. dio_check_conn.diff
> 2. fix_delete_for_multiple_fields.diff
> 3. delete_session_data.diff
> 4. add_HttpOnly_cookies.diff
>
> --
> Best regards,
> Cyril
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: rivet-dev-unsubscr...@tcl.apache.org
> For additional commands, e-mail: rivet-dev-h...@tcl.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscr...@tcl.apache.org
For additional commands, e-mail: rivet-dev-h...@tcl.apache.org

Reply via email to