issues Search Results · language:Dune language:JavaScript language:Java language:JavaScript language:HTML
Filter by
39.8M results
REST DocumentService is registered under OAuth /ws/services (applicationContextREST.xml) but not under session /ws/rs
(spring_ws.xml bean list). The same document operation is therefore reachable on one ...
type: bug
SOAP PrescriptionService.getPrescription faults (SOAP fault → HTTP 500) when a drug s pastMed is null.
DrugTransfer.toTransfer uses BeanUtils.copyProperties(drug, transfer); Drug.pastMed is a nullable ...
Monthly appointment fetch excludes appointments on the last day of the month. In
AppointmentManagerImpl.findMonthlyAppointments (~lines 281-313), the end date is set to the last day of the month, then ...
good first issue
Review effort [1-5]: 1
type: bug
Proposal
Enable the Clippy lint clippy::dbg_macro at deny level in the root [lints.clippy] table of Cargo.toml.
What it catches
The dbg!(...) macro is a debugging aid that prints an expression and its ...
TicklerWebService bulk /complete and /delete always return HTTP 500 for valid input. The handlers do:
ArrayNode ticklerIds = (ArrayNode) json.get( ticklers );
for (Object id : ticklerIds) { int ticklerNo ...
good first issue
Review effort [1-5]: 1
type: bug
The /ws/rs/schedule REST appointment endpoints are broken in several ways. All live in webserv/rest/ScheduleService.java
+ AppointmentTo1/converter, and one round-trip an appointment through the REST API ...
Review effort [1-5]: 2
type: bug
Security roles marked inactive (secUserRole.activeyn = 0) still grant access. The privilege path
SecurityInfoManagerImpl.hasPrivilege() → getRoles() → SecuserroleDao.findByProviderNo() loads roles with ...
Review effort [1-5]: 2
type: security
OAuth 1.0a accepts nonce replay within the timestamp window. The request-signing oauth_nonce is parsed and required
present (OAuth1ParamParser), but there is no used-nonce store anywhere — only timestamp ...
API authentication failures surface as HTTP 500 instead of a clean 401/403.
- REST (OAuth 1.0a): OAuthInterceptor constructs OAuth1Exception(401, ...) but throws new Fault(e) without
setStatusCode(e.getHttpCode()). ...
Review effort [1-5]: 2
type: bug
type: security

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.