But you are right though that we still have that issue with were and if we strip headers. All pages .html (not extended), .css and .js files *will* have the license header and until we come to an agreement between us and ASF they stay. And that sucks IMO
Frank On 11/13/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
duh -igor On 11/13/06, Frank Bille <[EMAIL PROTECTED]> wrote: > > Hmm Will you get it returned? It's a panel so it's only the content of it > that gets returned, right? > > Frank > > On 11/13/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > > > > just noticed the below > > > > this is a bad joke right? > > > > markup: 1line > > license: 14 lines > > > > are we stripping the license block somewhere? or are we sending it to > the > > client? > > > > you include two ajax editable choices and you get two of these headers > in > > the returned markup? > > > > -igor > > > > > > Modified: incubator/wicket/trunk/wicket > > > > > -extensions/src/main/java/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.html > > URL: > > > > > http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket-extensions/src/main/java/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.html?view=diff&rev=474183&r1=474182&r2=474183 > > > > > ============================================================================== > > --- > > > > > incubator/wicket/trunk/wicket-extensions/src/main/java/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.html > > (original) > > +++ > > > > > incubator/wicket/trunk/wicket-extensions/src/main/java/wicket/extensions/ajax/markup/html/AjaxEditableChoiceLabel.html > > Mon Nov 13 00:06:17 2006 > > @@ -1 +1,17 @@ > > +<!-- > > + Licensed to the Apache Software Foundation (ASF) under one or more > > + contributor license agreements. See the NOTICE file distributed > with > > + this work for additional information regarding copyright ownership. > > + The ASF licenses this file to You under the Apache License, Version > > 2.0 > > + (the "License"); you may not use this file except in compliance with > > + the License. You may obtain a copy of the License at > > + > > + http://www.apache.org/licenses/LICENSE-2.0 > > + > > + Unless required by applicable law or agreed to in writing, software > > + distributed under the License is distributed on an "AS IS" BASIS, > > + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or > > implied. > > + See the License for the specific language governing permissions and > > + limitations under the License. > > +--> > > <wicket:panel><span wicket:id="label">[label]</span><select > > wicket:id="editor"></select></wicket:panel> > > > > > >
