<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-16324</id>
	<title>Nabble - Stripes</title>
	<updated>2012-05-25T06:43:17Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Stripes-f16324.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stripes-f16324.html" />
	<subtitle type="html">&lt;a href=&quot;http://stripes.mc4j.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Stripes&lt;/a&gt;&amp;nbsp;is a Java framework with the goal of making Servlet/JSP based web development in Java as easy, intuitive and straight-forward as it should be. It's stripey and it doesn't suck.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-33908028</id>
	<title>[JIRA] Commented: (STS-881) Stripes cannot found default ActionBean form</title>
	<published>2012-05-25T06:43:17Z</published>
	<updated>2012-05-25T06:43:17Z</updated>
	<author>
		<name>JIRA jira@stripesframework.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12731#comment-12731&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12731#comment-12731&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Keuller Magalhaes commented on STS-881:
&lt;br&gt;---------------------------------------
&lt;br&gt;&lt;br&gt;Ok Frederic. Sorry for open a bug for that.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Stripes cannot found default ActionBean form
&lt;br&gt;&amp;gt; --------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: STS-881
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-881&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-881&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Stripes
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: ActionBean Dispatching, Context Management
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: Release 1.5.7
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: Windows 7 Home Premium, Jetty 8.1, JVM 1.7, Maven 3.0.4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Keuller Magalhaes
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Frederic Daoud
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Labels: Action, Resolution
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: HomeActionBean.java, home.jsp
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When I try to use a simple ActionBean with &amp;lt;s:form&amp;gt; tag with 'action' attribute, Stripes cannot found my ActionBean class, but when I put the @UrlBinding annotation in my ActionBean class all works fine. Stripes attempt to use the default ActionBean 'DefaultViewActionBean' and throws the EL exception because it cannot found a property of my bean.
&lt;br&gt;&amp;gt; 20:41:09,505 &amp;nbsp;WARN DefaultExceptionHandler:94 - Unhandled exception caught by the Stripes default exception handler.
&lt;br&gt;&amp;gt; org.apache.jasper.JasperException: javax.el.PropertyNotFoundException: The class 'net.sourceforge.stripes.controller.Def
&lt;br&gt;&amp;gt; aultViewActionBean' does not have the property 'message'.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:492)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:378)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:598)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:486)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:542)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:233)
&lt;br&gt;&amp;gt; The 'message' property exists inside my HomeActionBean.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-development mailing list
&lt;br&gt;&lt;a&gt;Stripes-development@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-development&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-development&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-dev-f16326.html&quot; embed=&quot;fixTarget[16326]&quot; target=&quot;_top&quot; &gt;stripes-dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-JIRA--Created%3A-%28STS-881%29-Stripes-cannot-found-default-ActionBean-form-tp33905289p33908028.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33905579</id>
	<title>[JIRA] Closed: (STS-881) Stripes cannot found default ActionBean form</title>
	<published>2012-05-24T18:41:17Z</published>
	<updated>2012-05-24T18:41:17Z</updated>
	<author>
		<name>JIRA jira@stripesframework.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Frederic Daoud closed STS-881.
&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Stripes cannot found default ActionBean form
&lt;br&gt;&amp;gt; --------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: STS-881
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-881&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-881&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Stripes
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: ActionBean Dispatching, Context Management
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: Release 1.5.7
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: Windows 7 Home Premium, Jetty 8.1, JVM 1.7, Maven 3.0.4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Keuller Magalhaes
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Frederic Daoud
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Labels: Action, Resolution
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: HomeActionBean.java, home.jsp
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When I try to use a simple ActionBean with &amp;lt;s:form&amp;gt; tag with 'action' attribute, Stripes cannot found my ActionBean class, but when I put the @UrlBinding annotation in my ActionBean class all works fine. Stripes attempt to use the default ActionBean 'DefaultViewActionBean' and throws the EL exception because it cannot found a property of my bean.
&lt;br&gt;&amp;gt; 20:41:09,505 &amp;nbsp;WARN DefaultExceptionHandler:94 - Unhandled exception caught by the Stripes default exception handler.
&lt;br&gt;&amp;gt; org.apache.jasper.JasperException: javax.el.PropertyNotFoundException: The class 'net.sourceforge.stripes.controller.Def
&lt;br&gt;&amp;gt; aultViewActionBean' does not have the property 'message'.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:492)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:378)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:598)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:486)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:542)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:233)
&lt;br&gt;&amp;gt; The 'message' property exists inside my HomeActionBean.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-development mailing list
&lt;br&gt;&lt;a&gt;Stripes-development@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-development&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-development&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-dev-f16326.html&quot; embed=&quot;fixTarget[16326]&quot; target=&quot;_top&quot; &gt;stripes-dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-JIRA--Created%3A-%28STS-881%29-Stripes-cannot-found-default-ActionBean-form-tp33905289p33905579.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33905573</id>
	<title>[JIRA] Resolved: (STS-881) Stripes cannot found default ActionBean form</title>
	<published>2012-05-24T18:39:17Z</published>
	<updated>2012-05-24T18:39:17Z</updated>
	<author>
		<name>JIRA jira@stripesframework.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Frederic Daoud resolved STS-881.
&lt;br&gt;--------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Resolution: Not a Bug
&lt;br&gt;&lt;br&gt;This is not a bug. In the future, please consider asking for help on the mailing list before opening a ticket. Thank you.
&lt;br&gt;&lt;br&gt;To get your code to work, you need to either:
&lt;br&gt;&lt;br&gt;a) move your action bean to a package that ends in 'action' (not 'actions'), or 'stripes', 'web', 'www' AND use action='/Home.action'
&lt;br&gt;&lt;br&gt;b) use action='br/com/gvt/sample/actions/Home.action'
&lt;br&gt;&lt;br&gt;c) use beanclass=&amp;quot;br.com.gvt.sample.actions.HomeActionBean&amp;quot;
&lt;br&gt;&lt;br&gt;Hope that helps.
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Stripes cannot found default ActionBean form
&lt;br&gt;&amp;gt; --------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: STS-881
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-881&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-881&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Stripes
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: ActionBean Dispatching, Context Management
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: Release 1.5.7
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: Windows 7 Home Premium, Jetty 8.1, JVM 1.7, Maven 3.0.4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Keuller Magalhaes
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Frederic Daoud
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Labels: Action, Resolution
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: HomeActionBean.java, home.jsp
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When I try to use a simple ActionBean with &amp;lt;s:form&amp;gt; tag with 'action' attribute, Stripes cannot found my ActionBean class, but when I put the @UrlBinding annotation in my ActionBean class all works fine. Stripes attempt to use the default ActionBean 'DefaultViewActionBean' and throws the EL exception because it cannot found a property of my bean.
&lt;br&gt;&amp;gt; 20:41:09,505 &amp;nbsp;WARN DefaultExceptionHandler:94 - Unhandled exception caught by the Stripes default exception handler.
&lt;br&gt;&amp;gt; org.apache.jasper.JasperException: javax.el.PropertyNotFoundException: The class 'net.sourceforge.stripes.controller.Def
&lt;br&gt;&amp;gt; aultViewActionBean' does not have the property 'message'.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:492)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:378)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:598)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:486)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:542)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:233)
&lt;br&gt;&amp;gt; The 'message' property exists inside my HomeActionBean.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-development mailing list
&lt;br&gt;&lt;a&gt;Stripes-development@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-development&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-development&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-dev-f16326.html&quot; embed=&quot;fixTarget[16326]&quot; target=&quot;_top&quot; &gt;stripes-dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-JIRA--Created%3A-%28STS-881%29-Stripes-cannot-found-default-ActionBean-form-tp33905289p33905573.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33905289</id>
	<title>[JIRA] Created: (STS-881) Stripes cannot found default ActionBean form</title>
	<published>2012-05-24T16:49:17Z</published>
	<updated>2012-05-24T16:49:17Z</updated>
	<author>
		<name>JIRA jira@stripesframework.org</name>
	</author>
	<content type="html">Stripes cannot found default ActionBean form
&lt;br&gt;--------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key: STS-881
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-881&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-881&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Stripes
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Components: ActionBean Dispatching, Context Management
&lt;br&gt;&amp;nbsp; &amp;nbsp; Affects Versions: Release 1.5.7
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Environment: Windows 7 Home Premium, Jetty 8.1, JVM 1.7, Maven 3.0.4
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: Keuller Magalhaes
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: Minor
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Attachments: HomeActionBean.java, home.jsp
&lt;br&gt;&lt;br&gt;When I try to use a simple ActionBean with &amp;lt;s:form&amp;gt; tag with 'action' attribute, Stripes cannot found my ActionBean class, but when I put the @UrlBinding annotation in my ActionBean class all works fine. Stripes attempt to use the default ActionBean 'DefaultViewActionBean' and throws the EL exception because it cannot found a property of my bean.
&lt;br&gt;&lt;br&gt;&lt;br&gt;20:41:09,505 &amp;nbsp;WARN DefaultExceptionHandler:94 - Unhandled exception caught by the Stripes default exception handler.
&lt;br&gt;org.apache.jasper.JasperException: javax.el.PropertyNotFoundException: The class 'net.sourceforge.stripes.controller.Def
&lt;br&gt;aultViewActionBean' does not have the property 'message'.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:492)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:378)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:598)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:486)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:542)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:233)
&lt;br&gt;&lt;br&gt;The 'message' property exists inside my HomeActionBean.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-development mailing list
&lt;br&gt;&lt;a&gt;Stripes-development@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-development&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-development&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-dev-f16326.html&quot; embed=&quot;fixTarget[16326]&quot; target=&quot;_top&quot; &gt;stripes-dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-JIRA--Created%3A-%28STS-881%29-Stripes-cannot-found-default-ActionBean-form-tp33905289p33905289.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33902197</id>
	<title>[Question] Create &quot;Copy of FileActionBeanName .action&quot; on Tomcat Server</title>
	<published>2012-05-24T07:15:42Z</published>
	<updated>2012-05-24T07:15:42Z</updated>
	<author>
		<name>danieldaya</name>
	</author>
	<content type="html">I have done development application using stripes framework, and put on Tomcat server.
&lt;br&gt;Then I am testing application from browser. When I access link in application, in root folder on Tomcat server create new file with name &amp;quot;Copy of fileactionbean .action&amp;quot; automatically. When I close browser, this file deleted automatically.
&lt;br&gt;my question is, how that's file generated?
&lt;br&gt;is this a behavior on Stripes Framework?
&lt;br&gt;&lt;br&gt;Development Environment : 
&lt;br&gt;Java 1.5
&lt;br&gt;Tomcat 6.0
&lt;br&gt;Windows Server 2003
&lt;br&gt;Stripes Framework&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Question--Create-%22Copy-of-FileActionBeanName-.action%22-on-Tomcat-Server-tp33902197p33902197.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33891464</id>
	<title>[JIRA] Created: (STS-880) Disabled select fields not populated from the actionBean upon validation failure.</title>
	<published>2012-05-22T12:09:04Z</published>
	<updated>2012-05-22T12:09:04Z</updated>
	<author>
		<name>JIRA jira@stripesframework.org</name>
	</author>
	<content type="html">Disabled select fields not populated from the actionBean upon validation failure.
&lt;br&gt;---------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key: STS-880
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-880&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-880&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Stripes
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Components: Validation
&lt;br&gt;&amp;nbsp; &amp;nbsp; Affects Versions: Release 1.5.7
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Environment: Windows, Jboss 4.2.3
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: Matthew Kilpatrick
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: Minor
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Attachments: Disabled_selects.zip
&lt;br&gt;&lt;br&gt;A disabled select field does not get repopulated from the actionBean upon validation failure. The expected behavior is that the select field would get repopulated as the disabled field is never sent in the request.
&lt;br&gt;&lt;br&gt;Test case attached.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-development mailing list
&lt;br&gt;&lt;a&gt;Stripes-development@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-development&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-development&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-dev-f16326.html&quot; embed=&quot;fixTarget[16326]&quot; target=&quot;_top&quot; &gt;stripes-dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-JIRA--Created%3A-%28STS-880%29-Disabled-select-fields-not-populated-from-the-actionBean-upon-validation-failure.-tp33891464p33891464.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33869845</id>
	<title>Re: Stripes 1.5.7 available now</title>
	<published>2012-05-18T04:58:41Z</published>
	<updated>2012-05-18T04:58:41Z</updated>
	<author>
		<name>Ben Gunter</name>
	</author>
	<content type="html">Thank you for pointing that out, Jose. It&amp;#39;s fixed.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;-Ben&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, May 18, 2012 at 4:18 AM, José Miguel Perdigão &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a&gt;jose-m-perdigao@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;

&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;&lt;div lang=&quot;PT&quot; link=&quot;blue&quot; vlink=&quot;purple&quot;&gt;&lt;div&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:11.0pt;font-family:&amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:#1f497d&quot;&gt;Thanks Ben.&lt;u&gt;&lt;/u&gt;&lt;u&gt;&lt;/u&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:11.0pt;font-family:&amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:#1f497d&quot;&gt;&lt;u&gt;&lt;/u&gt; &lt;u&gt;&lt;/u&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:11.0pt;font-family:&amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:#1f497d&quot;&gt;Is the date &amp;quot;Stripes 1.5.7 Released, May 17, 2011&amp;quot; correct?&lt;u&gt;&lt;/u&gt;&lt;u&gt;&lt;/u&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:11.0pt;font-family:&amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:#1f497d&quot;&gt;&lt;u&gt;&lt;/u&gt; &lt;u&gt;&lt;/u&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size:11.0pt;font-family:&amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:#1f497d&quot;&gt;José Perdigão&lt;u&gt;&lt;/u&gt;&lt;u&gt;&lt;/u&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size:11.0pt;font-family:&amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:#1f497d&quot;&gt;&lt;u&gt;&lt;/u&gt; &lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stripes-1.5.7-available-now-tp33868488p33869845.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33869829</id>
	<title>Re: @WaitPage pure AJAX</title>
	<published>2012-05-18T04:54:27Z</published>
	<updated>2012-05-18T04:54:27Z</updated>
	<author>
		<name>Poitras Christian</name>
	</author>
	<content type="html">&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;&lt;head&gt;&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
&lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
&lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
&lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
&lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;&lt;/head&gt;&lt;body lang=EN-CA link=blue vlink=purple&gt;&lt;div class=WordSection1&gt;&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;Hi,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;I think it&amp;#8217;s possible even though I didn&amp;#8217;t try myself.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;The trick is to use the &amp;#8220;path&amp;#8221; attribute to return some content to Ajax to indicate that the event is currently being executed.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;This path should also return validation errors so that your Ajax code can update the page and show the errors to your user.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;Then, you can use some Ajax-updater function using &amp;#8220;ajax&amp;#8221; attribute to record the progression and load the page once the job is complete.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;So follow the example to start.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;&lt;a href=&quot;http://www.stripesframework.org/display/stripes/Wait+Page+for+Long+Events&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/display/stripes/Wait+Page+for+Long+Events&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;Sections:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2 style='margin-left:36.0pt;text-indent:-18.0pt;mso-list:l0 level1 lfo1'&gt;&lt;![if !supportLists]&gt;&lt;span style='font-weight:normal'&gt;&lt;span style='mso-list:Ignore'&gt;-&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;Simple example&lt;o:p&gt;&lt;/o:p&gt;&lt;/h2&gt;&lt;p class=MsoListParagraph style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;text-indent:-18.0pt;mso-list:l0 level1 lfo1'&gt;&lt;![if !supportLists]&gt;&lt;span style='font-size:13.5pt;font-family:&quot;Cambria&quot;,&quot;serif&quot;'&gt;&lt;span style='mso-list:Ignore'&gt;-&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;b&gt;&lt;span style='font-size:13.5pt'&gt;Wait page with an AJAX updater&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;You&amp;#8217;ll have to modify the index.jsp page to include some Javascript code to submit the form and follow the action bean.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;Christian&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'&gt;&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span lang=FR style='font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt;De&amp;nbsp;:&lt;/span&gt;&lt;/b&gt;&lt;span lang=FR style='font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt; Adam Stokar [mailto:&lt;a&gt;ajstokar@...&lt;/a&gt;] &lt;br&gt;&lt;b&gt;Envoyé&amp;nbsp;:&lt;/b&gt; May-17-12 9:28 PM&lt;br&gt;&lt;b&gt;À&amp;nbsp;:&lt;/b&gt; Stripes Users List&lt;br&gt;&lt;b&gt;Objet&amp;nbsp;:&lt;/b&gt; [Stripes-users] @WaitPage pure AJAX&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;Hi all,&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;div&gt;&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;p class=MsoNormal&gt;I have an ActionBean with a method that sends 1000+ personalized emails. &amp;nbsp;I would like to use the wait page functionality to show the progress as it could take some time. &amp;nbsp;Is there anyway to do this without going to an explicit 'wait page' first? &amp;nbsp;I'd like the user to stay on the page they are on and use a loading overlay showing the progress of the request. &amp;nbsp;I'm not 100% sure how this plugin works so any information is helpful.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;p class=MsoNormal&gt;Thanks!&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;p class=MsoNormal&gt;Adam&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%40WaitPage-pure-AJAX-tp33868047p33869829.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33869335</id>
	<title>EvaluationException after Validation</title>
	<published>2012-05-18T02:48:40Z</published>
	<updated>2012-05-18T02:48:40Z</updated>
	<author>
		<name>Piotr Gliźniewicz-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I'm binding a form parameter to the form via a non-trivial setter:
&lt;br&gt;&lt;br&gt;public void setValue(BigDecimal value) {
&lt;br&gt;&amp;nbsp; &amp;nbsp;valueInternal = value.scaleByPowerOfTen(4).intValueExact();
&lt;br&gt;}// makes sure we don't loose precision
&lt;br&gt;&lt;br&gt;I'm also validating this field:
&lt;br&gt;&lt;br&gt;@Validate(field = &amp;quot;value&amp;quot;, required = true, expression = &amp;quot;this &amp;gt; 0&amp;quot;)
&lt;br&gt;&lt;br&gt;The problem is, when the setter throws an exception (for example in this 
&lt;br&gt;case it will fail on 1,00000001), Stripes will continue instead of 
&lt;br&gt;returning to the source page and showing validation errors. What is 
&lt;br&gt;more, the missing value will usually cause an exception much deeper in 
&lt;br&gt;the application code, where it is expected to be valid.
&lt;br&gt;&lt;br&gt;I'm not sure how this should be handled, I'll probably do my own 
&lt;br&gt;PropertyBinder which in handlePropertyBindingError adds validationErrors 
&lt;br&gt;for all fields not binding correctly (because handlePropertyBindingError 
&lt;br&gt;doesn't have a ValidationMetadata argument, which would allow me to add 
&lt;br&gt;it only to validated properties). Regardless, I think Stripes should not 
&lt;br&gt;continue execution if there are binding errors on positively validated 
&lt;br&gt;properties.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Best,
&lt;br&gt;Piotr Gliźniewicz
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/EvaluationException-after-Validation-tp33869335p33869335.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33869188</id>
	<title>Re: [Stripes-dev] Stripes 1.5.7 available now</title>
	<published>2012-05-18T02:17:13Z</published>
	<updated>2012-05-18T02:17:13Z</updated>
	<author>
		<name>Iwao AVE!</name>
	</author>
	<content type="html">Thank you for your work, Ben!&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Regards,&lt;/div&gt;&lt;div&gt;Iwao&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2012/5/18 Ben Gunter &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a&gt;gunterben@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;Stripes 1.5.7 is available for download from Sourceforge or via Maven.&lt;/blockquote&gt;&lt;/div&gt;&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stripes-1.5.7-available-now-tp33868488p33869188.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33869105</id>
	<title>Re: Stripes 1.5.7 available now</title>
	<published>2012-05-18T01:35:39Z</published>
	<updated>2012-05-18T01:35:39Z</updated>
	<author>
		<name>Marcus Kraßmann-2</name>
	</author>
	<content type="html">&lt;html&gt;
  &lt;head&gt;
    &lt;meta content=&quot;text/html; charset=ISO-8859-1&quot; http-equiv=&quot;Content-Type&quot;&gt;
  &lt;/head&gt;
  &lt;body bgcolor=&quot;#FFFFFF&quot; text=&quot;#000000&quot;&gt;
    Great news.&lt;br&gt;
    &lt;br&gt;
    Because of some issues related to WebLogic and streaming layout, we
    were stuck with release 1.5.3 and its buffered tags. Beginning next
    week, we will migrate an old project to Stripes. It might be the
    first release after 1.5.3 that might not break our (tricky complex)
    layouts when using streaming tags. And if there will be problems,
    the buffered taglib will hopefully fix that.&lt;br&gt;
    &lt;br&gt;
    Thanks for providing this release :-)&lt;br&gt;
    &lt;br&gt;
    Kind regards,&lt;br&gt;
    Marcus&lt;br&gt;
    &lt;br&gt;
    Am 18.05.2012 07:44, schrieb Joaquin Valdez:
    &lt;blockquote cite=&quot;mid:FF28A9CB-680C-4DC0-A59E-325EF5F34C55@gmail.com&quot; type=&quot;cite&quot;&gt;
      &lt;div&gt;Thanks Ben!&lt;br&gt;
        &lt;br&gt;
        &lt;br&gt;
      &lt;/div&gt;
      &lt;div&gt;&lt;br&gt;
        On May 17, 2012, at 10:09 PM, Ben Gunter &amp;lt;&lt;a&gt;gunterben@...&lt;/a&gt;&amp;gt;
        wrote:&lt;br&gt;
        &lt;br&gt;
      &lt;/div&gt;
      &lt;blockquote type=&quot;cite&quot;&gt;
        &lt;div&gt;Stripes 1.5.7 is available for download from Sourceforge or
          via Maven. A couple of important points:
          &lt;div&gt;
            &lt;ul&gt;
              &lt;li&gt;This release fixes a bug which could have security
                implications. Go here for more information:&amp;nbsp;&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.stripesframework.org/jira/browse/STS-841&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-841&lt;/a&gt;&lt;/li&gt;
              &lt;li&gt;There have been many improvements made to the
                streaming layouts since 1.5.6. If you have had trouble
                with them you should try this release and see how it
                goes. However, if you must use the old, buffered layout
                tags, they can be accessed in 1.5.7 via a separate TLD
                with the following URL:&amp;nbsp;&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://stripes.sourceforge.net/stripes-buffered-layout.tld&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://stripes.sourceforge.net/stripes-buffered-layout.tld&lt;/a&gt;&lt;/li&gt;
            &lt;/ul&gt;
            &lt;div&gt;Enjoy!
              &lt;div&gt;&lt;br&gt;
              &lt;/div&gt;
              &lt;div&gt;
                &lt;h1 style=&quot;padding-left:0px;padding-right:0px;padding-top:0px;margin-right:0px;color:rgb(60,120,181);font-size:22px;margin-left:0px;margin-bottom:0px;font-family:Arial,sans-serif;margin-top:0px;padding-bottom:0px&quot;&gt;Release
                  Notes - Stripes - Version Release 1.5.7 - HTML format&lt;/h1&gt;
                &lt;table style=&quot;line-height:16px;font-size:12px;font-family:arial,FreeSans,Helvetica,sans-serif&quot;&gt;
                  &lt;tbody&gt;
                    &lt;tr&gt;
                      &lt;td&gt;&lt;br&gt;
                        &lt;h2 style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-size:1.8em&quot;&gt;Bug&lt;/h2&gt;
                        &lt;ul style=&quot;margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:2em;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;
                          &lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.stripesframework.org/jira/browse/STS-392&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-392&lt;/a&gt;]
                            - layout-component without content doesn't
                            override layout-component from layout page&lt;/li&gt;
                          &lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.stripesframework.org/jira/browse/STS-556&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-556&lt;/a&gt;]
                            - Some stripes tags generate invalid html&lt;/li&gt;
                          &lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.stripesframework.org/jira/browse/STS-788&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-788&lt;/a&gt;]
                            - Layout issues after upgrade from 1.5.3&lt;/li&gt;
                          &lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.stripesframework.org/jira/browse/STS-817&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-817&lt;/a&gt;]
                            - Stack Overflow when using a layout with an
                            existing component name&lt;/li&gt;
                          &lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.stripesframework.org/jira/browse/STS-823&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-823&lt;/a&gt;]
                            - Stripes Layouts not working in Weblogic
                            10.3.3.0&lt;/li&gt;
                          &lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.stripesframework.org/jira/browse/STS-827&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-827&lt;/a&gt;]
                            - COS multipart implementation may corrupt
                            two files with same name uploaded
                            simultaneously&lt;/li&gt;
                          &lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.stripesframework.org/jira/browse/STS-831&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-831&lt;/a&gt;]
                            - Hash anchors (#) in form action breaks
                            binding to ActionBean&lt;/li&gt;
                          &lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.stripesframework.org/jira/browse/STS-834&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-834&lt;/a&gt;]
                            - CLONE - Stripes Layouts not working in
                            Weblogic 10.3.3.0&lt;/li&gt;
                          &lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.stripesframework.org/jira/browse/STS-835&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-835&lt;/a&gt;]
                            - &amp;lt;stripes:options-enumeration&amp;gt;, inner
                            class enums and internationalized labels&lt;/li&gt;
                          &lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.stripesframework.org/jira/browse/STS-837&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-837&lt;/a&gt;]
                            - maxPostSizeInBytes in
                            DefaultMultipartWrapperFactory is invalid
                            for big values&lt;/li&gt;
                          &lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.stripesframework.org/jira/browse/STS-840&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-840&lt;/a&gt;]
                            - Client side validation doesn't work when
                            field info contains type attribute&lt;/li&gt;
                          &lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.stripesframework.org/jira/browse/STS-841&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-841&lt;/a&gt;]
                            - Validation sometimes fails with indexed
                            property notation&lt;/li&gt;
                          &lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.stripesframework.org/jira/browse/STS-843&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-843&lt;/a&gt;]
                            - DynamicMappingFilter may create multiple
                            instances of StripesFilter&lt;/li&gt;
                          &lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.stripesframework.org/jira/browse/STS-845&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-845&lt;/a&gt;]
                            - Integer encrypted fields may throw a NPE&lt;/li&gt;
                          &lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.stripesframework.org/jira/browse/STS-852&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-852&lt;/a&gt;]
                            - When field-metadata tag writes &quot;type&quot;
                            attribute for a field it misses a comma,
                            rendering json syntactically incorrect&lt;/li&gt;
                          &lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.stripesframework.org/jira/browse/STS-853&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-853&lt;/a&gt;]
                            - Invalid &amp;lt;optgroup&amp;gt; HTML markup
                            generated&lt;/li&gt;
                          &lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.stripesframework.org/jira/browse/STS-854&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-854&lt;/a&gt;]
                            - DefaultExceptionHandler does not unwrap
                            InvocationTargetException when executing
                            proxys&lt;/li&gt;
                          &lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.stripesframework.org/jira/browse/STS-871&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-871&lt;/a&gt;]
                            - Layout renders wrong component definition&lt;/li&gt;
                          &lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.stripesframework.org/jira/browse/STS-875&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-875&lt;/a&gt;]
                            - Javadoc for
                            StripesConstants.URL_KEY_FIELDS_PRESENT is
                            wrong&lt;/li&gt;
                        &lt;/ul&gt;
                        &lt;h2 style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-size:1.8em&quot;&gt;Improvement&lt;/h2&gt;
                        &lt;ul style=&quot;margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:2em;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;
                          &lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.stripesframework.org/jira/browse/STS-317&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-317&lt;/a&gt;]
                            - Nested layouts: allow enclosing
                            layout-render tag to layout components
                            within a nested layout-definition (not just
                            its own layout-definition)&lt;/li&gt;
                          &lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.stripesframework.org/jira/browse/STS-785&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-785&lt;/a&gt;]
                            - Add &quot;event&quot; for subclasses of
                            OnwardResolution&lt;/li&gt;
                          &lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.stripesframework.org/jira/browse/STS-810&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-810&lt;/a&gt;]
                            - Make StripesFilter more subclass-friendly&lt;/li&gt;
                          &lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.stripesframework.org/jira/browse/STS-828&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-828&lt;/a&gt;]
                            - It should be mentioned that encryption is
                            disabled in debug mode&lt;/li&gt;
                          &lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.stripesframework.org/jira/browse/STS-830&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-830&lt;/a&gt;]
                            - Handling EnumSets in
                            DefaultActionBeanPropertyBinder&lt;/li&gt;
                          &lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.stripesframework.org/jira/browse/STS-844&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-844&lt;/a&gt;]
                            - duplicate code in DispatcherHelper&lt;/li&gt;
                          &lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.stripesframework.org/jira/browse/STS-877&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-877&lt;/a&gt;]
                            - Meaningful error message when an &quot;on&quot; in
                            @Validate annotation is an empty String&lt;/li&gt;
                        &lt;/ul&gt;
                      &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                      &lt;td&gt;&lt;br&gt;
                      &lt;/td&gt;
                    &lt;/tr&gt;
                  &lt;/tbody&gt;
                &lt;/table&gt;
              &lt;/div&gt;
            &lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
      &lt;/blockquote&gt;
      &lt;blockquote type=&quot;cite&quot;&gt;
        &lt;div&gt;&lt;span&gt;------------------------------------------------------------------------------&lt;/span&gt;&lt;br&gt;
          &lt;span&gt;Live Security Virtual Conference&lt;/span&gt;&lt;br&gt;
          &lt;span&gt;Exclusive live event will cover all the ways today's
            security and &lt;/span&gt;&lt;br&gt;
          &lt;span&gt;threat landscape has changed and how IT managers can
            respond. Discussions &lt;/span&gt;&lt;br&gt;
          &lt;span&gt;will include endpoint security, mobile security and the
            latest in malware &lt;/span&gt;&lt;br&gt;
          &lt;span&gt;threats. &lt;a moz-do-not-send=&quot;true&quot; href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
      &lt;/blockquote&gt;
      &lt;blockquote type=&quot;cite&quot;&gt;
        &lt;div&gt;&lt;span&gt;_______________________________________________&lt;/span&gt;&lt;br&gt;
          &lt;span&gt;Stripes-users mailing list&lt;/span&gt;&lt;br&gt;
          &lt;span&gt;&lt;a&gt;Stripes-users@...&lt;/a&gt;&lt;/span&gt;&lt;br&gt;
          &lt;span&gt;&lt;a moz-do-not-send=&quot;true&quot; href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;/span&gt;&lt;br&gt;
        &lt;/div&gt;
      &lt;/blockquote&gt;
      &lt;br&gt;
      &lt;fieldset class=&quot;mimeAttachmentHeader&quot;&gt;&lt;/fieldset&gt;
      &lt;br&gt;
      &lt;pre wrap=&quot;&quot;&gt;------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. &lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;/pre&gt;
      &lt;br&gt;
      &lt;fieldset class=&quot;mimeAttachmentHeader&quot;&gt;&lt;/fieldset&gt;
      &lt;br&gt;
      &lt;pre wrap=&quot;&quot;&gt;_______________________________________________
Stripes-users mailing list
&lt;a&gt;Stripes-users@...&lt;/a&gt;
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;
&lt;/pre&gt;
    &lt;/blockquote&gt;
    &lt;br&gt;
  &lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stripes-1.5.7-available-now-tp33868488p33869105.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33869024</id>
	<title>Re: Stripes 1.5.7 available now</title>
	<published>2012-05-18T01:18:57Z</published>
	<updated>2012-05-18T01:18:57Z</updated>
	<author>
		<name>Zé Miguel</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;&lt;head&gt;&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
&lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
&lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
&lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
&lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;&lt;/head&gt;&lt;body lang=PT link=blue vlink=purple&gt;&lt;div class=WordSection1&gt;&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;Thanks Ben.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;Is the date &amp;quot;Stripes 1.5.7 Released, May 17, 2011&amp;quot; correct?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;José Perdigão&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'&gt;&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt; Ben Gunter [mailto:&lt;a&gt;gunterben@...&lt;/a&gt;] &lt;br&gt;&lt;b&gt;Sent:&lt;/b&gt; sexta-feira, 18 de Maio de 2012 06:10&lt;br&gt;&lt;b&gt;To:&lt;/b&gt; Stripes Users List; Stripes Development List&lt;br&gt;&lt;b&gt;Subject:&lt;/b&gt; [Stripes-users] Stripes 1.5.7 available now&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;&lt;p class=MsoNormal&gt;Stripes 1.5.7 is available for download from Sourceforge or via Maven. A couple of important points:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;div&gt;&lt;ul type=disc&gt;&lt;li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l2 level1 lfo1'&gt;This release fixes a bug which could have security implications. Go here for more information:&amp;nbsp;&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-841&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-841&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/li&gt;&lt;li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l2 level1 lfo1'&gt;There have been many improvements made to the streaming layouts since 1.5.6. If you have had trouble with them you should try this release and see how it goes. However, if you must use the old, buffered layout tags, they can be accessed in 1.5.7 via a separate TLD with the following URL:&amp;nbsp;&lt;a href=&quot;http://stripes.sourceforge.net/stripes-buffered-layout.tld&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://stripes.sourceforge.net/stripes-buffered-layout.tld&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;p class=MsoNormal&gt;Enjoy!&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;div&gt;&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;h1 style='margin:0cm;margin-bottom:.0001pt'&gt;&lt;span style='font-size:16.5pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#3C78B5'&gt;Release Notes - Stripes - Version Release 1.5.7 - HTML format&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h1&gt;&lt;table class=MsoNormalTable border=0 cellpadding=0&gt;&lt;tr&gt;&lt;td style='padding:.75pt .75pt .75pt .75pt'&gt;&lt;p class=MsoNormal style='line-height:12.0pt'&gt;&lt;span style='font-size:9.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2 style='margin:0cm;margin-bottom:.0001pt;mso-line-height-alt:12.0pt'&gt;&lt;span style='font-size:16.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;Bug&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p class=MsoNormal style='margin-left:24.0pt;text-indent:-18.0pt;line-height:12.0pt;mso-list:l0 level1 lfo2'&gt;&lt;![if !supportLists]&gt;&lt;span style='font-size:10.0pt;font-family:Symbol'&gt;&lt;span style='mso-list:Ignore'&gt;·&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span style='font-size:9.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-392&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:#3C78B5;text-decoration:none'&gt;STS-392&lt;/span&gt;&lt;/a&gt;] - layout-component without content doesn't override layout-component from layout page&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal style='margin-left:24.0pt;text-indent:-18.0pt;line-height:12.0pt;mso-list:l0 level1 lfo2'&gt;&lt;![if !supportLists]&gt;&lt;span style='font-size:10.0pt;font-family:Symbol'&gt;&lt;span style='mso-list:Ignore'&gt;·&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span style='font-size:9.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-556&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:#3C78B5;text-decoration:none'&gt;STS-556&lt;/span&gt;&lt;/a&gt;] - Some stripes tags generate invalid html&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal style='margin-left:24.0pt;text-indent:-18.0pt;line-height:12.0pt;mso-list:l0 level1 lfo2'&gt;&lt;![if !supportLists]&gt;&lt;span style='font-size:10.0pt;font-family:Symbol'&gt;&lt;span style='mso-list:Ignore'&gt;·&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span style='font-size:9.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-788&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:#3C78B5;text-decoration:none'&gt;STS-788&lt;/span&gt;&lt;/a&gt;] - Layout issues after upgrade from 1.5.3&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal style='margin-left:24.0pt;text-indent:-18.0pt;line-height:12.0pt;mso-list:l0 level1 lfo2'&gt;&lt;![if !supportLists]&gt;&lt;span style='font-size:10.0pt;font-family:Symbol'&gt;&lt;span style='mso-list:Ignore'&gt;·&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span style='font-size:9.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-817&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:#3C78B5;text-decoration:none'&gt;STS-817&lt;/span&gt;&lt;/a&gt;] - Stack Overflow when using a layout with an existing component name&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal style='margin-left:24.0pt;text-indent:-18.0pt;line-height:12.0pt;mso-list:l0 level1 lfo2'&gt;&lt;![if !supportLists]&gt;&lt;span style='font-size:10.0pt;font-family:Symbol'&gt;&lt;span style='mso-list:Ignore'&gt;·&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span style='font-size:9.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-823&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:#3C78B5;text-decoration:none'&gt;STS-823&lt;/span&gt;&lt;/a&gt;] - Stripes Layouts not working in Weblogic 10.3.3.0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal style='margin-left:24.0pt;text-indent:-18.0pt;line-height:12.0pt;mso-list:l0 level1 lfo2'&gt;&lt;![if !supportLists]&gt;&lt;span style='font-size:10.0pt;font-family:Symbol'&gt;&lt;span style='mso-list:Ignore'&gt;·&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span style='font-size:9.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-827&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:#3C78B5;text-decoration:none'&gt;STS-827&lt;/span&gt;&lt;/a&gt;] - COS multipart implementation may corrupt two files with same name uploaded simultaneously&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal style='margin-left:24.0pt;text-indent:-18.0pt;line-height:12.0pt;mso-list:l0 level1 lfo2'&gt;&lt;![if !supportLists]&gt;&lt;span style='font-size:10.0pt;font-family:Symbol'&gt;&lt;span style='mso-list:Ignore'&gt;·&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span style='font-size:9.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-831&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:#3C78B5;text-decoration:none'&gt;STS-831&lt;/span&gt;&lt;/a&gt;] - Hash anchors (#) in form action breaks binding to ActionBean&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal style='margin-left:24.0pt;text-indent:-18.0pt;line-height:12.0pt;mso-list:l0 level1 lfo2'&gt;&lt;![if !supportLists]&gt;&lt;span style='font-size:10.0pt;font-family:Symbol'&gt;&lt;span style='mso-list:Ignore'&gt;·&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span style='font-size:9.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-834&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:#3C78B5;text-decoration:none'&gt;STS-834&lt;/span&gt;&lt;/a&gt;] - CLONE - Stripes Layouts not working in Weblogic 10.3.3.0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal style='margin-left:24.0pt;text-indent:-18.0pt;line-height:12.0pt;mso-list:l0 level1 lfo2'&gt;&lt;![if !supportLists]&gt;&lt;span style='font-size:10.0pt;font-family:Symbol'&gt;&lt;span style='mso-list:Ignore'&gt;·&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span style='font-size:9.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-835&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:#3C78B5;text-decoration:none'&gt;STS-835&lt;/span&gt;&lt;/a&gt;] - &amp;lt;stripes:options-enumeration&amp;gt;, inner class enums and internationalized labels&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal style='margin-left:24.0pt;text-indent:-18.0pt;line-height:12.0pt;mso-list:l0 level1 lfo2'&gt;&lt;![if !supportLists]&gt;&lt;span style='font-size:10.0pt;font-family:Symbol'&gt;&lt;span style='mso-list:Ignore'&gt;·&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span style='font-size:9.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-837&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:#3C78B5;text-decoration:none'&gt;STS-837&lt;/span&gt;&lt;/a&gt;] - maxPostSizeInBytes in DefaultMultipartWrapperFactory is invalid for big values&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal style='margin-left:24.0pt;text-indent:-18.0pt;line-height:12.0pt;mso-list:l0 level1 lfo2'&gt;&lt;![if !supportLists]&gt;&lt;span style='font-size:10.0pt;font-family:Symbol'&gt;&lt;span style='mso-list:Ignore'&gt;·&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span style='font-size:9.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-840&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:#3C78B5;text-decoration:none'&gt;STS-840&lt;/span&gt;&lt;/a&gt;] - Client side validation doesn't work when field info contains type attribute&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal style='margin-left:24.0pt;text-indent:-18.0pt;line-height:12.0pt;mso-list:l0 level1 lfo2'&gt;&lt;![if !supportLists]&gt;&lt;span style='font-size:10.0pt;font-family:Symbol'&gt;&lt;span style='mso-list:Ignore'&gt;·&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span style='font-size:9.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-841&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:#3C78B5;text-decoration:none'&gt;STS-841&lt;/span&gt;&lt;/a&gt;] - Validation sometimes fails with indexed property notation&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal style='margin-left:24.0pt;text-indent:-18.0pt;line-height:12.0pt;mso-list:l0 level1 lfo2'&gt;&lt;![if !supportLists]&gt;&lt;span style='font-size:10.0pt;font-family:Symbol'&gt;&lt;span style='mso-list:Ignore'&gt;·&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span style='font-size:9.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-843&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:#3C78B5;text-decoration:none'&gt;STS-843&lt;/span&gt;&lt;/a&gt;] - DynamicMappingFilter may create multiple instances of StripesFilter&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal style='margin-left:24.0pt;text-indent:-18.0pt;line-height:12.0pt;mso-list:l0 level1 lfo2'&gt;&lt;![if !supportLists]&gt;&lt;span style='font-size:10.0pt;font-family:Symbol'&gt;&lt;span style='mso-list:Ignore'&gt;·&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span style='font-size:9.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-845&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:#3C78B5;text-decoration:none'&gt;STS-845&lt;/span&gt;&lt;/a&gt;] - Integer encrypted fields may throw a NPE&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal style='margin-left:24.0pt;text-indent:-18.0pt;line-height:12.0pt;mso-list:l0 level1 lfo2'&gt;&lt;![if !supportLists]&gt;&lt;span style='font-size:10.0pt;font-family:Symbol'&gt;&lt;span style='mso-list:Ignore'&gt;·&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span style='font-size:9.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-852&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:#3C78B5;text-decoration:none'&gt;STS-852&lt;/span&gt;&lt;/a&gt;] - When field-metadata tag writes &amp;quot;type&amp;quot; attribute for a field it misses a comma, rendering json syntactically incorrect&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal style='margin-left:24.0pt;text-indent:-18.0pt;line-height:12.0pt;mso-list:l0 level1 lfo2'&gt;&lt;![if !supportLists]&gt;&lt;span style='font-size:10.0pt;font-family:Symbol'&gt;&lt;span style='mso-list:Ignore'&gt;·&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span style='font-size:9.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-853&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:#3C78B5;text-decoration:none'&gt;STS-853&lt;/span&gt;&lt;/a&gt;] - Invalid &amp;lt;optgroup&amp;gt; HTML markup generated&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal style='margin-left:24.0pt;text-indent:-18.0pt;line-height:12.0pt;mso-list:l0 level1 lfo2'&gt;&lt;![if !supportLists]&gt;&lt;span style='font-size:10.0pt;font-family:Symbol'&gt;&lt;span style='mso-list:Ignore'&gt;·&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span style='font-size:9.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-854&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:#3C78B5;text-decoration:none'&gt;STS-854&lt;/span&gt;&lt;/a&gt;] - DefaultExceptionHandler does not unwrap InvocationTargetException when executing proxys&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal style='margin-left:24.0pt;text-indent:-18.0pt;line-height:12.0pt;mso-list:l0 level1 lfo2'&gt;&lt;![if !supportLists]&gt;&lt;span style='font-size:10.0pt;font-family:Symbol'&gt;&lt;span style='mso-list:Ignore'&gt;·&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span style='font-size:9.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-871&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:#3C78B5;text-decoration:none'&gt;STS-871&lt;/span&gt;&lt;/a&gt;] - Layout renders wrong component definition&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal style='margin-left:24.0pt;text-indent:-18.0pt;line-height:12.0pt;mso-list:l0 level1 lfo2'&gt;&lt;![if !supportLists]&gt;&lt;span style='font-size:10.0pt;font-family:Symbol'&gt;&lt;span style='mso-list:Ignore'&gt;·&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span style='font-size:9.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-875&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:#3C78B5;text-decoration:none'&gt;STS-875&lt;/span&gt;&lt;/a&gt;] - Javadoc for StripesConstants.URL_KEY_FIELDS_PRESENT is wrong&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2 style='margin:0cm;margin-bottom:.0001pt;mso-line-height-alt:12.0pt'&gt;&lt;span style='font-size:16.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;Improvement&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p class=MsoNormal style='margin-left:24.0pt;text-indent:-18.0pt;line-height:12.0pt;mso-list:l1 level1 lfo3'&gt;&lt;![if !supportLists]&gt;&lt;span style='font-size:10.0pt;font-family:Symbol'&gt;&lt;span style='mso-list:Ignore'&gt;·&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span style='font-size:9.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-317&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:#3C78B5;text-decoration:none'&gt;STS-317&lt;/span&gt;&lt;/a&gt;] - Nested layouts: allow enclosing layout-render tag to layout components within a nested layout-definition (not just its own layout-definition)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal style='margin-left:24.0pt;text-indent:-18.0pt;line-height:12.0pt;mso-list:l1 level1 lfo3'&gt;&lt;![if !supportLists]&gt;&lt;span style='font-size:10.0pt;font-family:Symbol'&gt;&lt;span style='mso-list:Ignore'&gt;·&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span style='font-size:9.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-785&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:#3C78B5;text-decoration:none'&gt;STS-785&lt;/span&gt;&lt;/a&gt;] - Add &amp;quot;event&amp;quot; for subclasses of OnwardResolution&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal style='margin-left:24.0pt;text-indent:-18.0pt;line-height:12.0pt;mso-list:l1 level1 lfo3'&gt;&lt;![if !supportLists]&gt;&lt;span style='font-size:10.0pt;font-family:Symbol'&gt;&lt;span style='mso-list:Ignore'&gt;·&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span style='font-size:9.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-810&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:#3C78B5;text-decoration:none'&gt;STS-810&lt;/span&gt;&lt;/a&gt;] - Make StripesFilter more subclass-friendly&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal style='margin-left:24.0pt;text-indent:-18.0pt;line-height:12.0pt;mso-list:l1 level1 lfo3'&gt;&lt;![if !supportLists]&gt;&lt;span style='font-size:10.0pt;font-family:Symbol'&gt;&lt;span style='mso-list:Ignore'&gt;·&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span style='font-size:9.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-828&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:#3C78B5;text-decoration:none'&gt;STS-828&lt;/span&gt;&lt;/a&gt;] - It should be mentioned that encryption is disabled in debug mode&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal style='margin-left:24.0pt;text-indent:-18.0pt;line-height:12.0pt;mso-list:l1 level1 lfo3'&gt;&lt;![if !supportLists]&gt;&lt;span style='font-size:10.0pt;font-family:Symbol'&gt;&lt;span style='mso-list:Ignore'&gt;·&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span style='font-size:9.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-830&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:#3C78B5;text-decoration:none'&gt;STS-830&lt;/span&gt;&lt;/a&gt;] - Handling EnumSets in DefaultActionBeanPropertyBinder&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal style='margin-left:24.0pt;text-indent:-18.0pt;line-height:12.0pt;mso-list:l1 level1 lfo3'&gt;&lt;![if !supportLists]&gt;&lt;span style='font-size:10.0pt;font-family:Symbol'&gt;&lt;span style='mso-list:Ignore'&gt;·&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span style='font-size:9.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-844&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:#3C78B5;text-decoration:none'&gt;STS-844&lt;/span&gt;&lt;/a&gt;] - duplicate code in DispatcherHelper&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=MsoNormal style='margin-left:24.0pt;text-indent:-18.0pt;line-height:12.0pt;mso-list:l1 level1 lfo3'&gt;&lt;![if !supportLists]&gt;&lt;span style='font-size:10.0pt;font-family:Symbol'&gt;&lt;span style='mso-list:Ignore'&gt;·&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;![endif]&gt;&lt;span style='font-size:9.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-877&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style='color:#3C78B5;text-decoration:none'&gt;STS-877&lt;/span&gt;&lt;/a&gt;] - Meaningful error message when an &amp;quot;on&amp;quot; in @Validate annotation is an empty String&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style='padding:.75pt .75pt .75pt .75pt'&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stripes-1.5.7-available-now-tp33868488p33869024.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33868548</id>
	<title>Re: Stripes 1.5.7 available now</title>
	<published>2012-05-17T22:44:37Z</published>
	<updated>2012-05-17T22:44:37Z</updated>
	<author>
		<name>Joaquin Valdez-2</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body bgcolor=&quot;#FFFFFF&quot;&gt;&lt;div&gt;Thanks Ben!&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;On May 17, 2012, at 10:09 PM, Ben Gunter &amp;lt;&lt;a&gt;gunterben@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div&gt;Stripes 1.5.7 is available for download from Sourceforge or via Maven. A couple of important points:&lt;div&gt;&lt;ul&gt;&lt;li&gt;This release fixes a bug which could have security implications. Go here for more information:&amp;nbsp;&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-841&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-841&lt;/a&gt;&lt;/li&gt;


&lt;li&gt;There have been many improvements made to the streaming layouts since 1.5.6. If you have had trouble with them you should try this release and see how it goes. However, if you must use the old, buffered layout tags, they can be accessed in 1.5.7 via a separate TLD with the following URL:&amp;nbsp;&lt;a href=&quot;http://stripes.sourceforge.net/stripes-buffered-layout.tld&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://stripes.sourceforge.net/stripes-buffered-layout.tld&lt;/a&gt;&lt;/li&gt;


&lt;/ul&gt;&lt;div&gt;Enjoy!&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;h1 style=&quot;padding-left:0px;padding-right:0px;padding-top:0px;margin-right:0px;color:rgb(60,120,181);font-size:22px;margin-left:0px;margin-bottom:0px;font-family:Arial,sans-serif;margin-top:0px;padding-bottom:0px&quot;&gt;


Release Notes - Stripes - Version Release 1.5.7 - HTML format&lt;/h1&gt;&lt;table style=&quot;line-height:16px;font-size:12px;font-family:arial,FreeSans,Helvetica,sans-serif&quot;&gt;&lt;tbody&gt;&lt;tr&gt;
&lt;td&gt;&lt;br&gt;&lt;h2 style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-size:1.8em&quot;&gt;Bug&lt;/h2&gt;&lt;ul style=&quot;margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:2em;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-392&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-392&lt;/a&gt;] - layout-component without content doesn't override layout-component from layout page&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-556&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-556&lt;/a&gt;] - Some stripes tags generate invalid html&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-788&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-788&lt;/a&gt;] - Layout issues after upgrade from 1.5.3&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-817&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-817&lt;/a&gt;] - Stack Overflow when using a layout with an existing component name&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-823&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-823&lt;/a&gt;] - Stripes Layouts not working in Weblogic 10.3.3.0&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-827&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-827&lt;/a&gt;] - COS multipart implementation may corrupt two files with same name uploaded simultaneously&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-831&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-831&lt;/a&gt;] - Hash anchors (#) in form action breaks binding to ActionBean&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-834&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-834&lt;/a&gt;] - CLONE - Stripes Layouts not working in Weblogic 10.3.3.0&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-835&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-835&lt;/a&gt;] - &amp;lt;stripes:options-enumeration&amp;gt;, inner class enums and internationalized labels&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-837&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-837&lt;/a&gt;] - maxPostSizeInBytes in DefaultMultipartWrapperFactory is invalid for big values&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-840&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-840&lt;/a&gt;] - Client side validation doesn't work when field info contains type attribute&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-841&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-841&lt;/a&gt;] - Validation sometimes fails with indexed property notation&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-843&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-843&lt;/a&gt;] - DynamicMappingFilter may create multiple instances of StripesFilter&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-845&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-845&lt;/a&gt;] - Integer encrypted fields may throw a NPE&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-852&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-852&lt;/a&gt;] - When field-metadata tag writes &quot;type&quot; attribute for a field it misses a comma, rendering json syntactically incorrect&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-853&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-853&lt;/a&gt;] - Invalid &amp;lt;optgroup&amp;gt; HTML markup generated&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-854&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-854&lt;/a&gt;] - DefaultExceptionHandler does not unwrap InvocationTargetException when executing proxys&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-871&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-871&lt;/a&gt;] - Layout renders wrong component definition&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-875&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-875&lt;/a&gt;] - Javadoc for StripesConstants.URL_KEY_FIELDS_PRESENT is wrong&lt;/li&gt;


&lt;/ul&gt;&lt;h2 style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-size:1.8em&quot;&gt;Improvement&lt;/h2&gt;&lt;ul style=&quot;margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:2em;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-317&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-317&lt;/a&gt;] - Nested layouts: allow enclosing layout-render tag to layout components within a nested layout-definition (not just its own layout-definition)&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-785&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-785&lt;/a&gt;] - Add &quot;event&quot; for subclasses of OnwardResolution&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-810&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-810&lt;/a&gt;] - Make StripesFilter more subclass-friendly&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-828&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-828&lt;/a&gt;] - It should be mentioned that encryption is disabled in debug mode&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-830&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-830&lt;/a&gt;] - Handling EnumSets in DefaultActionBeanPropertyBinder&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-844&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-844&lt;/a&gt;] - duplicate code in DispatcherHelper&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-877&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-877&lt;/a&gt;] - Meaningful error message when an &quot;on&quot; in @Validate annotation is an empty String&lt;/li&gt;


&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div&gt;&lt;span&gt;------------------------------------------------------------------------------&lt;/span&gt;&lt;br&gt;&lt;span&gt;Live Security Virtual Conference&lt;/span&gt;&lt;br&gt;&lt;span&gt;Exclusive live event will cover all the ways today's security and &lt;/span&gt;&lt;br&gt;&lt;span&gt;threat landscape has changed and how IT managers can respond. Discussions &lt;/span&gt;&lt;br&gt;&lt;span&gt;will include endpoint security, mobile security and the latest in malware &lt;/span&gt;&lt;br&gt;&lt;span&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div&gt;&lt;span&gt;_______________________________________________&lt;/span&gt;&lt;br&gt;&lt;span&gt;Stripes-users mailing list&lt;/span&gt;&lt;br&gt;&lt;span&gt;&lt;a&gt;Stripes-users@...&lt;/a&gt;&lt;/span&gt;&lt;br&gt;&lt;span&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;/span&gt;&lt;br&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stripes-1.5.7-available-now-tp33868488p33868548.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33868496</id>
	<title>SF.net SVN: stripes:[1514] tags/1.5.7/ReleaseNotes.html</title>
	<published>2012-05-17T22:13:06Z</published>
	<updated>2012-05-17T22:13:06Z</updated>
	<author>
		<name>bengunter</name>
	</author>
	<content type="html">Revision: 1514
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://stripes.svn.sourceforge.net/stripes/?rev=1514&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.svn.sourceforge.net/stripes/?rev=1514&amp;view=rev&lt;/a&gt;&lt;br&gt;Author: &amp;nbsp; bengunter
&lt;br&gt;Date: &amp;nbsp; &amp;nbsp; 2012-05-18 05:13:06 +0000 (Fri, 18 May 2012)
&lt;br&gt;Log Message:
&lt;br&gt;-----------
&lt;br&gt;Added release notes
&lt;br&gt;&lt;br&gt;Added Paths:
&lt;br&gt;-----------
&lt;br&gt;&amp;nbsp; &amp;nbsp; tags/1.5.7/ReleaseNotes.html
&lt;br&gt;&lt;br&gt;Added: tags/1.5.7/ReleaseNotes.html
&lt;br&gt;===================================================================
&lt;br&gt;--- tags/1.5.7/ReleaseNotes.html	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(rev 0)
&lt;br&gt;+++ tags/1.5.7/ReleaseNotes.html	2012-05-18 05:13:06 UTC (rev 1514)
&lt;br&gt;@@ -0,0 +1,67 @@
&lt;br&gt;+&amp;lt;html&amp;gt;
&lt;br&gt;+&amp;lt;head&amp;gt;
&lt;br&gt;+&amp;lt;title&amp;gt;Release Notes - Stripes - Version Release 1.5.7&amp;lt;/title&amp;gt;
&lt;br&gt;+&amp;lt;/head&amp;gt;
&lt;br&gt;+&amp;lt;body&amp;gt;
&lt;br&gt;+&amp;lt;h1&amp;gt;Release Notes - Stripes - Version Release 1.5.7&amp;lt;/h1&amp;gt;
&lt;br&gt;+&amp;lt;h2&amp;gt;Bug&amp;lt;/h2&amp;gt;
&lt;br&gt;+&amp;lt;ul&amp;gt;
&lt;br&gt;+&amp;lt;li&amp;gt;[&amp;lt;a href='&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-392'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-392'&lt;/a&gt;&amp;gt;STS-392&amp;lt;/a&amp;gt;] - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; layout-component without content doesn&amp;#39;t override layout-component from layout page
&lt;br&gt;+&amp;lt;/li&amp;gt;
&lt;br&gt;+&amp;lt;li&amp;gt;[&amp;lt;a href='&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-556'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-556'&lt;/a&gt;&amp;gt;STS-556&amp;lt;/a&amp;gt;] - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Some stripes tags generate invalid html
&lt;br&gt;+&amp;lt;/li&amp;gt;
&lt;br&gt;+&amp;lt;li&amp;gt;[&amp;lt;a href='&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-788'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-788'&lt;/a&gt;&amp;gt;STS-788&amp;lt;/a&amp;gt;] - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Layout issues after upgrade from 1.5.3
&lt;br&gt;+&amp;lt;/li&amp;gt;
&lt;br&gt;+&amp;lt;li&amp;gt;[&amp;lt;a href='&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-817'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-817'&lt;/a&gt;&amp;gt;STS-817&amp;lt;/a&amp;gt;] - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Stack Overflow when using a layout with an existing component name
&lt;br&gt;+&amp;lt;/li&amp;gt;
&lt;br&gt;+&amp;lt;li&amp;gt;[&amp;lt;a href='&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-823'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-823'&lt;/a&gt;&amp;gt;STS-823&amp;lt;/a&amp;gt;] - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Stripes Layouts not working in Weblogic 10.3.3.0
&lt;br&gt;+&amp;lt;/li&amp;gt;
&lt;br&gt;+&amp;lt;li&amp;gt;[&amp;lt;a href='&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-827'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-827'&lt;/a&gt;&amp;gt;STS-827&amp;lt;/a&amp;gt;] - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; COS multipart implementation may corrupt two files with same name uploaded simultaneously
&lt;br&gt;+&amp;lt;/li&amp;gt;
&lt;br&gt;+&amp;lt;li&amp;gt;[&amp;lt;a href='&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-831'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-831'&lt;/a&gt;&amp;gt;STS-831&amp;lt;/a&amp;gt;] - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Hash anchors (#) in form action breaks binding to ActionBean
&lt;br&gt;+&amp;lt;/li&amp;gt;
&lt;br&gt;+&amp;lt;li&amp;gt;[&amp;lt;a href='&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-834'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-834'&lt;/a&gt;&amp;gt;STS-834&amp;lt;/a&amp;gt;] - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CLONE - Stripes Layouts not working in Weblogic 10.3.3.0
&lt;br&gt;+&amp;lt;/li&amp;gt;
&lt;br&gt;+&amp;lt;li&amp;gt;[&amp;lt;a href='&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-835'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-835'&lt;/a&gt;&amp;gt;STS-835&amp;lt;/a&amp;gt;] - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;stripes:options-enumeration&amp;gt;, inner class enums and internationalized labels
&lt;br&gt;+&amp;lt;/li&amp;gt;
&lt;br&gt;+&amp;lt;li&amp;gt;[&amp;lt;a href='&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-837'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-837'&lt;/a&gt;&amp;gt;STS-837&amp;lt;/a&amp;gt;] - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; maxPostSizeInBytes in DefaultMultipartWrapperFactory is invalid for big values
&lt;br&gt;+&amp;lt;/li&amp;gt;
&lt;br&gt;+&amp;lt;li&amp;gt;[&amp;lt;a href='&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-840'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-840'&lt;/a&gt;&amp;gt;STS-840&amp;lt;/a&amp;gt;] - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Client side validation doesn&amp;#39;t work when field info contains type attribute 
&lt;br&gt;+&amp;lt;/li&amp;gt;
&lt;br&gt;+&amp;lt;li&amp;gt;[&amp;lt;a href='&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-841'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-841'&lt;/a&gt;&amp;gt;STS-841&amp;lt;/a&amp;gt;] - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Validation sometimes fails with indexed property notation
&lt;br&gt;+&amp;lt;/li&amp;gt;
&lt;br&gt;+&amp;lt;li&amp;gt;[&amp;lt;a href='&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-843'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-843'&lt;/a&gt;&amp;gt;STS-843&amp;lt;/a&amp;gt;] - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DynamicMappingFilter may create multiple instances of StripesFilter
&lt;br&gt;+&amp;lt;/li&amp;gt;
&lt;br&gt;+&amp;lt;li&amp;gt;[&amp;lt;a href='&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-845'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-845'&lt;/a&gt;&amp;gt;STS-845&amp;lt;/a&amp;gt;] - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Integer encrypted fields may throw a NPE
&lt;br&gt;+&amp;lt;/li&amp;gt;
&lt;br&gt;+&amp;lt;li&amp;gt;[&amp;lt;a href='&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-852'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-852'&lt;/a&gt;&amp;gt;STS-852&amp;lt;/a&amp;gt;] - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; When field-metadata tag writes &amp;quot;type&amp;quot; attribute for a field it misses a comma, rendering json syntactically incorrect
&lt;br&gt;+&amp;lt;/li&amp;gt;
&lt;br&gt;+&amp;lt;li&amp;gt;[&amp;lt;a href='&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-853'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-853'&lt;/a&gt;&amp;gt;STS-853&amp;lt;/a&amp;gt;] - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Invalid &amp;lt;optgroup&amp;gt; HTML markup generated
&lt;br&gt;+&amp;lt;/li&amp;gt;
&lt;br&gt;+&amp;lt;li&amp;gt;[&amp;lt;a href='&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-854'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-854'&lt;/a&gt;&amp;gt;STS-854&amp;lt;/a&amp;gt;] - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DefaultExceptionHandler does not unwrap InvocationTargetException when executing proxys
&lt;br&gt;+&amp;lt;/li&amp;gt;
&lt;br&gt;+&amp;lt;li&amp;gt;[&amp;lt;a href='&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-871'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-871'&lt;/a&gt;&amp;gt;STS-871&amp;lt;/a&amp;gt;] - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Layout renders wrong component definition
&lt;br&gt;+&amp;lt;/li&amp;gt;
&lt;br&gt;+&amp;lt;li&amp;gt;[&amp;lt;a href='&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-875'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-875'&lt;/a&gt;&amp;gt;STS-875&amp;lt;/a&amp;gt;] - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Javadoc for StripesConstants.URL_KEY_FIELDS_PRESENT is wrong
&lt;br&gt;+&amp;lt;/li&amp;gt;
&lt;br&gt;+&amp;lt;/ul&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;
&lt;br&gt;+&amp;lt;h2&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Improvement
&lt;br&gt;+&amp;lt;/h2&amp;gt;
&lt;br&gt;+&amp;lt;ul&amp;gt;
&lt;br&gt;+&amp;lt;li&amp;gt;[&amp;lt;a href='&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-317'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-317'&lt;/a&gt;&amp;gt;STS-317&amp;lt;/a&amp;gt;] - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Nested layouts: allow enclosing layout-render tag to layout components within a nested layout-definition (not just its own layout-definition)
&lt;br&gt;+&amp;lt;/li&amp;gt;
&lt;br&gt;+&amp;lt;li&amp;gt;[&amp;lt;a href='&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-785'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-785'&lt;/a&gt;&amp;gt;STS-785&amp;lt;/a&amp;gt;] - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Add &amp;quot;event&amp;quot; for subclasses of OnwardResolution
&lt;br&gt;+&amp;lt;/li&amp;gt;
&lt;br&gt;+&amp;lt;li&amp;gt;[&amp;lt;a href='&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-810'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-810'&lt;/a&gt;&amp;gt;STS-810&amp;lt;/a&amp;gt;] - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Make StripesFilter more subclass-friendly
&lt;br&gt;+&amp;lt;/li&amp;gt;
&lt;br&gt;+&amp;lt;li&amp;gt;[&amp;lt;a href='&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-828'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-828'&lt;/a&gt;&amp;gt;STS-828&amp;lt;/a&amp;gt;] - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; It should be mentioned that encryption is disabled in debug mode
&lt;br&gt;+&amp;lt;/li&amp;gt;
&lt;br&gt;+&amp;lt;li&amp;gt;[&amp;lt;a href='&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-830'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-830'&lt;/a&gt;&amp;gt;STS-830&amp;lt;/a&amp;gt;] - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Handling EnumSets in DefaultActionBeanPropertyBinder
&lt;br&gt;+&amp;lt;/li&amp;gt;
&lt;br&gt;+&amp;lt;li&amp;gt;[&amp;lt;a href='&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-844'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-844'&lt;/a&gt;&amp;gt;STS-844&amp;lt;/a&amp;gt;] - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; duplicate code in DispatcherHelper
&lt;br&gt;+&amp;lt;/li&amp;gt;
&lt;br&gt;+&amp;lt;li&amp;gt;[&amp;lt;a href='&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-877'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-877'&lt;/a&gt;&amp;gt;STS-877&amp;lt;/a&amp;gt;] - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Meaningful error message when an &amp;quot;on&amp;quot; in @Validate annotation is an empty String
&lt;br&gt;+&amp;lt;/li&amp;gt;
&lt;br&gt;+&amp;lt;/ul&amp;gt;
&lt;br&gt;+&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;
&lt;br&gt;&lt;br&gt;This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-development mailing list
&lt;br&gt;&lt;a&gt;Stripes-development@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-development&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-development&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-dev-f16326.html&quot; embed=&quot;fixTarget[16326]&quot; target=&quot;_top&quot; &gt;stripes-dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SF.net-SVN%3A-stripes%3A-1514--tags-1.5.7-ReleaseNotes.html-tp33868496p33868496.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33868488</id>
	<title>Stripes 1.5.7 available now</title>
	<published>2012-05-17T22:09:40Z</published>
	<updated>2012-05-17T22:09:40Z</updated>
	<author>
		<name>Ben Gunter-2</name>
	</author>
	<content type="html">Stripes 1.5.7 is available for download from Sourceforge or via Maven. A couple of important points:&lt;div&gt;&lt;ul&gt;&lt;li&gt;This release fixes a bug which could have security implications. Go here for more information: &lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-841&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-841&lt;/a&gt;&lt;/li&gt;


&lt;li&gt;There have been many improvements made to the streaming layouts since 1.5.6. If you have had trouble with them you should try this release and see how it goes. However, if you must use the old, buffered layout tags, they can be accessed in 1.5.7 via a separate TLD with the following URL: &lt;a href=&quot;http://stripes.sourceforge.net/stripes-buffered-layout.tld&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://stripes.sourceforge.net/stripes-buffered-layout.tld&lt;/a&gt;&lt;/li&gt;


&lt;/ul&gt;&lt;div&gt;Enjoy!&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;h1 style=&quot;padding-left:0px;padding-right:0px;padding-top:0px;margin-right:0px;color:rgb(60,120,181);font-size:22px;margin-left:0px;margin-bottom:0px;font-family:Arial,sans-serif;margin-top:0px;padding-bottom:0px&quot;&gt;


Release Notes - Stripes - Version Release 1.5.7 - HTML format&lt;/h1&gt;&lt;table style=&quot;line-height:16px;font-size:12px;font-family:arial,FreeSans,Helvetica,sans-serif&quot;&gt;&lt;tbody&gt;&lt;tr&gt;
&lt;td&gt;&lt;br&gt;&lt;h2 style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-size:1.8em&quot;&gt;Bug&lt;/h2&gt;&lt;ul style=&quot;margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:2em;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-392&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-392&lt;/a&gt;] - layout-component without content doesn&amp;#39;t override layout-component from layout page&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-556&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-556&lt;/a&gt;] - Some stripes tags generate invalid html&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-788&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-788&lt;/a&gt;] - Layout issues after upgrade from 1.5.3&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-817&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-817&lt;/a&gt;] - Stack Overflow when using a layout with an existing component name&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-823&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-823&lt;/a&gt;] - Stripes Layouts not working in Weblogic 10.3.3.0&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-827&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-827&lt;/a&gt;] - COS multipart implementation may corrupt two files with same name uploaded simultaneously&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-831&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-831&lt;/a&gt;] - Hash anchors (#) in form action breaks binding to ActionBean&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-834&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-834&lt;/a&gt;] - CLONE - Stripes Layouts not working in Weblogic 10.3.3.0&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-835&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-835&lt;/a&gt;] - &amp;lt;stripes:options-enumeration&amp;gt;, inner class enums and internationalized labels&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-837&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-837&lt;/a&gt;] - maxPostSizeInBytes in DefaultMultipartWrapperFactory is invalid for big values&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-840&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-840&lt;/a&gt;] - Client side validation doesn&amp;#39;t work when field info contains type attribute&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-841&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-841&lt;/a&gt;] - Validation sometimes fails with indexed property notation&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-843&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-843&lt;/a&gt;] - DynamicMappingFilter may create multiple instances of StripesFilter&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-845&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-845&lt;/a&gt;] - Integer encrypted fields may throw a NPE&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-852&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-852&lt;/a&gt;] - When field-metadata tag writes &amp;quot;type&amp;quot; attribute for a field it misses a comma, rendering json syntactically incorrect&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-853&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-853&lt;/a&gt;] - Invalid &amp;lt;optgroup&amp;gt; HTML markup generated&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-854&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-854&lt;/a&gt;] - DefaultExceptionHandler does not unwrap InvocationTargetException when executing proxys&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-871&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-871&lt;/a&gt;] - Layout renders wrong component definition&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-875&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-875&lt;/a&gt;] - Javadoc for StripesConstants.URL_KEY_FIELDS_PRESENT is wrong&lt;/li&gt;


&lt;/ul&gt;&lt;h2 style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-size:1.8em&quot;&gt;Improvement&lt;/h2&gt;&lt;ul style=&quot;margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:2em;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-317&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-317&lt;/a&gt;] - Nested layouts: allow enclosing layout-render tag to layout components within a nested layout-definition (not just its own layout-definition)&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-785&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-785&lt;/a&gt;] - Add &amp;quot;event&amp;quot; for subclasses of OnwardResolution&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-810&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-810&lt;/a&gt;] - Make StripesFilter more subclass-friendly&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-828&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-828&lt;/a&gt;] - It should be mentioned that encryption is disabled in debug mode&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-830&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-830&lt;/a&gt;] - Handling EnumSets in DefaultActionBeanPropertyBinder&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-844&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-844&lt;/a&gt;] - duplicate code in DispatcherHelper&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-877&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-877&lt;/a&gt;] - Meaningful error message when an &amp;quot;on&amp;quot; in @Validate annotation is an empty String&lt;/li&gt;


&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stripes-1.5.7-available-now-tp33868488p33868488.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33868487</id>
	<title>Stripes 1.5.7 available now</title>
	<published>2012-05-17T22:09:40Z</published>
	<updated>2012-05-17T22:09:40Z</updated>
	<author>
		<name>Ben Gunter-2</name>
	</author>
	<content type="html">Stripes 1.5.7 is available for download from Sourceforge or via Maven. A couple of important points:&lt;div&gt;&lt;ul&gt;&lt;li&gt;This release fixes a bug which could have security implications. Go here for more information: &lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-841&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.stripesframework.org/jira/browse/STS-841&lt;/a&gt;&lt;/li&gt;


&lt;li&gt;There have been many improvements made to the streaming layouts since 1.5.6. If you have had trouble with them you should try this release and see how it goes. However, if you must use the old, buffered layout tags, they can be accessed in 1.5.7 via a separate TLD with the following URL: &lt;a href=&quot;http://stripes.sourceforge.net/stripes-buffered-layout.tld&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://stripes.sourceforge.net/stripes-buffered-layout.tld&lt;/a&gt;&lt;/li&gt;


&lt;/ul&gt;&lt;div&gt;Enjoy!&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;h1 style=&quot;padding-left:0px;padding-right:0px;padding-top:0px;margin-right:0px;color:rgb(60,120,181);font-size:22px;margin-left:0px;margin-bottom:0px;font-family:Arial,sans-serif;margin-top:0px;padding-bottom:0px&quot;&gt;


Release Notes - Stripes - Version Release 1.5.7 - HTML format&lt;/h1&gt;&lt;table style=&quot;line-height:16px;font-size:12px;font-family:arial,FreeSans,Helvetica,sans-serif&quot;&gt;&lt;tbody&gt;&lt;tr&gt;
&lt;td&gt;&lt;br&gt;&lt;h2 style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-size:1.8em&quot;&gt;Bug&lt;/h2&gt;&lt;ul style=&quot;margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:2em;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-392&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-392&lt;/a&gt;] - layout-component without content doesn&amp;#39;t override layout-component from layout page&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-556&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-556&lt;/a&gt;] - Some stripes tags generate invalid html&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-788&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-788&lt;/a&gt;] - Layout issues after upgrade from 1.5.3&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-817&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-817&lt;/a&gt;] - Stack Overflow when using a layout with an existing component name&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-823&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-823&lt;/a&gt;] - Stripes Layouts not working in Weblogic 10.3.3.0&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-827&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-827&lt;/a&gt;] - COS multipart implementation may corrupt two files with same name uploaded simultaneously&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-831&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-831&lt;/a&gt;] - Hash anchors (#) in form action breaks binding to ActionBean&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-834&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-834&lt;/a&gt;] - CLONE - Stripes Layouts not working in Weblogic 10.3.3.0&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-835&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-835&lt;/a&gt;] - &amp;lt;stripes:options-enumeration&amp;gt;, inner class enums and internationalized labels&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-837&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-837&lt;/a&gt;] - maxPostSizeInBytes in DefaultMultipartWrapperFactory is invalid for big values&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-840&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-840&lt;/a&gt;] - Client side validation doesn&amp;#39;t work when field info contains type attribute&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-841&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-841&lt;/a&gt;] - Validation sometimes fails with indexed property notation&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-843&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-843&lt;/a&gt;] - DynamicMappingFilter may create multiple instances of StripesFilter&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-845&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-845&lt;/a&gt;] - Integer encrypted fields may throw a NPE&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-852&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-852&lt;/a&gt;] - When field-metadata tag writes &amp;quot;type&amp;quot; attribute for a field it misses a comma, rendering json syntactically incorrect&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-853&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-853&lt;/a&gt;] - Invalid &amp;lt;optgroup&amp;gt; HTML markup generated&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-854&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-854&lt;/a&gt;] - DefaultExceptionHandler does not unwrap InvocationTargetException when executing proxys&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-871&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-871&lt;/a&gt;] - Layout renders wrong component definition&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-875&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-875&lt;/a&gt;] - Javadoc for StripesConstants.URL_KEY_FIELDS_PRESENT is wrong&lt;/li&gt;


&lt;/ul&gt;&lt;h2 style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-size:1.8em&quot;&gt;Improvement&lt;/h2&gt;&lt;ul style=&quot;margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:2em;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-317&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-317&lt;/a&gt;] - Nested layouts: allow enclosing layout-render tag to layout components within a nested layout-definition (not just its own layout-definition)&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-785&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-785&lt;/a&gt;] - Add &amp;quot;event&amp;quot; for subclasses of OnwardResolution&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-810&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-810&lt;/a&gt;] - Make StripesFilter more subclass-friendly&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-828&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-828&lt;/a&gt;] - It should be mentioned that encryption is disabled in debug mode&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-830&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-830&lt;/a&gt;] - Handling EnumSets in DefaultActionBeanPropertyBinder&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-844&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-844&lt;/a&gt;] - duplicate code in DispatcherHelper&lt;/li&gt;


&lt;li style=&quot;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px&quot;&gt;[&lt;a href=&quot;http://www.stripesframework.org/jira/browse/STS-877&quot; style=&quot;text-decoration:none;color:rgb(60,120,181)&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;STS-877&lt;/a&gt;] - Meaningful error message when an &amp;quot;on&amp;quot; in @Validate annotation is an empty String&lt;/li&gt;


&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Stripes-development mailing list
&lt;br&gt;&lt;a&gt;Stripes-development@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-development&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-development&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-dev-f16326.html&quot; embed=&quot;fixTarget[16326]&quot; target=&quot;_top&quot; &gt;stripes-dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Stripes-1.5.7-available-now-tp33868487p33868487.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33868427</id>
	<title>SF.net SVN: stripes:[1513] branches/1.5.x</title>
	<published>2012-05-17T21:34:56Z</published>
	<updated>2012-05-17T21:34:56Z</updated>
	<author>
		<name>bengunter</name>
	</author>
	<content type="html">Revision: 1513
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://stripes.svn.sourceforge.net/stripes/?rev=1513&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.svn.sourceforge.net/stripes/?rev=1513&amp;view=rev&lt;/a&gt;&lt;br&gt;Author: &amp;nbsp; bengunter
&lt;br&gt;Date: &amp;nbsp; &amp;nbsp; 2012-05-18 04:34:56 +0000 (Fri, 18 May 2012)
&lt;br&gt;Log Message:
&lt;br&gt;-----------
&lt;br&gt;Fixed a couple of version numbers that weren't updated by mvn release
&lt;br&gt;&lt;br&gt;Modified Paths:
&lt;br&gt;--------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/build.properties
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/webtests/pom.xml
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/build.properties
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/build.properties	2012-05-18 04:16:10 UTC (rev 1512)
&lt;br&gt;+++ branches/1.5.x/build.properties	2012-05-18 04:34:56 UTC (rev 1513)
&lt;br&gt;@@ -2,7 +2,7 @@
&lt;br&gt;&amp;nbsp;## Properties file used during the Stripes build process.
&lt;br&gt;&amp;nbsp;## Author: Tim Fennell
&lt;br&gt;&amp;nbsp;###############################################################################
&lt;br&gt;-stripes.version=1.5.7-SNAPSHOT
&lt;br&gt;+stripes.version=1.5.8-SNAPSHOT
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;tomcat.username=operator
&lt;br&gt;&amp;nbsp;tomcat.password=tank
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/webtests/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/webtests/pom.xml	2012-05-18 04:16:10 UTC (rev 1512)
&lt;br&gt;+++ branches/1.5.x/webtests/pom.xml	2012-05-18 04:34:56 UTC (rev 1513)
&lt;br&gt;@@ -4,7 +4,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.8-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;webtests&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;war&amp;lt;/packaging&amp;gt;
&lt;br&gt;&lt;br&gt;This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-development mailing list
&lt;br&gt;&lt;a&gt;Stripes-development@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-development&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-development&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-dev-f16326.html&quot; embed=&quot;fixTarget[16326]&quot; target=&quot;_top&quot; &gt;stripes-dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SF.net-SVN%3A-stripes%3A-1513--branches-1.5.x-tp33868427p33868427.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33868397</id>
	<title>SF.net SVN: stripes:[1512] tags/1.5.7</title>
	<published>2012-05-17T21:16:10Z</published>
	<updated>2012-05-17T21:16:10Z</updated>
	<author>
		<name>bengunter</name>
	</author>
	<content type="html">Revision: 1512
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://stripes.svn.sourceforge.net/stripes/?rev=1512&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.svn.sourceforge.net/stripes/?rev=1512&amp;view=rev&lt;/a&gt;&lt;br&gt;Author: &amp;nbsp; bengunter
&lt;br&gt;Date: &amp;nbsp; &amp;nbsp; 2012-05-18 04:16:10 +0000 (Fri, 18 May 2012)
&lt;br&gt;Log Message:
&lt;br&gt;-----------
&lt;br&gt;Tying up a few loose ends after the release is tagged
&lt;br&gt;&lt;br&gt;Modified Paths:
&lt;br&gt;--------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; tags/1.5.7/build.properties
&lt;br&gt;&amp;nbsp; &amp;nbsp; tags/1.5.7/webtests/pom.xml
&lt;br&gt;&lt;br&gt;Modified: tags/1.5.7/build.properties
&lt;br&gt;===================================================================
&lt;br&gt;--- tags/1.5.7/build.properties	2012-05-18 03:45:29 UTC (rev 1511)
&lt;br&gt;+++ tags/1.5.7/build.properties	2012-05-18 04:16:10 UTC (rev 1512)
&lt;br&gt;@@ -2,7 +2,7 @@
&lt;br&gt;&amp;nbsp;## Properties file used during the Stripes build process.
&lt;br&gt;&amp;nbsp;## Author: Tim Fennell
&lt;br&gt;&amp;nbsp;###############################################################################
&lt;br&gt;-stripes.version=1.5.7-SNAPSHOT
&lt;br&gt;+stripes.version=1.5.7
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;tomcat.username=operator
&lt;br&gt;&amp;nbsp;tomcat.password=tank
&lt;br&gt;&lt;br&gt;Modified: tags/1.5.7/webtests/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- tags/1.5.7/webtests/pom.xml	2012-05-18 03:45:29 UTC (rev 1511)
&lt;br&gt;+++ tags/1.5.7/webtests/pom.xml	2012-05-18 04:16:10 UTC (rev 1512)
&lt;br&gt;@@ -4,7 +4,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;webtests&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;war&amp;lt;/packaging&amp;gt;
&lt;br&gt;&lt;br&gt;This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-development mailing list
&lt;br&gt;&lt;a&gt;Stripes-development@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-development&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-development&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-dev-f16326.html&quot; embed=&quot;fixTarget[16326]&quot; target=&quot;_top&quot; &gt;stripes-dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SF.net-SVN%3A-stripes%3A-1512--tags-1.5.7-tp33868397p33868397.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33868306</id>
	<title>SF.net SVN: stripes:[1511] branches/1.5.x</title>
	<published>2012-05-17T20:45:29Z</published>
	<updated>2012-05-17T20:45:29Z</updated>
	<author>
		<name>bengunter</name>
	</author>
	<content type="html">Revision: 1511
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://stripes.svn.sourceforge.net/stripes/?rev=1511&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.svn.sourceforge.net/stripes/?rev=1511&amp;view=rev&lt;/a&gt;&lt;br&gt;Author: &amp;nbsp; bengunter
&lt;br&gt;Date: &amp;nbsp; &amp;nbsp; 2012-05-18 03:45:29 +0000 (Fri, 18 May 2012)
&lt;br&gt;Log Message:
&lt;br&gt;-----------
&lt;br&gt;[maven-release-plugin] prepare for next development iteration
&lt;br&gt;&lt;br&gt;Modified Paths:
&lt;br&gt;--------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/examples/pom.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/pom.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/stripes/pom.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/tests/pom.xml
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/examples/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/examples/pom.xml	2012-05-18 03:45:27 UTC (rev 1510)
&lt;br&gt;+++ branches/1.5.x/examples/pom.xml	2012-05-18 03:45:29 UTC (rev 1511)
&lt;br&gt;@@ -7,7 +7,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.8-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;examples&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;war&amp;lt;/packaging&amp;gt;
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/pom.xml	2012-05-18 03:45:27 UTC (rev 1510)
&lt;br&gt;+++ branches/1.5.x/pom.xml	2012-05-18 03:45:29 UTC (rev 1511)
&lt;br&gt;@@ -13,7 +13,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.8-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;pom&amp;lt;/packaging&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;name&amp;gt;Stripes Parent&amp;lt;/name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;http://stripesframework.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripesframework.org/&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;@@ -26,9 +26,9 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/license&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/licenses&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;scm&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes/tags/1.5.7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes/tags/1.5.7&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection&amp;gt;scm:svn:&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes/tags/1.5.7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes/tags/1.5.7&lt;/a&gt;&amp;lt;/connection&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;developerConnection&amp;gt;scm:svn:&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes/tags/1.5.7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes/tags/1.5.7&lt;/a&gt;&amp;lt;/developerConnection&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes/branches/1.5.x&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes/branches/1.5.x&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection&amp;gt;scm:svn:&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes/branches/1.5.x&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes/branches/1.5.x&lt;/a&gt;&amp;lt;/connection&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;developerConnection&amp;gt;scm:svn:&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes/branches/1.5.x&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes/branches/1.5.x&lt;/a&gt;&amp;lt;/developerConnection&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/scm&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;issueManagement&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;system&amp;gt;JIRA&amp;lt;/system&amp;gt;
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/stripes/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/stripes/pom.xml	2012-05-18 03:45:27 UTC (rev 1510)
&lt;br&gt;+++ branches/1.5.x/stripes/pom.xml	2012-05-18 03:45:29 UTC (rev 1511)
&lt;br&gt;@@ -8,7 +8,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.8-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;jar&amp;lt;/packaging&amp;gt;
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/tests/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/tests/pom.xml	2012-05-18 03:45:27 UTC (rev 1510)
&lt;br&gt;+++ branches/1.5.x/tests/pom.xml	2012-05-18 03:45:29 UTC (rev 1511)
&lt;br&gt;@@ -10,7 +10,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.8-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;tests&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;jar&amp;lt;/packaging&amp;gt;
&lt;br&gt;&lt;br&gt;This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-development mailing list
&lt;br&gt;&lt;a&gt;Stripes-development@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-development&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-development&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-dev-f16326.html&quot; embed=&quot;fixTarget[16326]&quot; target=&quot;_top&quot; &gt;stripes-dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SF.net-SVN%3A-stripes%3A-1511--branches-1.5.x-tp33868306p33868306.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33868305</id>
	<title>SF.net SVN: stripes:[1510] tags/1.5.7/</title>
	<published>2012-05-17T20:45:27Z</published>
	<updated>2012-05-17T20:45:27Z</updated>
	<author>
		<name>bengunter</name>
	</author>
	<content type="html">Revision: 1510
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://stripes.svn.sourceforge.net/stripes/?rev=1510&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.svn.sourceforge.net/stripes/?rev=1510&amp;view=rev&lt;/a&gt;&lt;br&gt;Author: &amp;nbsp; bengunter
&lt;br&gt;Date: &amp;nbsp; &amp;nbsp; 2012-05-18 03:45:27 +0000 (Fri, 18 May 2012)
&lt;br&gt;Log Message:
&lt;br&gt;-----------
&lt;br&gt;[maven-release-plugin] &amp;nbsp;copy for tag 1.5.7
&lt;br&gt;&lt;br&gt;Added Paths:
&lt;br&gt;-----------
&lt;br&gt;&amp;nbsp; &amp;nbsp; tags/1.5.7/
&lt;br&gt;&lt;br&gt;This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-development mailing list
&lt;br&gt;&lt;a&gt;Stripes-development@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-development&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-development&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-dev-f16326.html&quot; embed=&quot;fixTarget[16326]&quot; target=&quot;_top&quot; &gt;stripes-dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SF.net-SVN%3A-stripes%3A-1510--tags-1.5.7--tp33868305p33868305.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33868304</id>
	<title>SF.net SVN: stripes:[1509] branches/1.5.x</title>
	<published>2012-05-17T20:45:23Z</published>
	<updated>2012-05-17T20:45:23Z</updated>
	<author>
		<name>bengunter</name>
	</author>
	<content type="html">Revision: 1509
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://stripes.svn.sourceforge.net/stripes/?rev=1509&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.svn.sourceforge.net/stripes/?rev=1509&amp;view=rev&lt;/a&gt;&lt;br&gt;Author: &amp;nbsp; bengunter
&lt;br&gt;Date: &amp;nbsp; &amp;nbsp; 2012-05-18 03:45:23 +0000 (Fri, 18 May 2012)
&lt;br&gt;Log Message:
&lt;br&gt;-----------
&lt;br&gt;[maven-release-plugin] prepare release 1.5.7
&lt;br&gt;&lt;br&gt;Modified Paths:
&lt;br&gt;--------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/examples/pom.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/pom.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/stripes/pom.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/tests/pom.xml
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/examples/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/examples/pom.xml	2012-05-18 03:42:16 UTC (rev 1508)
&lt;br&gt;+++ branches/1.5.x/examples/pom.xml	2012-05-18 03:45:23 UTC (rev 1509)
&lt;br&gt;@@ -2,12 +2,12 @@
&lt;br&gt;&amp;nbsp;&amp;lt;!--
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Stripes Examples Webapp.
&lt;br&gt;&amp;nbsp;--&amp;gt;
&lt;br&gt;-&amp;lt;project&amp;gt;
&lt;br&gt;+&amp;lt;project xmlns=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;quot; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot; xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://maven.apache.org/maven-v4_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/maven-v4_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;examples&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;war&amp;lt;/packaging&amp;gt;
&lt;br&gt;@@ -86,7 +86,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy todir=&amp;quot;./web/WEB-INF/src&amp;quot; flatten=&amp;quot;true&amp;quot; overwrite=&amp;quot;true&amp;quot;&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;fileset dir=&amp;quot;./src&amp;quot; includes=&amp;quot;**/*.java&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;fileset dir=&amp;quot;./src&amp;quot; includes=&amp;quot;**/*.java&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/copy&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/configuration&amp;gt;
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/pom.xml	2012-05-18 03:42:16 UTC (rev 1508)
&lt;br&gt;+++ branches/1.5.x/pom.xml	2012-05-18 03:45:23 UTC (rev 1509)
&lt;br&gt;@@ -4,7 +4,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;We use multi-module project in order to avoid directory refactorings
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;and thereby breaking of the currently used and build. &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp;--&amp;gt;
&lt;br&gt;-&amp;lt;project&amp;gt;
&lt;br&gt;+&amp;lt;project xmlns=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;quot; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot; xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://maven.apache.org/maven-v4_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/maven-v4_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.sonatype.oss&amp;lt;/groupId&amp;gt;
&lt;br&gt;@@ -13,7 +13,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;pom&amp;lt;/packaging&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;name&amp;gt;Stripes Parent&amp;lt;/name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;http://stripesframework.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripesframework.org/&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;@@ -26,9 +26,9 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/license&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/licenses&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;scm&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes/branches/1.5.x&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes/branches/1.5.x&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection&amp;gt;scm:svn:&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes/branches/1.5.x&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes/branches/1.5.x&lt;/a&gt;&amp;lt;/connection&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;developerConnection&amp;gt;scm:svn:&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes/branches/1.5.x&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes/branches/1.5.x&lt;/a&gt;&amp;lt;/developerConnection&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes/tags/1.5.7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes/tags/1.5.7&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection&amp;gt;scm:svn:&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes/tags/1.5.7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes/tags/1.5.7&lt;/a&gt;&amp;lt;/connection&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;developerConnection&amp;gt;scm:svn:&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes/tags/1.5.7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes/tags/1.5.7&lt;/a&gt;&amp;lt;/developerConnection&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/scm&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;issueManagement&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;system&amp;gt;JIRA&amp;lt;/system&amp;gt;
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/stripes/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/stripes/pom.xml	2012-05-18 03:42:16 UTC (rev 1508)
&lt;br&gt;+++ branches/1.5.x/stripes/pom.xml	2012-05-18 03:45:23 UTC (rev 1509)
&lt;br&gt;@@ -3,12 +3,12 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Stripes core. Produces the stripe.jar needed in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;users webapps.
&lt;br&gt;&amp;nbsp;--&amp;gt;
&lt;br&gt;-&amp;lt;project&amp;gt;
&lt;br&gt;+&amp;lt;project xmlns=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;quot; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot; xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://maven.apache.org/maven-v4_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/maven-v4_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;jar&amp;lt;/packaging&amp;gt;
&lt;br&gt;@@ -42,17 +42,14 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;!-- make two copies of the taglib, one with and one without dynamic attributes --&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter filtersfile=&amp;quot;./resources/common-descriptions.properties&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter token=&amp;quot;dynattrs&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes.tld&amp;quot; todir=&amp;quot;./target/classes/META-INF&amp;quot; filtering=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes-buffered-layout.tld&amp;quot; todir=&amp;quot;./target/classes/META-INF&amp;quot; filtering=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter filtersfile=&amp;quot;./resources/common-descriptions.properties&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter token=&amp;quot;dynattrs&amp;quot; value=&amp;quot;false&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes.tld&amp;quot; todir=&amp;quot;./target/classes/META-INF&amp;quot; filtering=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes-buffered-layout.tld&amp;quot; todir=&amp;quot;./target/classes/META-INF&amp;quot; filtering=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter token=&amp;quot;dynattrs&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes.tld&amp;quot;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tofile=&amp;quot;./target/classes/META-INF/stripes-dynattr.tld&amp;quot; filtering=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;replace file=&amp;quot;./target/classes/META-INF/stripes-dynattr.tld&amp;quot;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; token=&amp;quot;&lt;a href=&quot;http://stripes.sourceforge.net/stripes.tld&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.sourceforge.net/stripes.tld&lt;/a&gt;&amp;quot;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; value=&amp;quot;&lt;a href=&quot;http://stripes.sourceforge.net/stripes-dynattr.tld&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.sourceforge.net/stripes-dynattr.tld&lt;/a&gt;&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter token=&amp;quot;dynattrs&amp;quot; value=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes.tld&amp;quot; tofile=&amp;quot;./target/classes/META-INF/stripes-dynattr.tld&amp;quot; filtering=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;replace file=&amp;quot;./target/classes/META-INF/stripes-dynattr.tld&amp;quot; token=&amp;quot;&lt;a href=&quot;http://stripes.sourceforge.net/stripes.tld&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.sourceforge.net/stripes.tld&lt;/a&gt;&amp;quot; value=&amp;quot;&lt;a href=&quot;http://stripes.sourceforge.net/stripes-dynattr.tld&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.sourceforge.net/stripes-dynattr.tld&lt;/a&gt;&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;goals&amp;gt;
&lt;br&gt;@@ -71,19 +68,14 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;java fork=&amp;quot;true&amp;quot; jar=&amp;quot;./lib/build/tlddoc.jar&amp;quot; failonerror=&amp;quot;false&amp;quot;&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-d './target/taglib'&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-doctitle 'Stripes ${project.version} Tag Library Documentation'&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-windowtitle 'Stripes ${project.version} Tag Library Documentation'&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg value=&amp;quot;./target/classes/META-INF/stripes.tld&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-d './target/taglib'&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-doctitle 'Stripes ${project.version} Tag Library Documentation'&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-windowtitle 'Stripes ${project.version} Tag Library Documentation'&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg value=&amp;quot;./target/classes/META-INF/stripes.tld&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/java&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./src/javadoc.css&amp;quot;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tofile=&amp;quot;./target/taglib/stylesheet.css&amp;quot;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;overwrite=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;replace file=&amp;quot;./target/taglib/index.html&amp;quot;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; token=&amp;quot;overview-summary.html&amp;quot;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; value=&amp;quot;stripes/tld-summary.html&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;jar destfile=&amp;quot;./target/stripes-${project.version}-tlddoc.jar&amp;quot;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; basedir=&amp;quot;./target/taglib&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./src/javadoc.css&amp;quot; tofile=&amp;quot;./target/taglib/stylesheet.css&amp;quot; overwrite=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;replace file=&amp;quot;./target/taglib/index.html&amp;quot; token=&amp;quot;overview-summary.html&amp;quot; value=&amp;quot;stripes/tld-summary.html&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;jar destfile=&amp;quot;./target/stripes-${project.version}-tlddoc.jar&amp;quot; basedir=&amp;quot;./target/taglib&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;goals&amp;gt;
&lt;br&gt;@@ -138,7 +130,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;stylesheetfile&amp;gt;${basedir}/src/javadoc.css&amp;lt;/stylesheetfile&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;overview&amp;gt;${basedir}/src/overview.html&amp;lt;/overview&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;bottom&amp;gt;&amp;#169; Copyright 2005-2006, Stripes Development Team.&amp;lt;/bottom&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;bottom&amp;gt;© Copyright 2005-2006, Stripes Development Team.&amp;lt;/bottom&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;author&amp;gt;true&amp;lt;/author&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;protected&amp;gt;true&amp;lt;/protected&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;use&amp;gt;true&amp;lt;/use&amp;gt;
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/tests/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/tests/pom.xml	2012-05-18 03:42:16 UTC (rev 1508)
&lt;br&gt;+++ branches/1.5.x/tests/pom.xml	2012-05-18 03:45:23 UTC (rev 1509)
&lt;br&gt;@@ -5,12 +5,12 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Eventually tests should be in the same module than stripes
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;core itself, using maven standard layout.
&lt;br&gt;&amp;nbsp;--&amp;gt;
&lt;br&gt;-&amp;lt;project&amp;gt;
&lt;br&gt;+&amp;lt;project xmlns=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;quot; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot; xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://maven.apache.org/maven-v4_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/maven-v4_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;tests&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;jar&amp;lt;/packaging&amp;gt;
&lt;br&gt;&lt;br&gt;This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-development mailing list
&lt;br&gt;&lt;a&gt;Stripes-development@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-development&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-development&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-dev-f16326.html&quot; embed=&quot;fixTarget[16326]&quot; target=&quot;_top&quot; &gt;stripes-dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SF.net-SVN%3A-stripes%3A-1509--branches-1.5.x-tp33868304p33868304.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33868300</id>
	<title>SF.net SVN: stripes:[1508] branches/1.5.x</title>
	<published>2012-05-17T20:42:16Z</published>
	<updated>2012-05-17T20:42:16Z</updated>
	<author>
		<name>bengunter</name>
	</author>
	<content type="html">Revision: 1508
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://stripes.svn.sourceforge.net/stripes/?rev=1508&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.svn.sourceforge.net/stripes/?rev=1508&amp;view=rev&lt;/a&gt;&lt;br&gt;Author: &amp;nbsp; bengunter
&lt;br&gt;Date: &amp;nbsp; &amp;nbsp; 2012-05-18 03:42:16 +0000 (Fri, 18 May 2012)
&lt;br&gt;Log Message:
&lt;br&gt;-----------
&lt;br&gt;Point SCM to 1.5.x branch instead of repo root
&lt;br&gt;&lt;br&gt;Modified Paths:
&lt;br&gt;--------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/pom.xml
&lt;br&gt;&lt;br&gt;Property Changed:
&lt;br&gt;----------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/
&lt;br&gt;&lt;br&gt;&lt;br&gt;Property changes on: branches/1.5.x
&lt;br&gt;___________________________________________________________________
&lt;br&gt;Modified: svn:ignore
&lt;br&gt;&amp;nbsp; &amp;nbsp;- .classpath
&lt;br&gt;.project
&lt;br&gt;.settings
&lt;br&gt;dist
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;+ .classpath
&lt;br&gt;.project
&lt;br&gt;.settings
&lt;br&gt;dist
&lt;br&gt;target
&lt;br&gt;&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/pom.xml	2012-05-18 03:41:17 UTC (rev 1507)
&lt;br&gt;+++ branches/1.5.x/pom.xml	2012-05-18 03:42:16 UTC (rev 1508)
&lt;br&gt;@@ -26,9 +26,9 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/license&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/licenses&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;scm&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection&amp;gt;scm:svn:&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes&lt;/a&gt;&amp;lt;/connection&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;developerConnection&amp;gt;scm:svn:&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes&lt;/a&gt;&amp;lt;/developerConnection&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes/branches/1.5.x&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes/branches/1.5.x&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection&amp;gt;scm:svn:&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes/branches/1.5.x&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes/branches/1.5.x&lt;/a&gt;&amp;lt;/connection&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;developerConnection&amp;gt;scm:svn:&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes/branches/1.5.x&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes/branches/1.5.x&lt;/a&gt;&amp;lt;/developerConnection&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/scm&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;issueManagement&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;system&amp;gt;JIRA&amp;lt;/system&amp;gt;
&lt;br&gt;&lt;br&gt;This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-development mailing list
&lt;br&gt;&lt;a&gt;Stripes-development@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-development&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-development&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-dev-f16326.html&quot; embed=&quot;fixTarget[16326]&quot; target=&quot;_top&quot; &gt;stripes-dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SF.net-SVN%3A-stripes%3A-1508--branches-1.5.x-tp33868300p33868300.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33868296</id>
	<title>SF.net SVN: stripes:[1507] tags/1.5.7/</title>
	<published>2012-05-17T20:41:18Z</published>
	<updated>2012-05-17T20:41:18Z</updated>
	<author>
		<name>bengunter</name>
	</author>
	<content type="html">Revision: 1507
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://stripes.svn.sourceforge.net/stripes/?rev=1507&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.svn.sourceforge.net/stripes/?rev=1507&amp;view=rev&lt;/a&gt;&lt;br&gt;Author: &amp;nbsp; bengunter
&lt;br&gt;Date: &amp;nbsp; &amp;nbsp; 2012-05-18 03:41:17 +0000 (Fri, 18 May 2012)
&lt;br&gt;Log Message:
&lt;br&gt;-----------
&lt;br&gt;Deleting tag that was created from repo root instead of 1.5.x branch
&lt;br&gt;&lt;br&gt;Removed Paths:
&lt;br&gt;-------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; tags/1.5.7/
&lt;br&gt;&lt;br&gt;This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-development mailing list
&lt;br&gt;&lt;a&gt;Stripes-development@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-development&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-development&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-dev-f16326.html&quot; embed=&quot;fixTarget[16326]&quot; target=&quot;_top&quot; &gt;stripes-dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SF.net-SVN%3A-stripes%3A-1507--tags-1.5.7--tp33868296p33868296.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33868287</id>
	<title>SF.net SVN: stripes:[1506] branches/1.5.x</title>
	<published>2012-05-17T20:39:11Z</published>
	<updated>2012-05-17T20:39:11Z</updated>
	<author>
		<name>bengunter</name>
	</author>
	<content type="html">Revision: 1506
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://stripes.svn.sourceforge.net/stripes/?rev=1506&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.svn.sourceforge.net/stripes/?rev=1506&amp;view=rev&lt;/a&gt;&lt;br&gt;Author: &amp;nbsp; bengunter
&lt;br&gt;Date: &amp;nbsp; &amp;nbsp; 2012-05-18 03:39:11 +0000 (Fri, 18 May 2012)
&lt;br&gt;Log Message:
&lt;br&gt;-----------
&lt;br&gt;[maven-release-plugin] rollback the release of 1.5.7
&lt;br&gt;&lt;br&gt;Modified Paths:
&lt;br&gt;--------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/examples/pom.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/pom.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/stripes/pom.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/tests/pom.xml
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/examples/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/examples/pom.xml	2012-05-18 03:37:58 UTC (rev 1505)
&lt;br&gt;+++ branches/1.5.x/examples/pom.xml	2012-05-18 03:39:11 UTC (rev 1506)
&lt;br&gt;@@ -2,12 +2,12 @@
&lt;br&gt;&amp;nbsp;&amp;lt;!--
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Stripes Examples Webapp.
&lt;br&gt;&amp;nbsp;--&amp;gt;
&lt;br&gt;-&amp;lt;project xmlns=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;quot; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot; xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://maven.apache.org/maven-v4_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/maven-v4_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+&amp;lt;project&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.8-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;examples&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;war&amp;lt;/packaging&amp;gt;
&lt;br&gt;@@ -86,7 +86,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy todir=&amp;quot;./web/WEB-INF/src&amp;quot; flatten=&amp;quot;true&amp;quot; overwrite=&amp;quot;true&amp;quot;&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;fileset dir=&amp;quot;./src&amp;quot; includes=&amp;quot;**/*.java&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;fileset dir=&amp;quot;./src&amp;quot; includes=&amp;quot;**/*.java&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/copy&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/configuration&amp;gt;
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/pom.xml	2012-05-18 03:37:58 UTC (rev 1505)
&lt;br&gt;+++ branches/1.5.x/pom.xml	2012-05-18 03:39:11 UTC (rev 1506)
&lt;br&gt;@@ -4,7 +4,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;We use multi-module project in order to avoid directory refactorings
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;and thereby breaking of the currently used and build. &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp;--&amp;gt;
&lt;br&gt;-&amp;lt;project xmlns=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;quot; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot; xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://maven.apache.org/maven-v4_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/maven-v4_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+&amp;lt;project&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.sonatype.oss&amp;lt;/groupId&amp;gt;
&lt;br&gt;@@ -13,7 +13,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.8-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;pom&amp;lt;/packaging&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;name&amp;gt;Stripes Parent&amp;lt;/name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;http://stripesframework.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripesframework.org/&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/stripes/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/stripes/pom.xml	2012-05-18 03:37:58 UTC (rev 1505)
&lt;br&gt;+++ branches/1.5.x/stripes/pom.xml	2012-05-18 03:39:11 UTC (rev 1506)
&lt;br&gt;@@ -3,12 +3,12 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Stripes core. Produces the stripe.jar needed in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;users webapps.
&lt;br&gt;&amp;nbsp;--&amp;gt;
&lt;br&gt;-&amp;lt;project xmlns=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;quot; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot; xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://maven.apache.org/maven-v4_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/maven-v4_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+&amp;lt;project&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.8-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;jar&amp;lt;/packaging&amp;gt;
&lt;br&gt;@@ -42,14 +42,17 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;!-- make two copies of the taglib, one with and one without dynamic attributes --&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter filtersfile=&amp;quot;./resources/common-descriptions.properties&amp;quot; /&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter token=&amp;quot;dynattrs&amp;quot; value=&amp;quot;false&amp;quot; /&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes.tld&amp;quot; todir=&amp;quot;./target/classes/META-INF&amp;quot; filtering=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes-buffered-layout.tld&amp;quot; todir=&amp;quot;./target/classes/META-INF&amp;quot; filtering=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter filtersfile=&amp;quot;./resources/common-descriptions.properties&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter token=&amp;quot;dynattrs&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes.tld&amp;quot; todir=&amp;quot;./target/classes/META-INF&amp;quot; filtering=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes-buffered-layout.tld&amp;quot; todir=&amp;quot;./target/classes/META-INF&amp;quot; filtering=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter token=&amp;quot;dynattrs&amp;quot; value=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes.tld&amp;quot; tofile=&amp;quot;./target/classes/META-INF/stripes-dynattr.tld&amp;quot; filtering=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;replace file=&amp;quot;./target/classes/META-INF/stripes-dynattr.tld&amp;quot; token=&amp;quot;&lt;a href=&quot;http://stripes.sourceforge.net/stripes.tld&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.sourceforge.net/stripes.tld&lt;/a&gt;&amp;quot; value=&amp;quot;&lt;a href=&quot;http://stripes.sourceforge.net/stripes-dynattr.tld&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.sourceforge.net/stripes-dynattr.tld&lt;/a&gt;&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter token=&amp;quot;dynattrs&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes.tld&amp;quot;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tofile=&amp;quot;./target/classes/META-INF/stripes-dynattr.tld&amp;quot; filtering=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;replace file=&amp;quot;./target/classes/META-INF/stripes-dynattr.tld&amp;quot;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; token=&amp;quot;&lt;a href=&quot;http://stripes.sourceforge.net/stripes.tld&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.sourceforge.net/stripes.tld&lt;/a&gt;&amp;quot;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; value=&amp;quot;&lt;a href=&quot;http://stripes.sourceforge.net/stripes-dynattr.tld&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.sourceforge.net/stripes-dynattr.tld&lt;/a&gt;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;goals&amp;gt;
&lt;br&gt;@@ -68,14 +71,19 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;java fork=&amp;quot;true&amp;quot; jar=&amp;quot;./lib/build/tlddoc.jar&amp;quot; failonerror=&amp;quot;false&amp;quot;&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-d './target/taglib'&amp;quot; /&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-doctitle 'Stripes ${project.version} Tag Library Documentation'&amp;quot; /&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-windowtitle 'Stripes ${project.version} Tag Library Documentation'&amp;quot; /&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg value=&amp;quot;./target/classes/META-INF/stripes.tld&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-d './target/taglib'&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-doctitle 'Stripes ${project.version} Tag Library Documentation'&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-windowtitle 'Stripes ${project.version} Tag Library Documentation'&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg value=&amp;quot;./target/classes/META-INF/stripes.tld&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/java&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./src/javadoc.css&amp;quot; tofile=&amp;quot;./target/taglib/stylesheet.css&amp;quot; overwrite=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;replace file=&amp;quot;./target/taglib/index.html&amp;quot; token=&amp;quot;overview-summary.html&amp;quot; value=&amp;quot;stripes/tld-summary.html&amp;quot; /&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;jar destfile=&amp;quot;./target/stripes-${project.version}-tlddoc.jar&amp;quot; basedir=&amp;quot;./target/taglib&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./src/javadoc.css&amp;quot;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tofile=&amp;quot;./target/taglib/stylesheet.css&amp;quot;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;overwrite=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;replace file=&amp;quot;./target/taglib/index.html&amp;quot;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; token=&amp;quot;overview-summary.html&amp;quot;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; value=&amp;quot;stripes/tld-summary.html&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;jar destfile=&amp;quot;./target/stripes-${project.version}-tlddoc.jar&amp;quot;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; basedir=&amp;quot;./target/taglib&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;goals&amp;gt;
&lt;br&gt;@@ -130,7 +138,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;stylesheetfile&amp;gt;${basedir}/src/javadoc.css&amp;lt;/stylesheetfile&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;overview&amp;gt;${basedir}/src/overview.html&amp;lt;/overview&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;bottom&amp;gt;© Copyright 2005-2006, Stripes Development Team.&amp;lt;/bottom&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;bottom&amp;gt;&amp;#169; Copyright 2005-2006, Stripes Development Team.&amp;lt;/bottom&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;author&amp;gt;true&amp;lt;/author&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;protected&amp;gt;true&amp;lt;/protected&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;use&amp;gt;true&amp;lt;/use&amp;gt;
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/tests/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/tests/pom.xml	2012-05-18 03:37:58 UTC (rev 1505)
&lt;br&gt;+++ branches/1.5.x/tests/pom.xml	2012-05-18 03:39:11 UTC (rev 1506)
&lt;br&gt;@@ -5,12 +5,12 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Eventually tests should be in the same module than stripes
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;core itself, using maven standard layout.
&lt;br&gt;&amp;nbsp;--&amp;gt;
&lt;br&gt;-&amp;lt;project xmlns=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;quot; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot; xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://maven.apache.org/maven-v4_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/maven-v4_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+&amp;lt;project&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.8-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;tests&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;jar&amp;lt;/packaging&amp;gt;
&lt;br&gt;&lt;br&gt;This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-development mailing list
&lt;br&gt;&lt;a&gt;Stripes-development@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-development&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-development&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-dev-f16326.html&quot; embed=&quot;fixTarget[16326]&quot; target=&quot;_top&quot; &gt;stripes-dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SF.net-SVN%3A-stripes%3A-1506--branches-1.5.x-tp33868287p33868287.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33868283</id>
	<title>SF.net SVN: stripes:[1505] branches/1.5.x</title>
	<published>2012-05-17T20:37:58Z</published>
	<updated>2012-05-17T20:37:58Z</updated>
	<author>
		<name>bengunter</name>
	</author>
	<content type="html">Revision: 1505
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://stripes.svn.sourceforge.net/stripes/?rev=1505&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.svn.sourceforge.net/stripes/?rev=1505&amp;view=rev&lt;/a&gt;&lt;br&gt;Author: &amp;nbsp; bengunter
&lt;br&gt;Date: &amp;nbsp; &amp;nbsp; 2012-05-18 03:37:58 +0000 (Fri, 18 May 2012)
&lt;br&gt;Log Message:
&lt;br&gt;-----------
&lt;br&gt;[maven-release-plugin] prepare for next development iteration
&lt;br&gt;&lt;br&gt;Modified Paths:
&lt;br&gt;--------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/examples/pom.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/pom.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/stripes/pom.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/tests/pom.xml
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/examples/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/examples/pom.xml	2012-05-18 03:37:54 UTC (rev 1504)
&lt;br&gt;+++ branches/1.5.x/examples/pom.xml	2012-05-18 03:37:58 UTC (rev 1505)
&lt;br&gt;@@ -7,7 +7,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.8-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;examples&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;war&amp;lt;/packaging&amp;gt;
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/pom.xml	2012-05-18 03:37:54 UTC (rev 1504)
&lt;br&gt;+++ branches/1.5.x/pom.xml	2012-05-18 03:37:58 UTC (rev 1505)
&lt;br&gt;@@ -13,7 +13,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.8-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;pom&amp;lt;/packaging&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;name&amp;gt;Stripes Parent&amp;lt;/name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;http://stripesframework.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripesframework.org/&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;@@ -26,9 +26,9 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/license&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/licenses&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;scm&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes/tags/1.5.7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes/tags/1.5.7&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection&amp;gt;scm:svn:&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes/tags/1.5.7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes/tags/1.5.7&lt;/a&gt;&amp;lt;/connection&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;developerConnection&amp;gt;scm:svn:&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes/tags/1.5.7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes/tags/1.5.7&lt;/a&gt;&amp;lt;/developerConnection&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection&amp;gt;scm:svn:&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes&lt;/a&gt;&amp;lt;/connection&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;developerConnection&amp;gt;scm:svn:&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes&lt;/a&gt;&amp;lt;/developerConnection&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/scm&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;issueManagement&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;system&amp;gt;JIRA&amp;lt;/system&amp;gt;
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/stripes/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/stripes/pom.xml	2012-05-18 03:37:54 UTC (rev 1504)
&lt;br&gt;+++ branches/1.5.x/stripes/pom.xml	2012-05-18 03:37:58 UTC (rev 1505)
&lt;br&gt;@@ -8,7 +8,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.8-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;jar&amp;lt;/packaging&amp;gt;
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/tests/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/tests/pom.xml	2012-05-18 03:37:54 UTC (rev 1504)
&lt;br&gt;+++ branches/1.5.x/tests/pom.xml	2012-05-18 03:37:58 UTC (rev 1505)
&lt;br&gt;@@ -10,7 +10,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.8-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;tests&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;jar&amp;lt;/packaging&amp;gt;
&lt;br&gt;&lt;br&gt;This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-development mailing list
&lt;br&gt;&lt;a&gt;Stripes-development@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-development&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-development&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-dev-f16326.html&quot; embed=&quot;fixTarget[16326]&quot; target=&quot;_top&quot; &gt;stripes-dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SF.net-SVN%3A-stripes%3A-1505--branches-1.5.x-tp33868283p33868283.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33868281</id>
	<title>SF.net SVN: stripes:[1504] tags/1.5.7/</title>
	<published>2012-05-17T20:37:54Z</published>
	<updated>2012-05-17T20:37:54Z</updated>
	<author>
		<name>bengunter</name>
	</author>
	<content type="html">Revision: 1504
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://stripes.svn.sourceforge.net/stripes/?rev=1504&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.svn.sourceforge.net/stripes/?rev=1504&amp;view=rev&lt;/a&gt;&lt;br&gt;Author: &amp;nbsp; bengunter
&lt;br&gt;Date: &amp;nbsp; &amp;nbsp; 2012-05-18 03:37:54 +0000 (Fri, 18 May 2012)
&lt;br&gt;Log Message:
&lt;br&gt;-----------
&lt;br&gt;[maven-release-plugin] &amp;nbsp;copy for tag 1.5.7
&lt;br&gt;&lt;br&gt;Added Paths:
&lt;br&gt;-----------
&lt;br&gt;&amp;nbsp; &amp;nbsp; tags/1.5.7/
&lt;br&gt;&lt;br&gt;This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-development mailing list
&lt;br&gt;&lt;a&gt;Stripes-development@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-development&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-development&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-dev-f16326.html&quot; embed=&quot;fixTarget[16326]&quot; target=&quot;_top&quot; &gt;stripes-dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SF.net-SVN%3A-stripes%3A-1504--tags-1.5.7--tp33868281p33868281.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33868282</id>
	<title>SF.net SVN: stripes:[1503] branches/1.5.x</title>
	<published>2012-05-17T20:37:51Z</published>
	<updated>2012-05-17T20:37:51Z</updated>
	<author>
		<name>bengunter</name>
	</author>
	<content type="html">Revision: 1503
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://stripes.svn.sourceforge.net/stripes/?rev=1503&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.svn.sourceforge.net/stripes/?rev=1503&amp;view=rev&lt;/a&gt;&lt;br&gt;Author: &amp;nbsp; bengunter
&lt;br&gt;Date: &amp;nbsp; &amp;nbsp; 2012-05-18 03:37:51 +0000 (Fri, 18 May 2012)
&lt;br&gt;Log Message:
&lt;br&gt;-----------
&lt;br&gt;[maven-release-plugin] prepare release 1.5.7
&lt;br&gt;&lt;br&gt;Modified Paths:
&lt;br&gt;--------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/examples/pom.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/pom.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/stripes/pom.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/tests/pom.xml
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/examples/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/examples/pom.xml	2012-05-18 03:35:56 UTC (rev 1502)
&lt;br&gt;+++ branches/1.5.x/examples/pom.xml	2012-05-18 03:37:51 UTC (rev 1503)
&lt;br&gt;@@ -2,12 +2,12 @@
&lt;br&gt;&amp;nbsp;&amp;lt;!--
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Stripes Examples Webapp.
&lt;br&gt;&amp;nbsp;--&amp;gt;
&lt;br&gt;-&amp;lt;project&amp;gt;
&lt;br&gt;+&amp;lt;project xmlns=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;quot; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot; xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://maven.apache.org/maven-v4_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/maven-v4_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;examples&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;war&amp;lt;/packaging&amp;gt;
&lt;br&gt;@@ -86,7 +86,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy todir=&amp;quot;./web/WEB-INF/src&amp;quot; flatten=&amp;quot;true&amp;quot; overwrite=&amp;quot;true&amp;quot;&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;fileset dir=&amp;quot;./src&amp;quot; includes=&amp;quot;**/*.java&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;fileset dir=&amp;quot;./src&amp;quot; includes=&amp;quot;**/*.java&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/copy&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/configuration&amp;gt;
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/pom.xml	2012-05-18 03:35:56 UTC (rev 1502)
&lt;br&gt;+++ branches/1.5.x/pom.xml	2012-05-18 03:37:51 UTC (rev 1503)
&lt;br&gt;@@ -4,7 +4,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;We use multi-module project in order to avoid directory refactorings
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;and thereby breaking of the currently used and build. &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp;--&amp;gt;
&lt;br&gt;-&amp;lt;project&amp;gt;
&lt;br&gt;+&amp;lt;project xmlns=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;quot; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot; xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://maven.apache.org/maven-v4_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/maven-v4_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.sonatype.oss&amp;lt;/groupId&amp;gt;
&lt;br&gt;@@ -13,7 +13,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;pom&amp;lt;/packaging&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;name&amp;gt;Stripes Parent&amp;lt;/name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;http://stripesframework.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripesframework.org/&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;@@ -26,9 +26,9 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/license&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/licenses&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;scm&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection&amp;gt;scm:svn:&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes&lt;/a&gt;&amp;lt;/connection&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;developerConnection&amp;gt;scm:svn:&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes&lt;/a&gt;&amp;lt;/developerConnection&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes/tags/1.5.7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes/tags/1.5.7&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection&amp;gt;scm:svn:&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes/tags/1.5.7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes/tags/1.5.7&lt;/a&gt;&amp;lt;/connection&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;developerConnection&amp;gt;scm:svn:&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes/tags/1.5.7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes/tags/1.5.7&lt;/a&gt;&amp;lt;/developerConnection&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/scm&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;issueManagement&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;system&amp;gt;JIRA&amp;lt;/system&amp;gt;
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/stripes/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/stripes/pom.xml	2012-05-18 03:35:56 UTC (rev 1502)
&lt;br&gt;+++ branches/1.5.x/stripes/pom.xml	2012-05-18 03:37:51 UTC (rev 1503)
&lt;br&gt;@@ -3,12 +3,12 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Stripes core. Produces the stripe.jar needed in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;users webapps.
&lt;br&gt;&amp;nbsp;--&amp;gt;
&lt;br&gt;-&amp;lt;project&amp;gt;
&lt;br&gt;+&amp;lt;project xmlns=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;quot; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot; xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://maven.apache.org/maven-v4_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/maven-v4_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;jar&amp;lt;/packaging&amp;gt;
&lt;br&gt;@@ -42,17 +42,14 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;!-- make two copies of the taglib, one with and one without dynamic attributes --&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter filtersfile=&amp;quot;./resources/common-descriptions.properties&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter token=&amp;quot;dynattrs&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes.tld&amp;quot; todir=&amp;quot;./target/classes/META-INF&amp;quot; filtering=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes-buffered-layout.tld&amp;quot; todir=&amp;quot;./target/classes/META-INF&amp;quot; filtering=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter filtersfile=&amp;quot;./resources/common-descriptions.properties&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter token=&amp;quot;dynattrs&amp;quot; value=&amp;quot;false&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes.tld&amp;quot; todir=&amp;quot;./target/classes/META-INF&amp;quot; filtering=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes-buffered-layout.tld&amp;quot; todir=&amp;quot;./target/classes/META-INF&amp;quot; filtering=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter token=&amp;quot;dynattrs&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes.tld&amp;quot;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tofile=&amp;quot;./target/classes/META-INF/stripes-dynattr.tld&amp;quot; filtering=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;replace file=&amp;quot;./target/classes/META-INF/stripes-dynattr.tld&amp;quot;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; token=&amp;quot;&lt;a href=&quot;http://stripes.sourceforge.net/stripes.tld&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.sourceforge.net/stripes.tld&lt;/a&gt;&amp;quot;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; value=&amp;quot;&lt;a href=&quot;http://stripes.sourceforge.net/stripes-dynattr.tld&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.sourceforge.net/stripes-dynattr.tld&lt;/a&gt;&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter token=&amp;quot;dynattrs&amp;quot; value=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes.tld&amp;quot; tofile=&amp;quot;./target/classes/META-INF/stripes-dynattr.tld&amp;quot; filtering=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;replace file=&amp;quot;./target/classes/META-INF/stripes-dynattr.tld&amp;quot; token=&amp;quot;&lt;a href=&quot;http://stripes.sourceforge.net/stripes.tld&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.sourceforge.net/stripes.tld&lt;/a&gt;&amp;quot; value=&amp;quot;&lt;a href=&quot;http://stripes.sourceforge.net/stripes-dynattr.tld&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.sourceforge.net/stripes-dynattr.tld&lt;/a&gt;&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;goals&amp;gt;
&lt;br&gt;@@ -71,19 +68,14 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;java fork=&amp;quot;true&amp;quot; jar=&amp;quot;./lib/build/tlddoc.jar&amp;quot; failonerror=&amp;quot;false&amp;quot;&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-d './target/taglib'&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-doctitle 'Stripes ${project.version} Tag Library Documentation'&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-windowtitle 'Stripes ${project.version} Tag Library Documentation'&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg value=&amp;quot;./target/classes/META-INF/stripes.tld&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-d './target/taglib'&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-doctitle 'Stripes ${project.version} Tag Library Documentation'&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-windowtitle 'Stripes ${project.version} Tag Library Documentation'&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg value=&amp;quot;./target/classes/META-INF/stripes.tld&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/java&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./src/javadoc.css&amp;quot;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tofile=&amp;quot;./target/taglib/stylesheet.css&amp;quot;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;overwrite=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;replace file=&amp;quot;./target/taglib/index.html&amp;quot;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; token=&amp;quot;overview-summary.html&amp;quot;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; value=&amp;quot;stripes/tld-summary.html&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;jar destfile=&amp;quot;./target/stripes-${project.version}-tlddoc.jar&amp;quot;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; basedir=&amp;quot;./target/taglib&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./src/javadoc.css&amp;quot; tofile=&amp;quot;./target/taglib/stylesheet.css&amp;quot; overwrite=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;replace file=&amp;quot;./target/taglib/index.html&amp;quot; token=&amp;quot;overview-summary.html&amp;quot; value=&amp;quot;stripes/tld-summary.html&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;jar destfile=&amp;quot;./target/stripes-${project.version}-tlddoc.jar&amp;quot; basedir=&amp;quot;./target/taglib&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;goals&amp;gt;
&lt;br&gt;@@ -138,7 +130,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;stylesheetfile&amp;gt;${basedir}/src/javadoc.css&amp;lt;/stylesheetfile&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;overview&amp;gt;${basedir}/src/overview.html&amp;lt;/overview&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;bottom&amp;gt;&amp;#169; Copyright 2005-2006, Stripes Development Team.&amp;lt;/bottom&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;bottom&amp;gt;© Copyright 2005-2006, Stripes Development Team.&amp;lt;/bottom&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;author&amp;gt;true&amp;lt;/author&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;protected&amp;gt;true&amp;lt;/protected&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;use&amp;gt;true&amp;lt;/use&amp;gt;
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/tests/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/tests/pom.xml	2012-05-18 03:35:56 UTC (rev 1502)
&lt;br&gt;+++ branches/1.5.x/tests/pom.xml	2012-05-18 03:37:51 UTC (rev 1503)
&lt;br&gt;@@ -5,12 +5,12 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Eventually tests should be in the same module than stripes
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;core itself, using maven standard layout.
&lt;br&gt;&amp;nbsp;--&amp;gt;
&lt;br&gt;-&amp;lt;project&amp;gt;
&lt;br&gt;+&amp;lt;project xmlns=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;quot; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot; xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://maven.apache.org/maven-v4_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/maven-v4_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;tests&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;jar&amp;lt;/packaging&amp;gt;
&lt;br&gt;&lt;br&gt;This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-development mailing list
&lt;br&gt;&lt;a&gt;Stripes-development@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-development&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-development&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-dev-f16326.html&quot; embed=&quot;fixTarget[16326]&quot; target=&quot;_top&quot; &gt;stripes-dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SF.net-SVN%3A-stripes%3A-1503--branches-1.5.x-tp33868282p33868282.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33868278</id>
	<title>SF.net SVN: stripes:[1502] branches/1.5.x/pom.xml</title>
	<published>2012-05-17T20:35:56Z</published>
	<updated>2012-05-17T20:35:56Z</updated>
	<author>
		<name>bengunter</name>
	</author>
	<content type="html">Revision: 1502
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://stripes.svn.sourceforge.net/stripes/?rev=1502&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.svn.sourceforge.net/stripes/?rev=1502&amp;view=rev&lt;/a&gt;&lt;br&gt;Author: &amp;nbsp; bengunter
&lt;br&gt;Date: &amp;nbsp; &amp;nbsp; 2012-05-18 03:35:56 +0000 (Fri, 18 May 2012)
&lt;br&gt;Log Message:
&lt;br&gt;-----------
&lt;br&gt;Corrected SCM URLs to the new ones issued by SourceForge
&lt;br&gt;&lt;br&gt;Modified Paths:
&lt;br&gt;--------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/pom.xml
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/pom.xml	2012-05-18 03:33:58 UTC (rev 1501)
&lt;br&gt;+++ branches/1.5.x/pom.xml	2012-05-18 03:35:56 UTC (rev 1502)
&lt;br&gt;@@ -26,9 +26,9 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/license&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/licenses&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;scm&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;https://svn.sourceforge.net/svnroot/stripes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.sourceforge.net/svnroot/stripes&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection&amp;gt;scm:svn:&lt;a href=&quot;https://svn.sourceforge.net/svnroot/stripes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.sourceforge.net/svnroot/stripes&lt;/a&gt;&amp;lt;/connection&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;developerConnection&amp;gt;scm:svn:&lt;a href=&quot;https://svn.sourceforge.net/svnroot/stripes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.sourceforge.net/svnroot/stripes&lt;/a&gt;&amp;lt;/developerConnection&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection&amp;gt;scm:svn:&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes&lt;/a&gt;&amp;lt;/connection&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;developerConnection&amp;gt;scm:svn:&lt;a href=&quot;https://stripes.svn.sourceforge.net/svnroot/stripes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://stripes.svn.sourceforge.net/svnroot/stripes&lt;/a&gt;&amp;lt;/developerConnection&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/scm&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;issueManagement&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;system&amp;gt;JIRA&amp;lt;/system&amp;gt;
&lt;br&gt;&lt;br&gt;This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-development mailing list
&lt;br&gt;&lt;a&gt;Stripes-development@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-development&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-development&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-dev-f16326.html&quot; embed=&quot;fixTarget[16326]&quot; target=&quot;_top&quot; &gt;stripes-dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SF.net-SVN%3A-stripes%3A-1502--branches-1.5.x-pom.xml-tp33868278p33868278.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33868272</id>
	<title>SF.net SVN: stripes:[1501] branches/1.5.x</title>
	<published>2012-05-17T20:33:58Z</published>
	<updated>2012-05-17T20:33:58Z</updated>
	<author>
		<name>bengunter</name>
	</author>
	<content type="html">Revision: 1501
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://stripes.svn.sourceforge.net/stripes/?rev=1501&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.svn.sourceforge.net/stripes/?rev=1501&amp;view=rev&lt;/a&gt;&lt;br&gt;Author: &amp;nbsp; bengunter
&lt;br&gt;Date: &amp;nbsp; &amp;nbsp; 2012-05-18 03:33:58 +0000 (Fri, 18 May 2012)
&lt;br&gt;Log Message:
&lt;br&gt;-----------
&lt;br&gt;[maven-release-plugin] rollback the release of 1.5.7
&lt;br&gt;&lt;br&gt;Modified Paths:
&lt;br&gt;--------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/examples/pom.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/pom.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/stripes/pom.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/tests/pom.xml
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/examples/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/examples/pom.xml	2012-05-18 03:31:51 UTC (rev 1500)
&lt;br&gt;+++ branches/1.5.x/examples/pom.xml	2012-05-18 03:33:58 UTC (rev 1501)
&lt;br&gt;@@ -2,12 +2,12 @@
&lt;br&gt;&amp;nbsp;&amp;lt;!--
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Stripes Examples Webapp.
&lt;br&gt;&amp;nbsp;--&amp;gt;
&lt;br&gt;-&amp;lt;project xmlns=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;quot; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot; xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://maven.apache.org/maven-v4_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/maven-v4_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+&amp;lt;project&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;examples&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;war&amp;lt;/packaging&amp;gt;
&lt;br&gt;@@ -86,7 +86,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy todir=&amp;quot;./web/WEB-INF/src&amp;quot; flatten=&amp;quot;true&amp;quot; overwrite=&amp;quot;true&amp;quot;&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;fileset dir=&amp;quot;./src&amp;quot; includes=&amp;quot;**/*.java&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;fileset dir=&amp;quot;./src&amp;quot; includes=&amp;quot;**/*.java&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/copy&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/configuration&amp;gt;
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/pom.xml	2012-05-18 03:31:51 UTC (rev 1500)
&lt;br&gt;+++ branches/1.5.x/pom.xml	2012-05-18 03:33:58 UTC (rev 1501)
&lt;br&gt;@@ -4,7 +4,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;We use multi-module project in order to avoid directory refactorings
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;and thereby breaking of the currently used and build. &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp;--&amp;gt;
&lt;br&gt;-&amp;lt;project xmlns=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;quot; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot; xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://maven.apache.org/maven-v4_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/maven-v4_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+&amp;lt;project&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.sonatype.oss&amp;lt;/groupId&amp;gt;
&lt;br&gt;@@ -13,7 +13,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;pom&amp;lt;/packaging&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;name&amp;gt;Stripes Parent&amp;lt;/name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;http://stripesframework.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripesframework.org/&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;@@ -26,9 +26,9 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/license&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/licenses&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;scm&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;https://svn.sourceforge.net/svnroot/stripes/tags/1.5.7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.sourceforge.net/svnroot/stripes/tags/1.5.7&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection&amp;gt;scm:svn:&lt;a href=&quot;https://svn.sourceforge.net/svnroot/stripes/tags/1.5.7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.sourceforge.net/svnroot/stripes/tags/1.5.7&lt;/a&gt;&amp;lt;/connection&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;developerConnection&amp;gt;scm:svn:&lt;a href=&quot;https://svn.sourceforge.net/svnroot/stripes/tags/1.5.7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.sourceforge.net/svnroot/stripes/tags/1.5.7&lt;/a&gt;&amp;lt;/developerConnection&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;https://svn.sourceforge.net/svnroot/stripes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.sourceforge.net/svnroot/stripes&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection&amp;gt;scm:svn:&lt;a href=&quot;https://svn.sourceforge.net/svnroot/stripes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.sourceforge.net/svnroot/stripes&lt;/a&gt;&amp;lt;/connection&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;developerConnection&amp;gt;scm:svn:&lt;a href=&quot;https://svn.sourceforge.net/svnroot/stripes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.sourceforge.net/svnroot/stripes&lt;/a&gt;&amp;lt;/developerConnection&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/scm&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;issueManagement&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;system&amp;gt;JIRA&amp;lt;/system&amp;gt;
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/stripes/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/stripes/pom.xml	2012-05-18 03:31:51 UTC (rev 1500)
&lt;br&gt;+++ branches/1.5.x/stripes/pom.xml	2012-05-18 03:33:58 UTC (rev 1501)
&lt;br&gt;@@ -3,12 +3,12 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Stripes core. Produces the stripe.jar needed in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;users webapps.
&lt;br&gt;&amp;nbsp;--&amp;gt;
&lt;br&gt;-&amp;lt;project xmlns=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;quot; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot; xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://maven.apache.org/maven-v4_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/maven-v4_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+&amp;lt;project&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;jar&amp;lt;/packaging&amp;gt;
&lt;br&gt;@@ -42,14 +42,17 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;!-- make two copies of the taglib, one with and one without dynamic attributes --&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter filtersfile=&amp;quot;./resources/common-descriptions.properties&amp;quot; /&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter token=&amp;quot;dynattrs&amp;quot; value=&amp;quot;false&amp;quot; /&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes.tld&amp;quot; todir=&amp;quot;./target/classes/META-INF&amp;quot; filtering=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes-buffered-layout.tld&amp;quot; todir=&amp;quot;./target/classes/META-INF&amp;quot; filtering=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter filtersfile=&amp;quot;./resources/common-descriptions.properties&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter token=&amp;quot;dynattrs&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes.tld&amp;quot; todir=&amp;quot;./target/classes/META-INF&amp;quot; filtering=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes-buffered-layout.tld&amp;quot; todir=&amp;quot;./target/classes/META-INF&amp;quot; filtering=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter token=&amp;quot;dynattrs&amp;quot; value=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes.tld&amp;quot; tofile=&amp;quot;./target/classes/META-INF/stripes-dynattr.tld&amp;quot; filtering=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;replace file=&amp;quot;./target/classes/META-INF/stripes-dynattr.tld&amp;quot; token=&amp;quot;&lt;a href=&quot;http://stripes.sourceforge.net/stripes.tld&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.sourceforge.net/stripes.tld&lt;/a&gt;&amp;quot; value=&amp;quot;&lt;a href=&quot;http://stripes.sourceforge.net/stripes-dynattr.tld&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.sourceforge.net/stripes-dynattr.tld&lt;/a&gt;&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter token=&amp;quot;dynattrs&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes.tld&amp;quot;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tofile=&amp;quot;./target/classes/META-INF/stripes-dynattr.tld&amp;quot; filtering=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;replace file=&amp;quot;./target/classes/META-INF/stripes-dynattr.tld&amp;quot;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; token=&amp;quot;&lt;a href=&quot;http://stripes.sourceforge.net/stripes.tld&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.sourceforge.net/stripes.tld&lt;/a&gt;&amp;quot;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; value=&amp;quot;&lt;a href=&quot;http://stripes.sourceforge.net/stripes-dynattr.tld&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.sourceforge.net/stripes-dynattr.tld&lt;/a&gt;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;goals&amp;gt;
&lt;br&gt;@@ -68,14 +71,19 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;java fork=&amp;quot;true&amp;quot; jar=&amp;quot;./lib/build/tlddoc.jar&amp;quot; failonerror=&amp;quot;false&amp;quot;&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-d './target/taglib'&amp;quot; /&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-doctitle 'Stripes ${project.version} Tag Library Documentation'&amp;quot; /&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-windowtitle 'Stripes ${project.version} Tag Library Documentation'&amp;quot; /&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg value=&amp;quot;./target/classes/META-INF/stripes.tld&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-d './target/taglib'&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-doctitle 'Stripes ${project.version} Tag Library Documentation'&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-windowtitle 'Stripes ${project.version} Tag Library Documentation'&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg value=&amp;quot;./target/classes/META-INF/stripes.tld&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/java&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./src/javadoc.css&amp;quot; tofile=&amp;quot;./target/taglib/stylesheet.css&amp;quot; overwrite=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;replace file=&amp;quot;./target/taglib/index.html&amp;quot; token=&amp;quot;overview-summary.html&amp;quot; value=&amp;quot;stripes/tld-summary.html&amp;quot; /&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;jar destfile=&amp;quot;./target/stripes-${project.version}-tlddoc.jar&amp;quot; basedir=&amp;quot;./target/taglib&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./src/javadoc.css&amp;quot;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tofile=&amp;quot;./target/taglib/stylesheet.css&amp;quot;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;overwrite=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;replace file=&amp;quot;./target/taglib/index.html&amp;quot;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; token=&amp;quot;overview-summary.html&amp;quot;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; value=&amp;quot;stripes/tld-summary.html&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;jar destfile=&amp;quot;./target/stripes-${project.version}-tlddoc.jar&amp;quot;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; basedir=&amp;quot;./target/taglib&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;goals&amp;gt;
&lt;br&gt;@@ -130,7 +138,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;stylesheetfile&amp;gt;${basedir}/src/javadoc.css&amp;lt;/stylesheetfile&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;overview&amp;gt;${basedir}/src/overview.html&amp;lt;/overview&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;bottom&amp;gt;© Copyright 2005-2006, Stripes Development Team.&amp;lt;/bottom&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;bottom&amp;gt;&amp;#169; Copyright 2005-2006, Stripes Development Team.&amp;lt;/bottom&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;author&amp;gt;true&amp;lt;/author&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;protected&amp;gt;true&amp;lt;/protected&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;use&amp;gt;true&amp;lt;/use&amp;gt;
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/tests/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/tests/pom.xml	2012-05-18 03:31:51 UTC (rev 1500)
&lt;br&gt;+++ branches/1.5.x/tests/pom.xml	2012-05-18 03:33:58 UTC (rev 1501)
&lt;br&gt;@@ -5,12 +5,12 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Eventually tests should be in the same module than stripes
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;core itself, using maven standard layout.
&lt;br&gt;&amp;nbsp;--&amp;gt;
&lt;br&gt;-&amp;lt;project xmlns=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;quot; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot; xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://maven.apache.org/maven-v4_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/maven-v4_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+&amp;lt;project&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;tests&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;jar&amp;lt;/packaging&amp;gt;
&lt;br&gt;&lt;br&gt;This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-development mailing list
&lt;br&gt;&lt;a&gt;Stripes-development@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-development&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-development&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-dev-f16326.html&quot; embed=&quot;fixTarget[16326]&quot; target=&quot;_top&quot; &gt;stripes-dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SF.net-SVN%3A-stripes%3A-1501--branches-1.5.x-tp33868272p33868272.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33868268</id>
	<title>SF.net SVN: stripes:[1500] branches/1.5.x</title>
	<published>2012-05-17T20:31:51Z</published>
	<updated>2012-05-17T20:31:51Z</updated>
	<author>
		<name>bengunter</name>
	</author>
	<content type="html">Revision: 1500
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://stripes.svn.sourceforge.net/stripes/?rev=1500&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.svn.sourceforge.net/stripes/?rev=1500&amp;view=rev&lt;/a&gt;&lt;br&gt;Author: &amp;nbsp; bengunter
&lt;br&gt;Date: &amp;nbsp; &amp;nbsp; 2012-05-18 03:31:51 +0000 (Fri, 18 May 2012)
&lt;br&gt;Log Message:
&lt;br&gt;-----------
&lt;br&gt;[maven-release-plugin] prepare release 1.5.7
&lt;br&gt;&lt;br&gt;Modified Paths:
&lt;br&gt;--------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/examples/pom.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/pom.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/stripes/pom.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/tests/pom.xml
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/examples/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/examples/pom.xml	2012-05-18 03:22:28 UTC (rev 1499)
&lt;br&gt;+++ branches/1.5.x/examples/pom.xml	2012-05-18 03:31:51 UTC (rev 1500)
&lt;br&gt;@@ -2,12 +2,12 @@
&lt;br&gt;&amp;nbsp;&amp;lt;!--
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Stripes Examples Webapp.
&lt;br&gt;&amp;nbsp;--&amp;gt;
&lt;br&gt;-&amp;lt;project&amp;gt;
&lt;br&gt;+&amp;lt;project xmlns=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;quot; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot; xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://maven.apache.org/maven-v4_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/maven-v4_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;examples&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;war&amp;lt;/packaging&amp;gt;
&lt;br&gt;@@ -86,7 +86,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy todir=&amp;quot;./web/WEB-INF/src&amp;quot; flatten=&amp;quot;true&amp;quot; overwrite=&amp;quot;true&amp;quot;&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;fileset dir=&amp;quot;./src&amp;quot; includes=&amp;quot;**/*.java&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;fileset dir=&amp;quot;./src&amp;quot; includes=&amp;quot;**/*.java&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/copy&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/configuration&amp;gt;
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/pom.xml	2012-05-18 03:22:28 UTC (rev 1499)
&lt;br&gt;+++ branches/1.5.x/pom.xml	2012-05-18 03:31:51 UTC (rev 1500)
&lt;br&gt;@@ -4,7 +4,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;We use multi-module project in order to avoid directory refactorings
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;and thereby breaking of the currently used and build. &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp;--&amp;gt;
&lt;br&gt;-&amp;lt;project&amp;gt;
&lt;br&gt;+&amp;lt;project xmlns=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;quot; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot; xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://maven.apache.org/maven-v4_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/maven-v4_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.sonatype.oss&amp;lt;/groupId&amp;gt;
&lt;br&gt;@@ -13,7 +13,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;pom&amp;lt;/packaging&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;name&amp;gt;Stripes Parent&amp;lt;/name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;http://stripesframework.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripesframework.org/&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;@@ -26,9 +26,9 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/license&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/licenses&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;scm&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;https://svn.sourceforge.net/svnroot/stripes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.sourceforge.net/svnroot/stripes&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection&amp;gt;scm:svn:&lt;a href=&quot;https://svn.sourceforge.net/svnroot/stripes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.sourceforge.net/svnroot/stripes&lt;/a&gt;&amp;lt;/connection&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;developerConnection&amp;gt;scm:svn:&lt;a href=&quot;https://svn.sourceforge.net/svnroot/stripes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.sourceforge.net/svnroot/stripes&lt;/a&gt;&amp;lt;/developerConnection&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;https://svn.sourceforge.net/svnroot/stripes/tags/1.5.7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.sourceforge.net/svnroot/stripes/tags/1.5.7&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection&amp;gt;scm:svn:&lt;a href=&quot;https://svn.sourceforge.net/svnroot/stripes/tags/1.5.7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.sourceforge.net/svnroot/stripes/tags/1.5.7&lt;/a&gt;&amp;lt;/connection&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;developerConnection&amp;gt;scm:svn:&lt;a href=&quot;https://svn.sourceforge.net/svnroot/stripes/tags/1.5.7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.sourceforge.net/svnroot/stripes/tags/1.5.7&lt;/a&gt;&amp;lt;/developerConnection&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/scm&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;issueManagement&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;system&amp;gt;JIRA&amp;lt;/system&amp;gt;
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/stripes/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/stripes/pom.xml	2012-05-18 03:22:28 UTC (rev 1499)
&lt;br&gt;+++ branches/1.5.x/stripes/pom.xml	2012-05-18 03:31:51 UTC (rev 1500)
&lt;br&gt;@@ -3,12 +3,12 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Stripes core. Produces the stripe.jar needed in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;users webapps.
&lt;br&gt;&amp;nbsp;--&amp;gt;
&lt;br&gt;-&amp;lt;project&amp;gt;
&lt;br&gt;+&amp;lt;project xmlns=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;quot; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot; xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://maven.apache.org/maven-v4_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/maven-v4_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;jar&amp;lt;/packaging&amp;gt;
&lt;br&gt;@@ -42,17 +42,14 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;!-- make two copies of the taglib, one with and one without dynamic attributes --&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter filtersfile=&amp;quot;./resources/common-descriptions.properties&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter token=&amp;quot;dynattrs&amp;quot; value=&amp;quot;false&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes.tld&amp;quot; todir=&amp;quot;./target/classes/META-INF&amp;quot; filtering=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes-buffered-layout.tld&amp;quot; todir=&amp;quot;./target/classes/META-INF&amp;quot; filtering=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter filtersfile=&amp;quot;./resources/common-descriptions.properties&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter token=&amp;quot;dynattrs&amp;quot; value=&amp;quot;false&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes.tld&amp;quot; todir=&amp;quot;./target/classes/META-INF&amp;quot; filtering=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes-buffered-layout.tld&amp;quot; todir=&amp;quot;./target/classes/META-INF&amp;quot; filtering=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter token=&amp;quot;dynattrs&amp;quot; value=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes.tld&amp;quot;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tofile=&amp;quot;./target/classes/META-INF/stripes-dynattr.tld&amp;quot; filtering=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;replace file=&amp;quot;./target/classes/META-INF/stripes-dynattr.tld&amp;quot;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; token=&amp;quot;&lt;a href=&quot;http://stripes.sourceforge.net/stripes.tld&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.sourceforge.net/stripes.tld&lt;/a&gt;&amp;quot;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; value=&amp;quot;&lt;a href=&quot;http://stripes.sourceforge.net/stripes-dynattr.tld&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.sourceforge.net/stripes-dynattr.tld&lt;/a&gt;&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;filter token=&amp;quot;dynattrs&amp;quot; value=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./resources/stripes.tld&amp;quot; tofile=&amp;quot;./target/classes/META-INF/stripes-dynattr.tld&amp;quot; filtering=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;replace file=&amp;quot;./target/classes/META-INF/stripes-dynattr.tld&amp;quot; token=&amp;quot;&lt;a href=&quot;http://stripes.sourceforge.net/stripes.tld&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.sourceforge.net/stripes.tld&lt;/a&gt;&amp;quot; value=&amp;quot;&lt;a href=&quot;http://stripes.sourceforge.net/stripes-dynattr.tld&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.sourceforge.net/stripes-dynattr.tld&lt;/a&gt;&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;goals&amp;gt;
&lt;br&gt;@@ -71,19 +68,14 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;java fork=&amp;quot;true&amp;quot; jar=&amp;quot;./lib/build/tlddoc.jar&amp;quot; failonerror=&amp;quot;false&amp;quot;&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-d './target/taglib'&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-doctitle 'Stripes ${project.version} Tag Library Documentation'&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-windowtitle 'Stripes ${project.version} Tag Library Documentation'&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg value=&amp;quot;./target/classes/META-INF/stripes.tld&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-d './target/taglib'&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-doctitle 'Stripes ${project.version} Tag Library Documentation'&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg line=&amp;quot;-windowtitle 'Stripes ${project.version} Tag Library Documentation'&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;arg value=&amp;quot;./target/classes/META-INF/stripes.tld&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/java&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./src/javadoc.css&amp;quot;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tofile=&amp;quot;./target/taglib/stylesheet.css&amp;quot;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;overwrite=&amp;quot;true&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;replace file=&amp;quot;./target/taglib/index.html&amp;quot;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; token=&amp;quot;overview-summary.html&amp;quot;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; value=&amp;quot;stripes/tld-summary.html&amp;quot;/&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;jar destfile=&amp;quot;./target/stripes-${project.version}-tlddoc.jar&amp;quot;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; basedir=&amp;quot;./target/taglib&amp;quot;/&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;copy file=&amp;quot;./src/javadoc.css&amp;quot; tofile=&amp;quot;./target/taglib/stylesheet.css&amp;quot; overwrite=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;replace file=&amp;quot;./target/taglib/index.html&amp;quot; token=&amp;quot;overview-summary.html&amp;quot; value=&amp;quot;stripes/tld-summary.html&amp;quot; /&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;jar destfile=&amp;quot;./target/stripes-${project.version}-tlddoc.jar&amp;quot; basedir=&amp;quot;./target/taglib&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;goals&amp;gt;
&lt;br&gt;@@ -138,7 +130,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;stylesheetfile&amp;gt;${basedir}/src/javadoc.css&amp;lt;/stylesheetfile&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;overview&amp;gt;${basedir}/src/overview.html&amp;lt;/overview&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;bottom&amp;gt;&amp;#169; Copyright 2005-2006, Stripes Development Team.&amp;lt;/bottom&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;bottom&amp;gt;© Copyright 2005-2006, Stripes Development Team.&amp;lt;/bottom&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;author&amp;gt;true&amp;lt;/author&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;protected&amp;gt;true&amp;lt;/protected&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;use&amp;gt;true&amp;lt;/use&amp;gt;
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/tests/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/tests/pom.xml	2012-05-18 03:22:28 UTC (rev 1499)
&lt;br&gt;+++ branches/1.5.x/tests/pom.xml	2012-05-18 03:31:51 UTC (rev 1500)
&lt;br&gt;@@ -5,12 +5,12 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Eventually tests should be in the same module than stripes
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;core itself, using maven standard layout.
&lt;br&gt;&amp;nbsp;--&amp;gt;
&lt;br&gt;-&amp;lt;project&amp;gt;
&lt;br&gt;+&amp;lt;project xmlns=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;quot; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot; xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://maven.apache.org/POM/4.0.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/POM/4.0.0&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://maven.apache.org/maven-v4_0_0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/maven-v4_0_0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;modelVersion&amp;gt;4.0.0&amp;lt;/modelVersion&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;net.sourceforge.stripes&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;stripes-parent&amp;lt;/artifactId&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7-SNAPSHOT&amp;lt;/version&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.5.7&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/parent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;tests&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;packaging&amp;gt;jar&amp;lt;/packaging&amp;gt;
&lt;br&gt;&lt;br&gt;This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-development mailing list
&lt;br&gt;&lt;a&gt;Stripes-development@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-development&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-development&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-dev-f16326.html&quot; embed=&quot;fixTarget[16326]&quot; target=&quot;_top&quot; &gt;stripes-dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SF.net-SVN%3A-stripes%3A-1500--branches-1.5.x-tp33868268p33868268.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33868248</id>
	<title>SF.net SVN: stripes:[1499] branches/1.5.x/pom.xml</title>
	<published>2012-05-17T20:22:28Z</published>
	<updated>2012-05-17T20:22:28Z</updated>
	<author>
		<name>bengunter</name>
	</author>
	<content type="html">Revision: 1499
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://stripes.svn.sourceforge.net/stripes/?rev=1499&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.svn.sourceforge.net/stripes/?rev=1499&amp;view=rev&lt;/a&gt;&lt;br&gt;Author: &amp;nbsp; bengunter
&lt;br&gt;Date: &amp;nbsp; &amp;nbsp; 2012-05-18 03:22:28 +0000 (Fri, 18 May 2012)
&lt;br&gt;Log Message:
&lt;br&gt;-----------
&lt;br&gt;Trying to get this thing to work with the release plugin.
&lt;br&gt;&lt;br&gt;Modified Paths:
&lt;br&gt;--------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/pom.xml
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/pom.xml	2012-05-18 03:15:25 UTC (rev 1498)
&lt;br&gt;+++ branches/1.5.x/pom.xml	2012-05-18 03:22:28 UTC (rev 1499)
&lt;br&gt;@@ -27,8 +27,8 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/licenses&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;scm&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;https://svn.sourceforge.net/svnroot/stripes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.sourceforge.net/svnroot/stripes&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;developerConnection&amp;gt;&lt;a href=&quot;https://svn.sourceforge.net/svnroot/stripes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.sourceforge.net/svnroot/stripes&lt;/a&gt;&amp;lt;/developerConnection&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection&amp;gt;&lt;a href=&quot;https://svn.sourceforge.net/svnroot/stripes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.sourceforge.net/svnroot/stripes&lt;/a&gt;&amp;lt;/connection&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection&amp;gt;scm:svn:&lt;a href=&quot;https://svn.sourceforge.net/svnroot/stripes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.sourceforge.net/svnroot/stripes&lt;/a&gt;&amp;lt;/connection&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;developerConnection&amp;gt;scm:svn:&lt;a href=&quot;https://svn.sourceforge.net/svnroot/stripes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.sourceforge.net/svnroot/stripes&lt;/a&gt;&amp;lt;/developerConnection&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/scm&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;issueManagement&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;system&amp;gt;JIRA&amp;lt;/system&amp;gt;
&lt;br&gt;&lt;br&gt;This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-development mailing list
&lt;br&gt;&lt;a&gt;Stripes-development@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-development&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-development&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-dev-f16326.html&quot; embed=&quot;fixTarget[16326]&quot; target=&quot;_top&quot; &gt;stripes-dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SF.net-SVN%3A-stripes%3A-1499--branches-1.5.x-pom.xml-tp33868248p33868248.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33868241</id>
	<title>SF.net SVN: stripes:[1498] branches/1.5.x/pom.xml</title>
	<published>2012-05-17T20:15:26Z</published>
	<updated>2012-05-17T20:15:26Z</updated>
	<author>
		<name>bengunter</name>
	</author>
	<content type="html">Revision: 1498
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://stripes.svn.sourceforge.net/stripes/?rev=1498&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.svn.sourceforge.net/stripes/?rev=1498&amp;view=rev&lt;/a&gt;&lt;br&gt;Author: &amp;nbsp; bengunter
&lt;br&gt;Date: &amp;nbsp; &amp;nbsp; 2012-05-18 03:15:25 +0000 (Fri, 18 May 2012)
&lt;br&gt;Log Message:
&lt;br&gt;-----------
&lt;br&gt;Added a couple of more elements to &amp;lt;scm&amp;gt;
&lt;br&gt;&lt;br&gt;Modified Paths:
&lt;br&gt;--------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/pom.xml
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/pom.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/pom.xml	2012-05-18 02:57:24 UTC (rev 1497)
&lt;br&gt;+++ branches/1.5.x/pom.xml	2012-05-18 03:15:25 UTC (rev 1498)
&lt;br&gt;@@ -27,6 +27,8 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/licenses&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;scm&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;url&amp;gt;&lt;a href=&quot;https://svn.sourceforge.net/svnroot/stripes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.sourceforge.net/svnroot/stripes&lt;/a&gt;&amp;lt;/url&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;developerConnection&amp;gt;&lt;a href=&quot;https://svn.sourceforge.net/svnroot/stripes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.sourceforge.net/svnroot/stripes&lt;/a&gt;&amp;lt;/developerConnection&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;connection&amp;gt;&lt;a href=&quot;https://svn.sourceforge.net/svnroot/stripes&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.sourceforge.net/svnroot/stripes&lt;/a&gt;&amp;lt;/connection&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/scm&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;issueManagement&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;system&amp;gt;JIRA&amp;lt;/system&amp;gt;
&lt;br&gt;&lt;br&gt;This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-development mailing list
&lt;br&gt;&lt;a&gt;Stripes-development@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-development&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-development&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-dev-f16326.html&quot; embed=&quot;fixTarget[16326]&quot; target=&quot;_top&quot; &gt;stripes-dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SF.net-SVN%3A-stripes%3A-1498--branches-1.5.x-pom.xml-tp33868241p33868241.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33868210</id>
	<title>SF.net SVN: stripes:[1497] trunk</title>
	<published>2012-05-17T19:57:24Z</published>
	<updated>2012-05-17T19:57:24Z</updated>
	<author>
		<name>bengunter</name>
	</author>
	<content type="html">Revision: 1497
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://stripes.svn.sourceforge.net/stripes/?rev=1497&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.svn.sourceforge.net/stripes/?rev=1497&amp;view=rev&lt;/a&gt;&lt;br&gt;Author: &amp;nbsp; bengunter
&lt;br&gt;Date: &amp;nbsp; &amp;nbsp; 2012-05-18 02:57:24 +0000 (Fri, 18 May 2012)
&lt;br&gt;Log Message:
&lt;br&gt;-----------
&lt;br&gt;Cleaned up a few problems in Javadocs.
&lt;br&gt;&lt;br&gt;Modified Paths:
&lt;br&gt;--------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; trunk/stripes/src/net/sourceforge/stripes/tag/HtmlTagSupport.java
&lt;br&gt;&amp;nbsp; &amp;nbsp; trunk/stripes/src/net/sourceforge/stripes/tag/PageOptionsTag.java
&lt;br&gt;&amp;nbsp; &amp;nbsp; trunk/stripes/src/net/sourceforge/stripes/tag/layout/LayoutRenderTagPath.java
&lt;br&gt;&lt;br&gt;Property Changed:
&lt;br&gt;----------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; trunk/
&lt;br&gt;&lt;br&gt;&lt;br&gt;Property changes on: trunk
&lt;br&gt;___________________________________________________________________
&lt;br&gt;Modified: svn:mergeinfo
&lt;br&gt;&amp;nbsp; &amp;nbsp;- /branches/1.5.x:1463-1464,1466,1468-1469,1471,1473,1475,1477-1478,1482,1484,1486,1488,1490,1492,1494
&lt;br&gt;&amp;nbsp; &amp;nbsp;+ /branches/1.5.x:1463-1464,1466,1468-1469,1471,1473,1475,1477-1478,1482,1484,1486,1488,1490,1492,1494,1496
&lt;br&gt;&lt;br&gt;Modified: trunk/stripes/src/net/sourceforge/stripes/tag/HtmlTagSupport.java
&lt;br&gt;===================================================================
&lt;br&gt;--- trunk/stripes/src/net/sourceforge/stripes/tag/HtmlTagSupport.java	2012-05-18 02:56:30 UTC (rev 1496)
&lt;br&gt;+++ trunk/stripes/src/net/sourceforge/stripes/tag/HtmlTagSupport.java	2012-05-18 02:57:24 UTC (rev 1497)
&lt;br&gt;@@ -121,7 +121,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * Returns true if HTML tags that have no body should be closed like XML tags, with &amp;quot;/&amp;gt;&amp;quot;.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * False if such HTML tags should be closed in the style of HTML4, with just a &amp;quot;&amp;gt;&amp;quot;.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * 
&lt;br&gt;- &amp;nbsp; &amp;nbsp; * @see PageOptionsTag#getHtmlMode()
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; * @see PageOptionsTag#setHtmlMode(String)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; */
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;protected boolean isXmlTags() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return !&amp;quot;html&amp;quot;.equalsIgnoreCase(PageOptionsTag.getHtmlMode(pageContext));
&lt;br&gt;&lt;br&gt;Modified: trunk/stripes/src/net/sourceforge/stripes/tag/PageOptionsTag.java
&lt;br&gt;===================================================================
&lt;br&gt;--- trunk/stripes/src/net/sourceforge/stripes/tag/PageOptionsTag.java	2012-05-18 02:56:30 UTC (rev 1496)
&lt;br&gt;+++ trunk/stripes/src/net/sourceforge/stripes/tag/PageOptionsTag.java	2012-05-18 02:57:24 UTC (rev 1497)
&lt;br&gt;@@ -64,8 +64,8 @@
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;/**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * Get the HTML mode for the given page context. If the request attribute
&lt;br&gt;- &amp;nbsp; &amp;nbsp; * {@value #REQ_ATTR_HTML_MODE} is present then use that value. Otherwise, use the global
&lt;br&gt;- &amp;nbsp; &amp;nbsp; * configuration property {@value #CFG_KEY_HTML_MODE}.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; * {@link #REQ_ATTR_HTML_MODE} is present then use that value. Otherwise, use the global
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; * configuration property {@link #CFG_KEY_HTML_MODE}.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; */
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;public static String getHtmlMode(PageContext pageContext) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;String htmlMode = (String) pageContext.getAttribute(REQ_ATTR_HTML_MODE,
&lt;br&gt;&lt;br&gt;Modified: trunk/stripes/src/net/sourceforge/stripes/tag/layout/LayoutRenderTagPath.java
&lt;br&gt;===================================================================
&lt;br&gt;--- trunk/stripes/src/net/sourceforge/stripes/tag/layout/LayoutRenderTagPath.java	2012-05-18 02:56:30 UTC (rev 1496)
&lt;br&gt;+++ trunk/stripes/src/net/sourceforge/stripes/tag/layout/LayoutRenderTagPath.java	2012-05-18 02:57:24 UTC (rev 1497)
&lt;br&gt;@@ -91,7 +91,6 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * can execute. That is, this tag is a parent of the current component.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * @param tag The tag to check to see if it is part of this path.
&lt;br&gt;- &amp;nbsp; &amp;nbsp; * @throws StripesJspException if thrown by {@link #getContext()}.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; */
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;public boolean isPathComponent(LayoutComponentTag tag) throws StripesJspException {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;List&amp;lt;String&amp;gt; path = getComponentPath();
&lt;br&gt;@@ -99,16 +98,15 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;/**
&lt;br&gt;- &amp;nbsp; &amp;nbsp; * Recursive method called from {@link #isPathComponent()} that returns true if the specified
&lt;br&gt;- &amp;nbsp; &amp;nbsp; * tag's name is present in the component path iterator at the same position where this tag
&lt;br&gt;- &amp;nbsp; &amp;nbsp; * occurs in the render/component tag tree. For example, if the path iterator contains the
&lt;br&gt;- &amp;nbsp; &amp;nbsp; * component names {@code [&amp;quot;foo&amp;quot;, &amp;quot;bar&amp;quot;]} then this method will return true if the tag's name is
&lt;br&gt;- &amp;nbsp; &amp;nbsp; * {@code &amp;quot;bar&amp;quot;} and it is a child of a render tag that is a child of a component tag whose name
&lt;br&gt;- &amp;nbsp; &amp;nbsp; * is {@code &amp;quot;foo&amp;quot;}.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; * Recursive method called from {@link #isPathComponent(LayoutComponentTag)} that returns true
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; * if the specified tag's name is present in the component path iterator at the same position
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; * where this tag occurs in the render/component tag tree. For example, if the path iterator
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; * contains the component names {@code [&amp;quot;foo&amp;quot;, &amp;quot;bar&amp;quot;]} then this method will return true if the
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; * tag's name is {@code &amp;quot;bar&amp;quot;} and it is a child of a render tag that is a child of a component
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; * tag whose name is {@code &amp;quot;foo&amp;quot;}.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * @param tag The tag to check
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * @param path The path to the check the tag against
&lt;br&gt;- &amp;nbsp; &amp;nbsp; * @return
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; */
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;protected boolean isPathComponent(LayoutComponentTag tag, Iterator&amp;lt;String&amp;gt; path) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;LayoutTag parent = tag.getLayoutParent();
&lt;br&gt;&lt;br&gt;This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-development mailing list
&lt;br&gt;&lt;a&gt;Stripes-development@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-development&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-development&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-dev-f16326.html&quot; embed=&quot;fixTarget[16326]&quot; target=&quot;_top&quot; &gt;stripes-dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SF.net-SVN%3A-stripes%3A-1497--trunk-tp33868210p33868210.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33868208</id>
	<title>SF.net SVN: stripes:[1496] branches/1.5.x/stripes/src/net/sourceforge/ stripes/tag</title>
	<published>2012-05-17T19:56:31Z</published>
	<updated>2012-05-17T19:56:31Z</updated>
	<author>
		<name>bengunter</name>
	</author>
	<content type="html">Revision: 1496
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://stripes.svn.sourceforge.net/stripes/?rev=1496&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stripes.svn.sourceforge.net/stripes/?rev=1496&amp;view=rev&lt;/a&gt;&lt;br&gt;Author: &amp;nbsp; bengunter
&lt;br&gt;Date: &amp;nbsp; &amp;nbsp; 2012-05-18 02:56:30 +0000 (Fri, 18 May 2012)
&lt;br&gt;Log Message:
&lt;br&gt;-----------
&lt;br&gt;Cleaned up a few problems in Javadocs.
&lt;br&gt;&lt;br&gt;Modified Paths:
&lt;br&gt;--------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/stripes/src/net/sourceforge/stripes/tag/HtmlTagSupport.java
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/stripes/src/net/sourceforge/stripes/tag/PageOptionsTag.java
&lt;br&gt;&amp;nbsp; &amp;nbsp; branches/1.5.x/stripes/src/net/sourceforge/stripes/tag/layout/LayoutRenderTagPath.java
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/stripes/src/net/sourceforge/stripes/tag/HtmlTagSupport.java
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/stripes/src/net/sourceforge/stripes/tag/HtmlTagSupport.java	2012-05-17 21:35:25 UTC (rev 1495)
&lt;br&gt;+++ branches/1.5.x/stripes/src/net/sourceforge/stripes/tag/HtmlTagSupport.java	2012-05-18 02:56:30 UTC (rev 1496)
&lt;br&gt;@@ -121,7 +121,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * Returns true if HTML tags that have no body should be closed like XML tags, with &amp;quot;/&amp;gt;&amp;quot;.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * False if such HTML tags should be closed in the style of HTML4, with just a &amp;quot;&amp;gt;&amp;quot;.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * 
&lt;br&gt;- &amp;nbsp; &amp;nbsp; * @see PageOptionsTag#getHtmlMode()
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; * @see PageOptionsTag#setHtmlMode(String)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; */
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;protected boolean isXmlTags() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return !&amp;quot;html&amp;quot;.equalsIgnoreCase(PageOptionsTag.getHtmlMode(pageContext));
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/stripes/src/net/sourceforge/stripes/tag/PageOptionsTag.java
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/stripes/src/net/sourceforge/stripes/tag/PageOptionsTag.java	2012-05-17 21:35:25 UTC (rev 1495)
&lt;br&gt;+++ branches/1.5.x/stripes/src/net/sourceforge/stripes/tag/PageOptionsTag.java	2012-05-18 02:56:30 UTC (rev 1496)
&lt;br&gt;@@ -64,8 +64,8 @@
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;/**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * Get the HTML mode for the given page context. If the request attribute
&lt;br&gt;- &amp;nbsp; &amp;nbsp; * {@value #REQ_ATTR_HTML_MODE} is present then use that value. Otherwise, use the global
&lt;br&gt;- &amp;nbsp; &amp;nbsp; * configuration property {@value #CFG_KEY_HTML_MODE}.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; * {@link #REQ_ATTR_HTML_MODE} is present then use that value. Otherwise, use the global
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; * configuration property {@link #CFG_KEY_HTML_MODE}.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; */
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;public static String getHtmlMode(PageContext pageContext) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;String htmlMode = (String) pageContext.getAttribute(REQ_ATTR_HTML_MODE,
&lt;br&gt;&lt;br&gt;Modified: branches/1.5.x/stripes/src/net/sourceforge/stripes/tag/layout/LayoutRenderTagPath.java
&lt;br&gt;===================================================================
&lt;br&gt;--- branches/1.5.x/stripes/src/net/sourceforge/stripes/tag/layout/LayoutRenderTagPath.java	2012-05-17 21:35:25 UTC (rev 1495)
&lt;br&gt;+++ branches/1.5.x/stripes/src/net/sourceforge/stripes/tag/layout/LayoutRenderTagPath.java	2012-05-18 02:56:30 UTC (rev 1496)
&lt;br&gt;@@ -91,7 +91,6 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * can execute. That is, this tag is a parent of the current component.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * @param tag The tag to check to see if it is part of this path.
&lt;br&gt;- &amp;nbsp; &amp;nbsp; * @throws StripesJspException if thrown by {@link #getContext()}.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; */
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;public boolean isPathComponent(LayoutComponentTag tag) throws StripesJspException {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;List&amp;lt;String&amp;gt; path = getComponentPath();
&lt;br&gt;@@ -99,16 +98,15 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;/**
&lt;br&gt;- &amp;nbsp; &amp;nbsp; * Recursive method called from {@link #isPathComponent()} that returns true if the specified
&lt;br&gt;- &amp;nbsp; &amp;nbsp; * tag's name is present in the component path iterator at the same position where this tag
&lt;br&gt;- &amp;nbsp; &amp;nbsp; * occurs in the render/component tag tree. For example, if the path iterator contains the
&lt;br&gt;- &amp;nbsp; &amp;nbsp; * component names {@code [&amp;quot;foo&amp;quot;, &amp;quot;bar&amp;quot;]} then this method will return true if the tag's name is
&lt;br&gt;- &amp;nbsp; &amp;nbsp; * {@code &amp;quot;bar&amp;quot;} and it is a child of a render tag that is a child of a component tag whose name
&lt;br&gt;- &amp;nbsp; &amp;nbsp; * is {@code &amp;quot;foo&amp;quot;}.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; * Recursive method called from {@link #isPathComponent(LayoutComponentTag)} that returns true
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; * if the specified tag's name is present in the component path iterator at the same position
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; * where this tag occurs in the render/component tag tree. For example, if the path iterator
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; * contains the component names {@code [&amp;quot;foo&amp;quot;, &amp;quot;bar&amp;quot;]} then this method will return true if the
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; * tag's name is {@code &amp;quot;bar&amp;quot;} and it is a child of a render tag that is a child of a component
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; * tag whose name is {@code &amp;quot;foo&amp;quot;}.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * @param tag The tag to check
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * @param path The path to the check the tag against
&lt;br&gt;- &amp;nbsp; &amp;nbsp; * @return
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; */
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;protected boolean isPathComponent(LayoutComponentTag tag, Iterator&amp;lt;String&amp;gt; path) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;LayoutTag parent = tag.getLayoutParent();
&lt;br&gt;&lt;br&gt;This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Stripes-development mailing list
&lt;br&gt;&lt;a&gt;Stripes-development@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-development&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-development&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-dev-f16326.html&quot; embed=&quot;fixTarget[16326]&quot; target=&quot;_top&quot; &gt;stripes-dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SF.net-SVN%3A-stripes%3A-1496--branches-1.5.x-stripes-src-net-sourceforge--stripes-tag-tp33868208p33868208.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-33868047</id>
	<title>@WaitPage pure AJAX</title>
	<published>2012-05-17T18:28:03Z</published>
	<updated>2012-05-17T18:28:03Z</updated>
	<author>
		<name>Adam Stokar</name>
	</author>
	<content type="html">Hi all,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I have an ActionBean with a method that sends 1000+ personalized emails.  I would like to use the wait page functionality to show the progress as it could take some time.  Is there anyway to do this without going to an explicit &amp;#39;wait page&amp;#39; first?  I&amp;#39;d like the user to stay on the page they are on and use a loading overlay showing the progress of the request.  I&amp;#39;m not 100% sure how this plugin works so any information is helpful.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks!&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Adam&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Live Security Virtual Conference
&lt;br&gt;Exclusive live event will cover all the ways today's security and 
&lt;br&gt;threat landscape has changed and how IT managers can respond. Discussions 
&lt;br&gt;will include endpoint security, mobile security and the latest in malware 
&lt;br&gt;threats. &lt;a href=&quot;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Stripes-users mailing list
&lt;br&gt;&lt;a&gt;Stripes-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/stripes-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/stripes-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/stripes-users-f16325.html&quot; embed=&quot;fixTarget[16325]&quot; target=&quot;_top&quot; &gt;stripes-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%40WaitPage-pure-AJAX-tp33868047p33868047.html" />
</entry>

</feed>

