This is an automated email from the ASF dual-hosted git repository.

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git

commit b6065af1fe45a20212d00dc1092e555cef21c11b
Author: Robert Lazarski <[email protected]>
AuthorDate: Mon Jun 1 10:13:11 2026 -1000

    Fix incorrect path for RampartUsernameTokenValidator
    
    Class is in handler/ subpackage, not directly in rampart/.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
---
 AGENTS.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/AGENTS.md b/AGENTS.md
index 17814869..39e03056 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -66,7 +66,7 @@ Also check that password callback handlers do not leak 
credentials
 through logging or error messages.
 
 Key files:
-- 
`modules/rampart-core/src/main/java/org/apache/rampart/RampartUsernameTokenValidator.java`
+- 
`modules/rampart-core/src/main/java/org/apache/rampart/handler/RampartUsernameTokenValidator.java`
 - 
`modules/rampart-core/src/main/java/org/apache/rampart/handler/CertificateValidator.java`
 
 ## Project Structure

Reply via email to