Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Embedded Jetty 9.2.13 - Loading static resources with spaces in an uber jar

I have migrated from Jetty 8 to 9 and everything seemed to be going well.

I am running an embedded Jetty application from an uber jar. After the upgrade, I noticed that static resources (located in the jar) are resulting in 404 errors but only for resources with a space character in the file name!

ex: http://{host}/js/widgets/shape/simple%20circle.svg

This all worked fine under Jetty 8.

Any ideas?

Melissa


Back to the top