Skip to content

Commit

Permalink
O3-3988 Patient identification photo not loading in patient banner
Browse files Browse the repository at this point in the history
  • Loading branch information
dkayiwa committed Sep 19, 2024
1 parent deb522d commit c459439
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@Component
public class BaseUriSetup {

public void setup(HttpServletRequest request) {
public synchronized void setup(HttpServletRequest request) {
if (!RestConstants.URI_PREFIX.startsWith("http://") && !RestConstants.URI_PREFIX.startsWith("https://")) {
StringBuilder uri = new StringBuilder();
uri.append(request.getScheme()).append("://").append(request.getServerName());
Expand Down

0 comments on commit c459439

Please sign in to comment.