Issue Tracker¶
Apache Jira¶
Apache Axis2/C uses Apache Jira for bug tracking and feature requests:
- Issue Tracker: issues.apache.org/jira/projects/AXIS2C
Reporting Bugs¶
Before Reporting¶
- Search existing issues - Your bug may already be reported
- Check the latest version - The issue may be fixed in a newer release
- Verify it's an Axis2/C issue - Not a misconfiguration or dependency problem
Bug Report Template¶
When filing a bug report, include:
## Environment
- Axis2/C version:
- OS: (e.g., Ubuntu 22.04, macOS 14)
- Compiler: (e.g., GCC 11.4)
- Dependencies: (OpenSSL version, nghttp2 version, etc.)
## Description
[Clear description of the bug]
## Steps to Reproduce
1. [First step]
2. [Second step]
3. [...]
## Expected Behavior
[What should happen]
## Actual Behavior
[What actually happens]
## Logs/Error Messages
Feature Requests¶
For new features:
- Check existing requests - Someone may have requested it already
- Describe the use case - Why is this feature needed?
- Propose a solution - If you have ideas for implementation
Security Vulnerabilities¶
Do not report security vulnerabilities through public issues.
Apache Axis2/C follows the Apache Software Foundation security policy for reporting vulnerabilities. Please refer to the official ASF security documentation:
- ASF Security Team - Official procedures for reporting security issues to Apache projects
Browsing Issues¶
You can browse existing issues directly:
Contributing Fixes¶
If you'd like to fix an issue yourself:
- Comment on the Jira issue to claim it
- Fork the repository
- Create a branch for your fix
- Submit a pull request referencing the Jira issue
See Contributing Guide for details.