blob: f071a00b1a236916721d2498c93fa64e048a895b [file] [view]
# Issue Tracker
## Apache Jira
Apache Axis2/C uses Apache Jira for bug tracking and feature requests:
- **Issue Tracker**: [issues.apache.org/jira/projects/AXIS2C](https://issues.apache.org/jira/projects/AXIS2C/summary)
## Reporting Bugs
### Before Reporting
1. **Search existing issues** - Your bug may already be reported
2. **Check the latest version** - The issue may be fixed in a newer release
3. **Verify it's an Axis2/C issue** - Not a misconfiguration or dependency problem
### Bug Report Template
When filing a bug report, include:
```markdown
## 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
```
[Relevant log output]
```
## Additional Context
[Any other relevant information]
```
## Feature Requests
For new features:
1. **Check existing requests** - Someone may have requested it already
2. **Describe the use case** - Why is this feature needed?
3. **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](https://www.apache.org/security/) - Official procedures for reporting security issues to Apache projects
## Browsing Issues
You can browse existing issues directly:
- [All Issues](https://issues.apache.org/jira/browse/AXIS2C)
## Contributing Fixes
If you'd like to fix an issue yourself:
1. Comment on the Jira issue to claim it
2. Fork the repository
3. Create a branch for your fix
4. Submit a pull request referencing the Jira issue
See [Contributing Guide](contributing.md) for details.