Stripes commits

RevisionAuthorDateDescription
1029bengunter05 Jan 2009 23:48:54

Fixed STS-632. Includes are handled properly when determining the value of _sourcePage.

1028bengunter23 Dec 2008 16:47:14

Applied fix for STS-620 from trunk.

1027bengunter23 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.

1026bengunter23 Dec 2008 14:37:56

Applied fix for STS-628 from trunk.

1025bengunter23 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.

1024bengunter23 Dec 2008 14:13:07

Applied fix for second part (OnwardResolution) of STS-596 from trunk.

1023bengunter23 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.

1022bengunter23 Dec 2008 11:57:11

Applied changes from r1004 on the trunk, which was not linked to a JIRA issue.

1021bengunter23 Dec 2008 11:56:05

Applied changes from r1002 on the trunk, which did not link to a JIRA issue.

1020bengunter23 Dec 2008 11:26:31

Applied fix for STS-597 from trunk

1019bengunter23 Dec 2008 11:24:56

Applied fix for STS-617 from trunk

1018bengunter23 Dec 2008 11:01:51

Applied fix for STS-596 and STS-626 from trunk.

1017bengunter23 Dec 2008 11:00:53

Applied fix for STS-588 from trunk.