2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java3,443 stars (3,443 stars)723 forks (723 forks)batch import
help wanted
Description
类似nginx,配置mime.types 我想添加一条这个 application/javascript js;
Contributor guide
- Tech stack
- java
- Domain
- backendapi
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- JavaAndServer basicsMIME types
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 80
- Research direction
- Investigate the current MIME type handling in AndServer source code (look for MimeTypeManager or similar). Consider adding a configuration file (e.g., mime.types) in the server resources or a custom configuration option. Review existing configuration mechanisms in the project. Check comments in the issue for any maintainer guidance. Implement parsing of key value pairs and integration with the existing response header generation.