To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-taglibs-standard has an issue affecting its community
integration.
Christopher Schultz wrote:
>All,
>
>On 10/9/12 6:07 PM, bugzi...@apache.org wrote:
>> https://issues.apache.org/bugzilla/show_bug.cgi?id=53986
>>
>> --- Comment #4 from Christopher Schultz
> ---
>> (In reply to comment #3)
>>> Possible cause: r1381417
>>
>> Reverting that patch resolves the iss
Author: kkolinko
Date: Wed Oct 10 10:44:05 2012
New Revision: 908
Log:
Update version number for 5.5.36 release
Modified:
release/tomcat/tomcat-5/README.html
Modified: release/tomcat/tomcat-5/README.html
==
--- relea
Author: kkolinko
Date: Wed Oct 10 10:44:05 2012
New Revision: 908
Log:
Update version number for 5.5.36 release
Modified:
release/tomcat/tomcat-5/README.html
Modified: release/tomcat/tomcat-5/README.html
==
--- relea
Author: markt
Date: Wed Oct 10 12:44:29 2012
New Revision: 1396569
URL: http://svn.apache.org/viewvc?rev=1396569&view=rev
Log:
Updates (excluding docs) for 5.5.36 release
Modified:
tomcat/site/trunk/build.properties.default
tomcat/site/trunk/docs/doap_Tomcat.rdf
tomcat/site/trunk/docs
https://issues.apache.org/bugzilla/show_bug.cgi?id=53986
--- Comment #6 from Mark Thomas ---
Found the problem. It is line 429 of JspReader:
setCurrent(restart);
This makes the current Mark and the reset Mark the same object and they need to
be kept separate. Looking at a fix now. It is possibl
Author: markt
Date: Wed Oct 10 14:19:40 2012
New Revision: 1396615
URL: http://svn.apache.org/viewvc?rev=1396615&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53986
Ensure current and reset Mark are always separate objects. Corrects issue with
parsing JSP comments that end
Author: markt
Date: Wed Oct 10 14:28:05 2012
New Revision: 1396617
URL: http://svn.apache.org/viewvc?rev=1396617&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53986
Ensure current and reset Mark are always separate objects. Corrects issue with
parsing JSP comments that end
https://issues.apache.org/bugzilla/show_bug.cgi?id=53986
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=53958
Mark Thomas changed:
What|Removed |Added
Status|NEEDINFO|RESOLVED
Resolution|---
The Apache Tomcat Team announces the immediate availability of Apache
Tomcat 5.5.36.
Apache Tomcat 5.5.36 is primarily a bug-fix release.
As per the previous end of life announcement [1] this will almost
certainly be the final Apache Tomcat 5.5.x release. Users of the 5.5.x
series are strongly en
Author: markt
Date: Wed Oct 10 15:01:50 2012
New Revision: 910
Log:
Remove old versions
Removed:
release/tomcat/tomcat-5/v5.5.35/
release/tomcat/tomcat-7/v7.0.30/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.
Author: markt
Date: Wed Oct 10 15:01:50 2012
New Revision: 910
Log:
Remove old versions
Removed:
release/tomcat/tomcat-5/v5.5.35/
release/tomcat/tomcat-7/v7.0.30/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.
It has been just over 10 months since the last 6.0.x release. The change
log is looking pretty lengthy. I think we need a release.
Jean-Frederic? Someone else?
Mark
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For
Mark,
On 10/10/12 11:04 AM, Mark Thomas wrote:
> It has been just over 10 months since the last 6.0.x release. The change
> log is looking pretty lengthy. I think we need a release.
If it's likely that there will be a long interval before the following
release, I think I'd like to complete my wor
https://issues.apache.org/bugzilla/show_bug.cgi?id=53958
--- Comment #7 from Sean Owen ---
Thank you, though with that change it still shows the same behavior. The error
page itself is fine, and serves if you access it directly. This exception
occurs if you trigger a 404 by navigating to a non-ex
https://issues.apache.org/bugzilla/show_bug.cgi?id=53958
--- Comment #8 from Sean Owen ---
PS I don't know if any of the rest of this is useful, or rings a bell, but:
I updated to 7.0.32 just to make sure that wasn't the issue. Same thing.
The issue is that a RequestDispatcher to "/error.jspx"
https://issues.apache.org/bugzilla/show_bug.cgi?id=53958
--- Comment #9 from Mark Thomas ---
(In reply to comment #7)
> Thank you, though with that change it still shows the same behavior. The
> error page itself is fine, and serves if you access it directly. This
> exception occurs if you trigge
Author: markt
Date: Wed Oct 10 18:37:05 2012
New Revision: 1396723
URL: http://svn.apache.org/viewvc?rev=1396723&view=rev
Log:
Fix imports
Modified:
tomcat/trunk/test/org/apache/jasper/compiler/TestJspReader.java
Modified: tomcat/trunk/test/org/apache/jasper/compiler/TestJspReader.java
URL:
https://issues.apache.org/bugzilla/show_bug.cgi?id=53958
--- Comment #10 from Sean Owen ---
It is the exact code I'm testing, of course. I even copied it back from the
attachment. I don't know what could be different between the two setups.
The change you suggested was actually already implement
Author: markt
Date: Wed Oct 10 18:38:52 2012
New Revision: 1396724
URL: http://svn.apache.org/viewvc?rev=1396724&view=rev
Log:
Fix imports
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/test/org/apache/jasper/compiler/TestJspReader.java
Propchange: tomcat/tc7.0.x/
Author: markt
Date: Wed Oct 10 19:00:44 2012
New Revision: 1396733
URL: http://svn.apache.org/viewvc?rev=1396733&view=rev
Log:
Correct Javadoc
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/FileCleaningTracker.java
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http
Author: markt
Date: Wed Oct 10 19:07:16 2012
New Revision: 1396742
URL: http://svn.apache.org/viewvc?rev=1396742&view=rev
Log:
Fix some Javadoc errors
Modified:
tomcat/trunk/java/org/apache/tomcat/util/modeler/BaseModelMBean.java
tomcat/trunk/java/org/apache/tomcat/util/modeler/ManagedBea
23 matches
Mail list logo