issues Search Results · language:Dune language:JavaScript language:Java language:JavaScript language:Java language:HTML
Filter by
39.8M results
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 ...
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()). ...
Instead of loading directly into the target database it s useful, for clustered databases especially, to first write new
rows for Hubs, Links and Satellites to a temporary file and to then use a bulk loader. ...
nice to have
POST /ws/rs/schedule/getAppointment returns HTTP 500 for a valid appointment, but the response body still contains the
full appointment + nested demographic JSON (patient name, phone, patient status). ...
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.