Skip to content

Instantly share code, notes, and snippets.

View damogallagher's full-sized avatar

Damien Gallagher damogallagher

View GitHub Profile
@damogallagher
damogallagher / HelloController.java
Created August 12, 2014 10:39
Spring Security and MultiPart File Uploads - Not Working Correctly Yet
package com.test.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.multipart.MultipartFile;
import org.springframework.web.servlet.ModelAndView;
import org.slf4j.Logger;