
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
File Attachments:
|
None
|
|
Image Attachments:
|
|
|
Environment:
|
Windows Vista
|
|
| Build: |
8,769
|
| Fixed in build: |
8,912
|
|
It seems that my URLs are no longer resolving in this build. See attached screenshot.
|
|
Description
|
It seems that my URLs are no longer resolving in this build. See attached screenshot. |
Show » |
|
The JSP can find this URL:
<bean name="/sitemap.htm" class="org.springframework.web.servlet.mvc.ParameterizableViewController">
<property name="viewName" value="siteMapDef"/>
</bean>
The JSP cannot find the URL:
@RequestMapping("/home.htm")
public ModelAndView displayHomepage(HttpServletRequest request) throws Exception { }
One another thing to note: I'm using component-scan to load annotated controllers