| CODENOTIFIER | HelpYou are not signed inSign in |
| Revision | Author | Date | Description |
|---|---|---|---|
| 1029 | bengunter | 05 Jan 2009 23:48:54 | Fixed STS-632. Includes are handled properly when determining the value of _sourcePage. |
| 1028 | bengunter | 23 Dec 2008 16:47:14 | Applied fix for STS-620 from trunk. |
| 1027 | bengunter | 23 Dec 2008 16:43:12 | Fixed STS-620 the best I could. BootstrapPropertyResolver will catch AccessControlExceptions when getting property values and log a debug message telling what happened if it can't read the property. ResolverUtil has changed significantly since this problem was reported and does not appear to have the same problems as before. Aside from the two changes noted below, everything worked fine after this code change. Stripes still requires java.lang.RuntimePermission "accessDeclaredMembers", which is not in the default catalina.policy. It needs that one to find the event handler methods in the ActionBean classes. I also had to allow file read for WEB-INF/classes/logging.properties. That appears to be normal since there was already a template in the catalina.policy file for it. |
| 1026 | bengunter | 23 Dec 2008 14:37:56 | Applied fix for STS-628 from trunk. |
| 1025 | bengunter | 23 Dec 2008 14:36:40 | Fixed STS-628: StreamingResolution does not close InputStream/Reader on error. Applied a slightly modified patch provided by Ville Skytta. |
| 1024 | bengunter | 23 Dec 2008 14:13:07 | Applied fix for second part (OnwardResolution) of STS-596 from trunk. |
| 1023 | bengunter | 23 Dec 2008 14:11:37 | Fixed the second part of STS-596. OnwardResolution.setEvent(null) will prevent the event name from being added to the URL. |
| 1022 | bengunter | 23 Dec 2008 11:57:11 | Applied changes from r1004 on the trunk, which was not linked to a JIRA issue. |
| 1021 | bengunter | 23 Dec 2008 11:56:05 | Applied changes from r1002 on the trunk, which did not link to a JIRA issue. |
| 1020 | bengunter | 23 Dec 2008 11:26:31 | Applied fix for STS-597 from trunk |
| 1019 | bengunter | 23 Dec 2008 11:24:56 | Applied fix for STS-617 from trunk |
| 1018 | bengunter | 23 Dec 2008 11:01:51 | |
| 1017 | bengunter | 23 Dec 2008 11:00:53 | Applied fix for STS-588 from trunk. |