Search Options

Results per page
Sort
Preferred Languages
Advance

Results 191 - 200 of 701 for user2 (0.03 sec)

  1. CHANGELOG/CHANGELOG-1.27.md

    ### CVE-2024-5321: Incorrect permissions on Windows containers logs
    
    A security issue was discovered in Kubernetes clusters with Windows nodes
    where BUILTIN\Users may be able to read container logs and NT
    AUTHORITY\Authenticated Users may be able to modify container logs.
    
    **Affected Versions**:
      - kubelet <= 1.27.15
      - kubelet <= 1.28.11
      - kubelet <= 1.29.6
      - kubelet <= 1.30.2 
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jul 17 07:48:22 UTC 2024
    - 466.3K bytes
    - Viewed (2)
  2. src/main/java/org/codelibs/fess/helper/PathMappingHelper.java

                logger.debug("replace: {} -> {}", url, newUrl);
            }
            return newUrl;
        }
    
        /**
         * Checks if the user agent matches the path mapping.
         *
         * @param pathMapping the path mapping
         * @return true if the user agent matches
         */
        protected boolean matchUserAgent(final PathMapping pathMapping) {
            if (!pathMapping.hasUAMathcer()) {
                return true;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 9.5K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/opensearch/user/cbean/RoleCB.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.user.cbean;
    
    import org.codelibs.fess.opensearch.user.cbean.bs.BsRoleCB;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class RoleCB extends BsRoleCB {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 816 bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/opensearch/user/cbean/ca/UserCA.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.user.cbean.ca;
    
    import org.codelibs.fess.opensearch.user.cbean.ca.bs.BsUserCA;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class UserCA extends BsUserCA {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 822 bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/opensearch/user/cbean/cq/RoleCQ.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.user.cbean.cq;
    
    import org.codelibs.fess.opensearch.user.cbean.cq.bs.BsRoleCQ;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class RoleCQ extends BsRoleCQ {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 822 bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/opensearch/user/cbean/cq/UserCQ.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.user.cbean.cq;
    
    import org.codelibs.fess.opensearch.user.cbean.cq.bs.BsUserCQ;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class UserCQ extends BsUserCQ {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 822 bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/collect/ImmutableSetMultimap.java

       *         .putAll('a', "pple", "sparagus")
       *         .putAll('c', "arrot", "herry")
       *         .build();
       * }
       *
       * @since 33.2.0 (available since 21.0 in guava-jre)
       */
      @IgnoreJRERequirement // Users will use this only if they're already using streams.
      public static <T extends @Nullable Object, K, V>
          Collector<T, ?, ImmutableSetMultimap<K, V>> toImmutableSetMultimap(
              Function<? super T, ? extends K> keyFunction,
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 25.8K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/app/service/SearchLogService.java

                    }
                }
            }
        }
    
        /**
         * Creates search conditions for user info queries based on pager criteria.
         *
         * @param pager The search log pager containing filter criteria
         * @param cb The user info condition bean to configure
         */
        private void createUserInfoCondition(final SearchLogPager pager, final UserInfoCB cb) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 32.7K bytes
    - Viewed (0)
  9. guava/src/com/google/common/collect/Comparators.java

       *
       * <p>The recommended solution for finding the {@code minimum} of some values depends on the type
       * of your data and the number of elements you have. Read more in the Guava User Guide article on
       * <a href="https://github.com/google/guava/wiki/CollectionUtilitiesExplained#comparators">{@code
       * Comparators}</a>.
       *
       * @param a first value to compare, returned if less than or equal to b.
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Mar 17 20:26:29 UTC 2025
    - 10.9K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/exception/FessUserNotFoundException.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.exception;
    
    /**
     * Exception thrown when a user is not found in the Fess system.
     * This exception is typically thrown during authentication or user lookup operations
     * when the specified user does not exist in the system.
     */
    public class FessUserNotFoundException extends FessSystemException {
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 1.3K bytes
    - Viewed (0)
Back to top