Any non-mandatory @RequestParam will now get a strange default value of "\n\t\t\n\t\t\n\uE000\uE001\uE002\n\t\t\t\t\n", instead of earlier blank value, meaning that any checks that relied on request...
Type: Posts; User: AlexSavitsky; Keyword(s):
Any non-mandatory @RequestParam will now get a strange default value of "\n\t\t\n\t\t\n\uE000\uE001\uE002\n\t\t\t\t\n", instead of earlier blank value, meaning that any checks that relied on request...
Reported this as a bug at http://jira.springframework.org/browse/IDE-1075
Is Spring Security 3.0 being supported by Spring IDE yet? I'm getting XML validation errors whenever I'm trying to add an anonymous element inside an http element. The message is "Class...
What happened to the org.springframework.security.util.TextUtils? it wasn't deprecated in 2.0.4, yet it's not present in 3.0. Is there a replacement, and why isn't it mentioned in the changelog?
...
Cleared it up - apparently, it was the presence of both the ContextLoaderListener and DispatcherServlet configs - they both loaded at startup, and somehow conflicted with each other. When I removed...
I'm using a pretty standard setup - Tomcat, Spring 2.5, Java 6, JPA (Hibernate). Let's say I want to skip all the usual layered architecture, and use my EntityManager directly in my @Controller....