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
_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
