2013/12/13 Rémy Maucherat
>
> 2013/12/13 Violeta Georgieva
>
> > Here [1] is the test
> >
> > [1] https://www.dropbox.com/s/3zd106lpqfb3ytv/test.zip
> >
>
> Fixed. I didn't add the test yet since I suppose adding a binary should be
> avoided.
Thanks it is working now.
2013/12/13 Violeta Georgieva
> Here [1] is the test
>
> [1] https://www.dropbox.com/s/3zd106lpqfb3ytv/test.zip
>
Fixed. I didn't add the test yet since I suppose adding a binary should be
avoided.
Rémy
Author: remm
Date: Fri Dec 13 19:45:52 2013
New Revision: 1550823
URL: http://svn.apache.org/r1550823
Log:
Fix getting last modified for tagfiles in JAR so that it is not marked as not
found. I chose to not fix and use getResource in that case (it looked slower to
go through the URL since the po
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/5329
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
2013/12/13 Rémy Maucherat
>
> 2013/12/13 Violeta Georgieva
>
> > Unfortunately with that fix I'm receiving FNF:
> >
> > java.io.FileNotFoundException: /META-INF/tags/my.tag
> >
> >
org.apache.jasper.servlet.JspServletWrapper.loadTagFile(JspServletWrapper.java:235)
> >
> >
org.apache.jasper.compil
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/5328
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
2013/12/13 Violeta Georgieva
> Unfortunately with that fix I'm receiving FNF:
>
> java.io.FileNotFoundException: /META-INF/tags/my.tag
>
> org.apache.jasper.servlet.JspServletWrapper.loadTagFile(JspServletWrapper.java:235)
>
> org.apache.jasper.compiler.TagFileProcessor.loadTagFile(TagFileProcess
2013/12/13 Rémy Maucherat
>
> 2013/12/13 Violeta Georgieva
>
> > I found another issue:
> > If a tag file is placed in a jar file in WEB-INF/lib and then is used,
the
> > The change in the code is introduced with r1541960
> >
> > Besides that the message is wrong because we check only for WEB-INF
Author: kkolinko
Date: Fri Dec 13 14:45:38 2013
New Revision: 1550744
URL: http://svn.apache.org/r1550744
Log:
svn:eol-style=native
Modified:
tomcat/trunk/java/org/apache/catalina/WebResourceTraceWrapper.java (props
changed)
tomcat/trunk/java/org/apache/catalina/webresources/TraceWrap
On 13/12/2013 14:35, Rémy Maucherat wrote:
> 2013/12/13 Violeta Georgieva
>
>> I found another issue:
>> If a tag file is placed in a jar file in WEB-INF/lib and then is used, the
>> The change in the code is introduced with r1541960
>>
>> Besides that the message is wrong because we check only f
Author: markt
Date: Fri Dec 13 14:43:53 2013
New Revision: 1550743
URL: http://svn.apache.org/r1550743
Log:
Fix a find bugs warning about String comparison
Modified:
tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java
Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConf
Author: kkolinko
Date: Fri Dec 13 14:38:37 2013
New Revision: 1550741
URL: http://svn.apache.org/r1550741
Log:
Followup to r1550695: svn:eol-style=native
Modified:
tomcat/trunk/test/org/apache/jasper/compiler/TestTagLibraryInfoImpl.java
(props changed)
tomcat/trunk/test/webapp/jsp/test
Author: remm
Date: Fri Dec 13 14:34:41 2013
New Revision: 1550740
URL: http://svn.apache.org/r1550740
Log:
startsWith("/META-INF/tags") used to be allowed, but needed a specific hack
(that was removed along with the check, unfortunately).
Modified:
tomcat/trunk/java/org/apache/jasper/compile
2013/12/13 Violeta Georgieva
> I found another issue:
> If a tag file is placed in a jar file in WEB-INF/lib and then is used, the
> The change in the code is introduced with r1541960
>
> Besides that the message is wrong because we check only for WEB-INF/tags
> [1], what should be done in additi
Author: kkolinko
Date: Fri Dec 13 14:32:11 2013
New Revision: 1550739
URL: http://svn.apache.org/r1550739
Log:
Followup to r1550720: improve the changelog message.
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http:/
2013/12/12 Mark Thomas
>
> The proposed Apache Tomcat 8.0.0 release candidate 7 is now available
> for voting.
>
> Given this is a release candidate I am working on the basis that it is
> equivalent to an alpha. The main changes since RC5 are:
> - Better handling of generic types in the WebSocket
Author: violetagg
Date: Fri Dec 13 13:11:32 2013
New Revision: 1550720
URL: http://svn.apache.org/r1550720
Log:
Mark 7.0.49 as not released based on the vote results.
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
htt
Author: violetagg
Date: Fri Dec 13 12:32:33 2013
New Revision: 3887
Log:
7.0.49 did not pass the vote - dropping.
Removed:
dev/tomcat/tomcat-7/v7.0.49/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additio
Author: violetagg
Date: Fri Dec 13 12:32:33 2013
New Revision: 3887
Log:
7.0.49 did not pass the vote - dropping.
Removed:
dev/tomcat/tomcat-7/v7.0.49/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additio
2013/12/12 Rainer Jung
>
> On 11.12.2013 10:41, Violeta Georgieva wrote:
> > The proposed Apache Tomcat 7.0.49 release is now available for voting.
> >
> > It can be obtained from:
> > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.49/
> > The Maven staging repo is:
> > https://reposi
Author: markt
Date: Fri Dec 13 12:24:01 2013
New Revision: 1550707
URL: http://svn.apache.org/r1550707
Log:
Alternative fix for normalization issue that doesn't depend on RequestUtils
which isn't available to Jasper.
Modified:
tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.proper
Author: markt
Date: Fri Dec 13 12:23:44 2013
New Revision: 1550706
URL: http://svn.apache.org/r1550706
Log:
Alternative fix for normalization issue that doesn't depend on RequestUtils
which isn't available to Jasper.
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl.j
Author: markt
Date: Fri Dec 13 12:22:48 2013
New Revision: 1550705
URL: http://svn.apache.org/r1550705
Log:
Rename to match class being tested.
Fix Javadoc warning.
Added:
tomcat/trunk/test/org/apache/jasper/compiler/TestTagLibraryInfoImpl.java
- copied, changed from r1550701,
tomcat/t
Author: markt
Date: Fri Dec 13 12:05:42 2013
New Revision: 1550701
URL: http://svn.apache.org/r1550701
Log:
Add missing license header
Modified:
tomcat/trunk/test/webapp/jsp/test.jsp
Modified: tomcat/trunk/test/webapp/jsp/test.jsp
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/webapp/j
Author: markt
Date: Fri Dec 13 12:02:35 2013
New Revision: 1550697
URL: http://svn.apache.org/r1550697
Log:
Fix IDE warning = uri can't be null here
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl.java
Modified: tomcat/trunk/java/org/apache/jasper/compiler/TagLibrar
Author: remm
Date: Fri Dec 13 11:58:21 2013
New Revision: 1550696
URL: http://svn.apache.org/r1550696
Log:
Fix my typos in the test.jsp test file.
Modified:
tomcat/trunk/test/webapp/jsp/test.jsp
Modified: tomcat/trunk/test/webapp/jsp/test.jsp
URL:
http://svn.apache.org/viewvc/tomcat/trunk/t
Author: remm
Date: Fri Dec 13 11:55:32 2013
New Revision: 1550695
URL: http://svn.apache.org/r1550695
Log:
Add back uri normalization for cache lookup. Test submitted by Violeta
Georgieva.
Added:
tomcat/trunk/test/org/apache/jasper/compiler/TestTagLibraryInfo.java
tomcat/trunk/test/webap
2013/12/13 Violeta Georgieva
> I'm receiving NPE when testing an application with jsp that specifies tld
> location with relative path:
>
> java.lang.NullPointerException
> org.apache.jasper.compiler.TldCache.getTaglibXml(TldCache.java:97)
>
> org.apache.jasper.compiler.TagLibraryInfoImpl
https://issues.apache.org/bugzilla/show_bug.cgi?id=55867
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=55880
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=55821
--- Comment #4 from Mark Thomas ---
(In reply to Colin Freas from comment #3)
> If a lot of development & building has occurred, there may be many versions
> of the webapp in autodeploy. At this point, using autodeploy & parallel
> deploym
https://issues.apache.org/bugzilla/show_bug.cgi?id=55880
Bug ID: 55880
Summary: ajp processorCache's value is not equals concurrency
user numbers
Product: Tomcat 7
Version: 7.0.47
Hardware: PC
Status: NEW
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/5326
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
A very late and non-binding +1 :)
On Wed, Nov 13, 2013 at 6:58 PM, Jeremy Boynes wrote:
> I'd like to release Apache Standard Taglib 1.2.1. This is an update to the
> withdrawn 1.2.0, built with JDK 1.7.0_45 to address JavaDoc issues and
> incorporating feedback on the documentation.
>
> Maven
2013/12/12 Mark Thomas
>
> The proposed Apache Tomcat 8.0.0 release candidate 7 is now available
> for voting.
>
> Given this is a release candidate I am working on the basis that it is
> equivalent to an alpha. The main changes since RC5 are:
> - Better handling of generic types in the WebSocket
35 matches
Mail list logo