Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
extenda
/
openapi-httpserver-java
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
0
Pull requests
4
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
feat: Support URL wildcards on extraRoutes
- #96
#96
Merged
thced
merged 14 commits into
master
extenda/openapi-httpserver-java:master
from
feat/extras-wildcard
extenda/openapi-httpserver-java:feat/extras-wildcard
Copy head branch name to clipboard
May 22, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
feat: Support URL wildcards on extraRoutes
#96
thced
merged 14 commits into
master
extenda/openapi-httpserver-java:master
from
feat/extras-wildcard
extenda/openapi-httpserver-java:feat/extras-wildcard
Copy head branch name to clipboard
Commits
Commits on May 22, 2026
docs: Add extras wildcard matching design
thced
committed
2f1bb9f
View commit details
Copy full SHA for 2f1bb9f
Browse repository at this point
docs: Add path-traversal protection to extras wildcard design
thced
committed
f935536
View commit details
Copy full SHA for f935536
Browse repository at this point
docs: Harden extras path-traversal protection (raw+decoded checks)
thced
committed
e9f2509
View commit details
Copy full SHA for e9f2509
Browse repository at this point
docs: Add extras wildcard implementation plan
thced
committed
07490a3
View commit details
Copy full SHA for 07490a3
Browse repository at this point
feat: Add PathPattern for extras wildcard matching
thced
committed
04ce19a
View commit details
Copy full SHA for 04ce19a
Browse repository at this point
docs: Document extras wildcard syntax in README
thced
committed
e227af4
View commit details
Copy full SHA for e227af4
Browse repository at this point
docs: Clarify mid-path vs trailing ** semantics in extras spec
thced
committed
49632af
View commit details
Copy full SHA for 49632af
Browse repository at this point
feat: Add ExtrasPathValidator for traversal protection
thced
committed
75e8b59
View commit details
Copy full SHA for 75e8b59
Browse repository at this point
fix: Use URI.getPath() in ExtrasPathValidator; remove duplicate test
thced
committed
d25b35e
View commit details
Copy full SHA for d25b35e
Browse repository at this point
feat: Add ExtrasRouter with exact and wildcard matching
thced
committed
67d38d3
View commit details
Copy full SHA for 67d38d3
Browse repository at this point
feat: Replace per-route extras wiring with ExtrasRouter
Show description for 378add9
thced
committed
378add9
View commit details
Copy full SHA for 378add9
Browse repository at this point
test: Add integration tests for extras wildcard matching
thced
committed
5f1cb9e
View commit details
Copy full SHA for 5f1cb9e
Browse repository at this point
test: Use HTTP_NO_CONTENT and add single-dot traversal vector to ExtrasWildcardIT
thced
committed
a8fd01b
View commit details
Copy full SHA for a8fd01b
Browse repository at this point
refactor: Reduce cognitive complexity in path validation; drop dead IT comments
thced
committed
ff33d15
View commit details
Copy full SHA for ff33d15
Browse repository at this point
You can’t perform that action at this time.