Skip to content

bug: IOException due to non existant source mapping url - #80

Merged
kristinaxm merged 2 commits into
mainfrom
bug/exception-source-mapping-url
Feb 18, 2026
Merged

bug: IOException due to non existant source mapping url#80
kristinaxm merged 2 commits into
mainfrom
bug/exception-source-mapping-url

Conversation

@fmazmz

@fmazmz fmazmz commented Feb 17, 2026

Copy link
Copy Markdown
Member

purify.min.js had a sourceMappingUrl to a file that is non existant. When opening the browser devtools the browser is trying to request that file resulting in an exception being thrown.

I have removed the url & removed the stack trace from the console log message.

404`s will now look like this in the console:

INFO: Attempting to serve static file: /static/.well-known/appspecific/com.chrome.devtools.json
Feb 17, 2026 4:18:50 PM org.juv25d.handler.StaticFileHandler handle
WARNING: File not found: /static/.well-known/appspecific/com.chrome.devtools.json

Original Issue:

Feb 17, 2026 2:58:56 PM org.juv25d.handler.StaticFileHandler handle
INFO: Successfully served: /static/images/tech-bg.jpg (image/jpeg)
GET /js/purify.min.js.map
Feb 17, 2026 2:58:56 PM org.juv25d.handler.StaticFileHandler handle
INFO: Attempting to serve static file: /static/js/purify.min.js.map
Feb 17, 2026 2:58:56 PM org.juv25d.handler.StaticFileHandler handle
WARNING: File not found: /static/js/purify.min.js.map
java.io.IOException: Resource not found: /static/js/purify.min.js.map
	at org.juv25d.handler.StaticFileHandler.loadResource(StaticFileHandler.java:140)
	at org.juv25d.handler.StaticFileHandler.handle(StaticFileHandler.java:61)
	at org.juv25d.plugin.StaticFilesPlugin.handle(StaticFilesPlugin.java:20)
	at org.juv25d.filter.FilterChainImpl.doFilter(FilterChainImpl.java:28)
	at org.juv25d.filter.LoggingFilter.doFilter(LoggingFilter.java:13)
	at org.juv25d.filter.FilterChainImpl.doFilter(FilterChainImpl.java:25)
	at org.juv25d.filter.IpFilter.doFilter(IpFilter.java:37)
	at org.juv25d.filter.FilterChainImpl.doFilter(FilterChainImpl.java:25)
	at org.juv25d.ConnectionHandler.run(ConnectionHandler.java:53)
	at java.base/java.lang.VirtualThread.run(Unknown Source)

resolves #78
@coderabbitai ignore

@kristinaxm

Copy link
Copy Markdown

Nice fix.

@kristinaxm
kristinaxm merged commit eede595 into main Feb 18, 2026
2 checks passed
@fmazmz
fmazmz deleted the bug/exception-source-mapping-url branch February 18, 2026 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

IOException in server logs

3 participants