[VOTE] Struts 2.0.5 Quality

2007-02-05 Thread Ted Husted
The Struts 2.0.5 test build is now available. Release notes: * http://struts.apache.org/2.x/docs/release-notes-205.html Distribution: * http://people.apache.org/builds/struts/2.0.5/ Maven 2 staging repository: * http://people.apache.org/builds/struts/2.0.5/m2-staging-repository/ If you have ha

Re: Struts 2.0.5 status

2007-02-05 Thread Ted Husted
The other resources are still uploading, and I'll fix the permissions when everything is in place. On 2/5/07, Oleg Gorobets <[EMAIL PROTECTED]> wrote: http://people.apache.org/builds/struts/2.0.5/struts-2.0.5-all.zip You don't have permission to access /builds/struts/2.0.5/struts-2.0.5-all.zip

Re: Struts 2.0.5 status

2007-02-05 Thread Oleg Gorobets
http://people.apache.org/builds/struts/2.0.5/struts-2.0.5-all.zip You don't have permission to access /builds/struts/2.0.5/struts-2.0.5-all.zip on this server. - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?t

Re: [s2] Pluggable URL building proposal

2007-02-05 Thread Tom Schneider
Yes, I've already implemented that piece of it. The UrlBuilder implementation can automatically be injected via the @Inject annotation, just like the actionmapper. Right now my ServletUrlBuilder and PortletUrlBuilder use the static UrlHelper and PortletUrlHelper under the hood, but eventually

Re: [s2] Pluggable URL building proposal

2007-02-05 Thread Nils-Helge Garli
I like the JSR168 approach to URLs, where URLs are objects. So if URL was an interface, with two concrete implementations (one for servlet and one for portlet), URL manipulation would be very flexible and easy (e.g. addParameter, setAttribute etc), and rendering the URL as a String would be nothin