You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Niklas Gustavsson (JIRA)" <ji...@apache.org> on 2008/08/25 16:49:44 UTC

[jira] Created: (FTPSERVER-168) DbUserManager does not create WriteAuthority on MySQL

DbUserManager does not create WriteAuthority on MySQL
-----------------------------------------------------

                 Key: FTPSERVER-168
                 URL: https://issues.apache.org/jira/browse/FTPSERVER-168
             Project: FtpServer
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.0-M2
            Reporter: Niklas Gustavsson
            Assignee: Niklas Gustavsson
             Fix For: 1.0-M3


With MySQL, using a int column as a boolean for write permissions, the current check in DbUserManager fails to match that with the required string ("true"). The check should be more permissive.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (FTPSERVER-168) DbUserManager does not create WriteAuthority on MySQL

Posted by "Niklas Gustavsson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FTPSERVER-168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625384#action_12625384 ] 

Niklas Gustavsson commented on FTPSERVER-168:
---------------------------------------------

Potential fix commited:

svn commit "/media/big/home/svn/apache/ftpserver-trunk/core/src/main/java/org/apache/ftpserver/usermanager/DbUserManager.java" -m "Should fix the issue with write permission matches incorrectly on MySQL (FTPSERVER-168)" --username "ngn"
	M /media/big/home/svn/apache/ftpserver-trunk/core/src/main/java/org/apache/ftpserver/usermanager/DbUserManager.java
	  Transmitting file data: /media/big/home/svn/apache/ftpserver-trunk/core/src/main/java/org/apache/ftpserver/usermanager/DbUserManager.java
Committed revision 688739

> DbUserManager does not create WriteAuthority on MySQL
> -----------------------------------------------------
>
>                 Key: FTPSERVER-168
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-168
>             Project: FtpServer
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0-M2
>            Reporter: Niklas Gustavsson
>            Assignee: Niklas Gustavsson
>             Fix For: 1.0-M3
>
>
> With MySQL, using a int column as a boolean for write permissions, the current check in DbUserManager fails to match that with the required string ("true"). The check should be more permissive.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (FTPSERVER-168) DbUserManager does not create WriteAuthority on MySQL

Posted by "Niklas Gustavsson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FTPSERVER-168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niklas Gustavsson closed FTPSERVER-168.
---------------------------------------

    Resolution: Fixed

This should now have been taken care of.

> DbUserManager does not create WriteAuthority on MySQL
> -----------------------------------------------------
>
>                 Key: FTPSERVER-168
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-168
>             Project: FtpServer
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0-M2
>            Reporter: Niklas Gustavsson
>            Assignee: Niklas Gustavsson
>             Fix For: 1.0-M3
>
>
> With MySQL, using a int column as a boolean for write permissions, the current check in DbUserManager fails to match that with the required string ("true"). The check should be more permissive.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.