You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by David Crossley <cr...@apache.org> on 2005/12/24 02:49:14 UTC

Re: svn commit: r358809 - /forrest/trunk/main/webapp/default-forrest.properties

why proxy.host=80 ... ?

-David

> Author: cdupoirieux
> Date: Fri Dec 23 06:26:16 2005
> New Revision: 358809
> 
> URL: http://svn.apache.org/viewcvs?rev=358809&view=rev
> Log:
> project.bugtracking-url redirect to JIRA,
> set the default proxy port to 80.
> 
> Modified:
>     forrest/trunk/main/webapp/default-forrest.properties
> 
> Modified: forrest/trunk/main/webapp/default-forrest.properties
> URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/default-forrest.properties?rev=358809&r1=358808&r2=358809&view=diff
> ==============================================================================
> --- forrest/trunk/main/webapp/default-forrest.properties (original)
> +++ forrest/trunk/main/webapp/default-forrest.properties Fri Dec 23 06:26:16 2005
> @@ -143,7 +143,8 @@
>  forrest.jvmargs=
>  
>  # The bugtracking URL - the issue number will be appended
> -project.bugtracking-url=http://issues.apache.org/bugzilla/show_bug.cgi?id=
> +#project.bugtracking-url=http://issues.apache.org/bugzilla/show_bug.cgi?id=
> +project.bugtracking-url=http://issues.apache.org/jira/browse/
>  
>  #project.bugtracking-url=http://issues.apache.org/jira/browse/
>  # The issues list as rss
> @@ -156,8 +157,11 @@
>  project.required.plugins=org.apache.forrest.plugin.output.pdf
>  
>  # Proxy configuration
> -# proxy.host=
> -# proxy.port=
> +# - proxy.user and proxy.password are only needed if the proxy is an authenticated one...
> +proxy.host=80
> +# proxy.port=<ProxyPort if not the default : 80>
> +# proxy.user=<login if authenticated proxy>
> +# proxy.password=<pwd if authenticated proxy>
>  
>  # Views v1 Configuration
>  project.view.internal.plugin=org.apache.forrest.plugin.internal.view
> 

Re: svn commit: r358809 - /forrest/trunk/main/webapp/default-forrest.properties

Posted by David Crossley <cr...@apache.org>.
A typo i suppose. I moved the examples to the seed sites.
The file webapp/default-forrest.properties is only for live defaults.

-David

David Crossley wrote:
> why proxy.host=80 ... ?
> 
> -David
> 
> > Author: cdupoirieux
> > Date: Fri Dec 23 06:26:16 2005
> > New Revision: 358809
> > 
> > URL: http://svn.apache.org/viewcvs?rev=358809&view=rev
> > Log:
> > project.bugtracking-url redirect to JIRA,
> > set the default proxy port to 80.
> > 
> > Modified:
> >     forrest/trunk/main/webapp/default-forrest.properties
> > 
> > Modified: forrest/trunk/main/webapp/default-forrest.properties
> > URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/default-forrest.properties?rev=358809&r1=358808&r2=358809&view=diff
> > ==============================================================================
> > --- forrest/trunk/main/webapp/default-forrest.properties (original)
> > +++ forrest/trunk/main/webapp/default-forrest.properties Fri Dec 23 06:26:16 2005
> > @@ -143,7 +143,8 @@
> >  forrest.jvmargs=
> >  
> >  # The bugtracking URL - the issue number will be appended
> > -project.bugtracking-url=http://issues.apache.org/bugzilla/show_bug.cgi?id=
> > +#project.bugtracking-url=http://issues.apache.org/bugzilla/show_bug.cgi?id=
> > +project.bugtracking-url=http://issues.apache.org/jira/browse/
> >  
> >  #project.bugtracking-url=http://issues.apache.org/jira/browse/
> >  # The issues list as rss
> > @@ -156,8 +157,11 @@
> >  project.required.plugins=org.apache.forrest.plugin.output.pdf
> >  
> >  # Proxy configuration
> > -# proxy.host=
> > -# proxy.port=
> > +# - proxy.user and proxy.password are only needed if the proxy is an authenticated one...
> > +proxy.host=80
> > +# proxy.port=<ProxyPort if not the default : 80>
> > +# proxy.user=<login if authenticated proxy>
> > +# proxy.password=<pwd if authenticated proxy>
> >  
> >  # Views v1 Configuration
> >  project.view.internal.plugin=org.apache.forrest.plugin.internal.view
> >