[GitHub] [directory-scimple] bdemers opened a new pull request, #211: Remove resources classes from Feature implementation

2022-12-22 Thread GitBox


bdemers opened a new pull request, #211:
URL: https://github.com/apache/directory-scimple/pull/211

   Registering endpoints in a Feature is a gray area with JAX-RS. This seems to 
work with Jetty but not Wildfly.
   Based on community feedback this doesn't seem to be a valid expectation of a 
Feature.
   
   This change limits ScimpleFeature to only registering ExceptionMappers and 
Media Type related classes
   And adds util functionality in ScimResourceHelper
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



[GitHub] [directory-scimple] dependabot[bot] closed pull request #177: Bump tomee-maven-plugin from 9.0.0-M8 to 9.0.0.RC1

2022-12-22 Thread GitBox


dependabot[bot] closed pull request #177: Bump tomee-maven-plugin from 9.0.0-M8 
to 9.0.0.RC1
URL: https://github.com/apache/directory-scimple/pull/177


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



[GitHub] [directory-scimple] dependabot[bot] commented on pull request #177: Bump tomee-maven-plugin from 9.0.0-M8 to 9.0.0.RC1

2022-12-22 Thread GitBox


dependabot[bot] commented on PR #177:
URL: 
https://github.com/apache/directory-scimple/pull/177#issuecomment-1363081597

   Looks like org.apache.tomee.maven:tomee-maven-plugin is no longer a 
dependency, so this is no longer needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



[GitHub] [directory-scimple] bdemers merged pull request #209: Fixed Wildfly related issues

2022-12-22 Thread GitBox


bdemers merged PR #209:
URL: https://github.com/apache/directory-scimple/pull/209


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



[GitHub] [directory-scimple] bdemers merged pull request #210: Add enforcer rule to ensure dependencies have compatible bytecode versions

2022-12-22 Thread GitBox


bdemers merged PR #210:
URL: https://github.com/apache/directory-scimple/pull/210


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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



[jira] [Commented] (DIRAPI-387) More info on PasswordException

2022-12-22 Thread Natan Abolafya (Jira)


[ 
https://issues.apache.org/jira/browse/DIRAPI-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17651219#comment-17651219
 ] 

Natan Abolafya commented on DIRAPI-387:
---

I am either really bad at Jira or I don't have edit rights. I just realized the 
issue lacks this context:

 

The PasswordException in this case is triggered by 
*LdapConnectionTemplate.authenticate* call.

> More info on PasswordException
> --
>
> Key: DIRAPI-387
> URL: https://issues.apache.org/jira/browse/DIRAPI-387
> Project: Directory Client API
>  Issue Type: Improvement
>Reporter: Natan Abolafya
>Priority: Minor
> Attachments: debug.png
>
>
> It would be nice to get more info on PasswordException.
> Here is a response coming from Active Directory.
>  
> {code:java}
> Message ID : 7
>     BindResponse
>         Ldap Result
>             Result code : (INVALID_CREDENTIALS) invalidCredentials
>             Matched Dn : ''
>             Diagnostic message : '80090308: LdapErr: DSID-0C090446, comment: 
> AcceptSecurityContext error, data 533, v4563 '
> ){code}
>  
>  
> The information in Diagnostic message can be quite useful sometimes. In this 
> case, the "data 533" means the account is disabled which would be quite 
> useful information for diagnostics. I am attaching how the exception looks 
> like on debugger also.
>  
> Normal LdapExceptions have this information but not the PasswordException. It 
> would be really nice to add it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Created] (DIRAPI-387) More info on PasswordException

2022-12-22 Thread Natan Abolafya (Jira)
Natan Abolafya created DIRAPI-387:
-

 Summary: More info on PasswordException
 Key: DIRAPI-387
 URL: https://issues.apache.org/jira/browse/DIRAPI-387
 Project: Directory Client API
  Issue Type: Improvement
Reporter: Natan Abolafya
 Attachments: debug.png

It would be nice to get more info on PasswordException.

Here is a response coming from Active Directory.

 
{code:java}
Message ID : 7
    BindResponse
        Ldap Result
            Result code : (INVALID_CREDENTIALS) invalidCredentials
            Matched Dn : ''
            Diagnostic message : '80090308: LdapErr: DSID-0C090446, comment: 
AcceptSecurityContext error, data 533, v4563 '
){code}
 

 

The information in Diagnostic message can be quite useful sometimes. In this 
case, the "data 533" means the account is disabled which would be quite useful 
information for diagnostics. I am attaching how the exception looks like on 
debugger also.

 

Normal LdapExceptions have this information but not the PasswordException. It 
would be really nice to add it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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