On Nov 11, 2010, at 8:25 PM, sdumitriu (SVN) wrote: > Author: sdumitriu > Date: 2010-11-11 20:25:14 +0100 (Thu, 11 Nov 2010) > New Revision: 32725 > > Added: > > platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/web/ExternalServletURLFactory.java > Log: > XWIKI-5681: New URLFactory that always generates external URLs > Done. > > Added: > platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/web/ExternalServletURLFactory.java > =================================================================== > --- > platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/web/ExternalServletURLFactory.java > (rev 0) > +++ > platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/web/ExternalServletURLFactory.java > 2010-11-11 19:25:14 UTC (rev 32725) > @@ -0,0 +1,55 @@ > +/* > + * See the NOTICE file distributed with this work for additional > + * information regarding copyright ownership. > + * > + * This is free software; you can redistribute it and/or modify it > + * under the terms of the GNU Lesser General Public License as > + * published by the Free Software Foundation; either version 2.1 of > + * the License, or (at your option) any later version. > + * > + * This software is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > + * Lesser General Public License for more details. > + * > + * You should have received a copy of the GNU Lesser General Public > + * License along with this software; if not, write to the Free > + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA > + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. > + * > + */ > +package com.xpn.xwiki.web; > + > +import java.net.URL; > + > +import com.xpn.xwiki.XWikiContext; > + > +/** > + * URL Factory which always prints the absolute (external) form of URLs. > + * > + * @version $Id$
Missing @since tags. Thanks -Vincent [snip] _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

