[GitHub] tomcat pull request #85: Fix NPE in AuthConfigFactoryImpl.detachListener()
GitHub user lkirchev opened a pull request: https://github.com/apache/tomcat/pull/85 Fix NPE in AuthConfigFactoryImpl.detachListener() Test case and fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=61777 You can merge this pull request into a Git repository by running: $ git pull https://github.com/lkirchev/tomcat npe_detach_listener Alternatively you can review and apply these changes as the patch at: https://github.com/apache/tomcat/pull/85.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #85 commit 48b3cc3bcb3d50a12a5ae00d0ab75645a88a38f4 Author: Lazar Kirchev Date: 2017-11-17T09:25:54Z Fix NPE in AuthConfigFactoryImpl.detachListener() --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[GitHub] tomcat pull request #86: Fix wrong return value from removeListener()
GitHub user lkirchev opened a pull request: https://github.com/apache/tomcat/pull/86 Fix wrong return value from removeListener() Test case and fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=61778 You can merge this pull request into a Git repository by running: $ git pull https://github.com/lkirchev/tomcat fix_remove_listener Alternatively you can review and apply these changes as the patch at: https://github.com/apache/tomcat/pull/86.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #86 commit 37fc340930e4d87f01da4a83769fa63996530a06 Author: Lazar Kirchev Date: 2017-11-17T10:27:46Z Fix wrong return value from removeListener() --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[GitHub] tomcat pull request #87: Fix NPE on removeRegistration in case getConfigProv...
GitHub user lkirchev opened a pull request: https://github.com/apache/tomcat/pull/87 Fix NPE on removeRegistration in case getConfigProvider is called wit⦠Test case and fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=61779 You can merge this pull request into a Git repository by running: $ git pull https://github.com/lkirchev/tomcat npe_remove_registration Alternatively you can review and apply these changes as the patch at: https://github.com/apache/tomcat/pull/87.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #87 commit bdcd567e80a94468180c945a1131ecc4f0f664d7 Author: Lazar Kirchev Date: 2017-11-17T10:47:19Z Fix NPE on removeRegistration in case getConfigProvider is called with null listener --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[GitHub] tomcat pull request #88: Return the default registration id in the list of r...
GitHub user lkirchev opened a pull request: https://github.com/apache/tomcat/pull/88 Return the default registration id in the list of registration ids on⦠Test case and fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=61780 You can merge this pull request into a Git repository by running: $ git pull https://github.com/lkirchev/tomcat fix_default_registration Alternatively you can review and apply these changes as the patch at: https://github.com/apache/tomcat/pull/88.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #88 commit 4c0dd481ecda4c9e6e6cbb10fb02623a169a9785 Author: Lazar Kirchev Date: 2017-11-17T11:59:03Z Return the default registration id in the list of registration ids only if there is such a registration --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[GitHub] tomcat pull request #89: Fix NPE when persisting a provider without layer or...
GitHub user lkirchev opened a pull request: https://github.com/apache/tomcat/pull/89 Fix NPE when persisting a provider without layer or app context Test case and fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=61781 You can merge this pull request into a Git repository by running: $ git pull https://github.com/lkirchev/tomcat npe_persist_providers Alternatively you can review and apply these changes as the patch at: https://github.com/apache/tomcat/pull/89.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #89 commit 1ced8a16cd4164e38edc2d40f03ef0880367d916 Author: Lazar Kirchev Date: 2017-11-17T12:37:15Z Fix NPE when persisting a provider without layer or app context --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[GitHub] tomcat pull request #90: When loading AuthConfigProvider class upon registra...
GitHub user lkirchev opened a pull request: https://github.com/apache/tomcat/pull/90 When loading AuthConfigProvider class upon registration firs search i⦠Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=61782 You can merge this pull request into a Git repository by running: $ git pull https://github.com/lkirchev/tomcat load_provider_class Alternatively you can review and apply these changes as the patch at: https://github.com/apache/tomcat/pull/90.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #90 commit 60893b43fa548f5213000e3082e526c9d96b Author: Lazar Kirchev Date: 2017-11-17T13:27:45Z When loading AuthConfigProvider class upon registration firs search it in tccl --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[GitHub] tomcat pull request #91: When a persistent registration is removed, the chan...
GitHub user lkirchev opened a pull request: https://github.com/apache/tomcat/pull/91 When a persistent registration is removed, the change should be persi⦠Test case and fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=61783 You can merge this pull request into a Git repository by running: $ git pull https://github.com/lkirchev/tomcat remove_persistent_provider Alternatively you can review and apply these changes as the patch at: https://github.com/apache/tomcat/pull/91.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #91 commit 47aa3f9437ad40253a8b107ce1208575691df968 Author: Lazar Kirchev Date: 2017-11-17T14:37:34Z When a persistent registration is removed, the change should be persisted --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[GitHub] tomcat pull request #92: Support null for provider class name when registeri...
GitHub user lkirchev opened a pull request: https://github.com/apache/tomcat/pull/92 Support null for provider class name when registering a provider Test case and fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=61784 You can merge this pull request into a Git repository by running: $ git pull https://github.com/lkirchev/tomcat null_provider_name Alternatively you can review and apply these changes as the patch at: https://github.com/apache/tomcat/pull/92.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #92 commit 0f83cecc022c4ce51a02752eb94f5585c24d566b Author: Lazar Kirchev Date: 2017-11-17T15:10:44Z Support null for provider class name when registering a provider --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[GitHub] tomcat pull request #93: Make JASPIC callback handler class configurable via...
GitHub user lkirchev opened a pull request: https://github.com/apache/tomcat/pull/93 Make JASPIC callback handler class configurable via a property of the⦠Add property of the authenticator to specify the class name of the JASPIC callback handler. You can merge this pull request into a Git repository by running: $ git pull https://github.com/lkirchev/tomcat configure_jaspic_callback_handler Alternatively you can review and apply these changes as the patch at: https://github.com/apache/tomcat/pull/93.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #93 commit 9d5720365f41d2939ae750413a3797ae9a2c4e0d Author: Lazar Kirchev Date: 2017-11-20T11:00:49Z Make JASPIC callback handler class configurable via a property of the authenticator --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[GitHub] tomcat pull request #92: Support null for provider class name when registeri...
Github user lkirchev closed the pull request at: https://github.com/apache/tomcat/pull/92 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[GitHub] tomcat issue #92: Support null for provider class name when registering a pr...
Github user lkirchev commented on the issue: https://github.com/apache/tomcat/pull/92 Will replace it with a new PR. --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[GitHub] tomcat pull request #94: Support null for provider class name when registeri...
GitHub user lkirchev opened a pull request: https://github.com/apache/tomcat/pull/94 Support null for provider class name when registering a provider Patch for https://bz.apache.org/bugzilla/show_bug.cgi?id=61784 You can merge this pull request into a Git repository by running: $ git pull https://github.com/lkirchev/tomcat null_provider_name Alternatively you can review and apply these changes as the patch at: https://github.com/apache/tomcat/pull/94.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #94 commit 0eea71fff6affdb2f1a18f2851619cdfacd70558 Author: Lazar Kirchev Date: 2017-11-22T15:05:55Z Support null for provider class name when registering a provider --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org