Nope it didn't work
the param name="uc_uploader" is the url called to post the images.
I just want to be able to run the applet on screen.
I think there is a problem due to spring security.
The mapping changes from "/jmaster/jumploader/app/JumpLoaderApplet.class"
to "/jmaster/jumploader/app/JumpLoaderApplet/class.class"
as it goes down the filter line.
Code:
31 WARN PageNotFound:959 - No mapping found for HTTP request with URI [/webapp/jmaster/jumploader/app/JumpLoaderApplet.class] in DispatcherServlet with name 'springmvc'
15:42:49,632 DEBUG HttpSessionSecurityContextRepository:316 - SecurityContext contents are anonymous - context will not be stored in HttpSession.
15:42:49,632 DEBUG DispatcherServlet:643 - Successfully completed request
15:42:49,633 DEBUG ExceptionTranslationFilter:100 - Chain processed normally
15:42:49,633 DEBUG SecurityContextPersistenceFilter:87 - SecurityContextHolder now cleared, as request processing completed
15:42:49,678 DEBUG FilterChainProxy:197 - Converted URL to lowercase, from: '/jmaster/jumploader/app/jumploaderapplet/class.class'; to: '/jmaster/jumploader/app/jumploaderapplet/class.class'
15:42:49,678 DEBUG FilterChainProxy:204 - Candidate is: '/jmaster/jumploader/app/jumploaderapplet/class.class'; pattern is /**; matched=true
I just can't get the applet's jar file to be picked up