[jira] [Created] (MTOMCAT-173) Direct dependencies are not added to classpath

2012-08-14 Thread Arne Franken (JIRA)
Arne Franken created MTOMCAT-173: Summary: Direct dependencies are not added to classpath Key: MTOMCAT-173 URL: https://issues.apache.org/jira/browse/MTOMCAT-173 Project: Apache Tomcat Maven Plugin

[jira] [Updated] (MTOMCAT-173) Direct dependencies are not added to classpath

2012-08-14 Thread Arne Franken (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arne Franken updated MTOMCAT-173: - Description: in DefaultClassLoaderEntriesCalculator#calculateClassPathEntries, direct dependenc

[jira] [Updated] (MTOMCAT-173) Direct dependencies are not added to classpath

2012-08-14 Thread Arne Franken (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arne Franken updated MTOMCAT-173: - Description: in DefaultClassLoaderEntriesCalculator#calculateClassPathEntries, direct dependenc

[Bug 53714] New: misleading log output when jarsToSkip cointains web-fragments

2012-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53714 Priority: P2 Bug ID: 53714 Assignee: dev@tomcat.apache.org Summary: misleading log output when jarsToSkip cointains web-fragments Severity: minor Classification: Un

[Tomcat Wiki] Update of "charise" by charise

2012-08-14 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "charise" page has been changed by charise: http://wiki.apache.org/tomcat/charise New page: ##language:en == Your Name == Email: <> ... CategoryHomepage ---

[Bug 53641] Wrong websocket's subprotocol implementation

2012-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53641 --- Comment #2 from Stephan Wolf --- Thanks a lot! By the way, here is workaround for those who can't wait: Just add the following code into your WebsocketServlet: @Override protected void doGet(HttpServletRequest req, HttpServletResponse

Re: [Bug 53584] Forms authentication without cookies requires double submission in 6.0.33

2012-08-14 Thread Brian Burch
On 07/08/12 22:33, bugzi...@apache.org wrote: https://issues.apache.org/bugzilla/show_bug.cgi?id=53584 Mark Thomas changed: What|Removed |Added OS|

[GUMP@vmgump]: Project tomcat-taglibs-standard (in module tomcat-taglibs) failed

2012-08-14 Thread Gump
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.

[Bug 53717] New: HTTPS Connector not buffering results correctly

2012-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53717 Priority: P2 Bug ID: 53717 Assignee: dev@tomcat.apache.org Summary: HTTPS Connector not buffering results correctly Severity: normal Classification: Unclassified Reporter: jo

[Bug 53719] New: Path in /META-INF/Context.xml not getting used

2012-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53719 Priority: P2 Bug ID: 53719 Assignee: dev@tomcat.apache.org Summary: Path in /META-INF/Context.xml not getting used Severity: major Classification: Unclassified Reporter: patr

Re: [Bug 53584] Forms authentication without cookies requires double submission in 6.0.33

2012-08-14 Thread Mark Thomas
Brian Burch wrote: >On 07/08/12 22:33, bugzi...@apache.org wrote: >> https://issues.apache.org/bugzilla/show_bug.cgi?id=53584 >> >> Mark Thomas changed: >> >> What|Removed |Added >> >

[Bug 53719] Path in /META-INF/Context.xml not getting used

2012-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53719 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 53719] Path in /META-INF/Context.xml not getting used

2012-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53719 --- Comment #2 from Chuck Caldarale --- Bugzilla is not a support forum. Please post you query on the Tomcat users' mailing list. Also, make sure you read the documentation on the element first, especially the sections about when the pat

[Bug 53712] localvariabletable length error reintroduced?

2012-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53712 --- Comment #3 from Colin Mac --- I've upgraded the ecj compiler past the point where it would work at all anymore. The last "successful" build -- successful in that it would render most pages -- was ecj-3.7.2 for tomcat 5.5. (Version 4 of

Adding Tomcat 8 to BZ

2012-08-14 Thread Mark Thomas
Having just found another Tomcat 8 specific bug, I am going to create a Tomcat 8 product (based on Tomcat 7) in BZ. It should be available in a few minutes. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For ad

Re: [Bug 53584] Forms authentication without cookies requires double submission in 6.0.33

2012-08-14 Thread Brian Burch
On 14/08/12 16:58, Mark Thomas wrote: Brian Burch wrote: On 07/08/12 22:33, bugzi...@apache.org wrote: https://issues.apache.org/bugzilla/show_bug.cgi?id=53584 Mark Thomas changed: What|Removed |Added --

[Bug 53700] InternalNioOutputBuffer unused (debug?) code

2012-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53700 Mark Thomas changed: What|Removed |Added Component|Catalina|Connectors Product|Tomcat

svn commit: r1372998 - /tomcat/trunk/java/org/apache/coyote/http11/InternalNioOutputBuffer.java

2012-08-14 Thread markt
Author: markt Date: Tue Aug 14 18:00:44 2012 New Revision: 1372998 URL: http://svn.apache.org/viewvc?rev=1372998&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53700 Remove unused code that also broke some Javadoc Modified: tomcat/trunk/java/org/apache/coyote/http11/Inte

[Bug 53700] InternalNioOutputBuffer unused (debug?) code

2012-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53700 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1373003 - in /tomcat/trunk: java/javax/servlet/ java/javax/servlet/jsp/ java/org/apache/catalina/ java/org/apache/catalina/tribes/ java/org/apache/naming/ java/org/apache/tomcat/util/http

2012-08-14 Thread markt
Author: markt Date: Tue Aug 14 18:14:42 2012 New Revision: 1373003 URL: http://svn.apache.org/viewvc?rev=1373003&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53701 Javadoc fixes provided by Sebb. Modified: tomcat/trunk/java/javax/servlet/ServletInputStream.java tom

[Bug 53062] Tomcat doesn't normalize absolute urls for redirect

2012-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53062 --- Comment #9 from wansho...@hotmail.com --- (In reply to comment #8) > Fixed in trunk and 7.0.x and will be included in 7.0.30 onwards. > > I think I have covered all the edge cases but if you spot an edge case you > think still isn't cor

svn commit: r1373051 - in /tomcat/tc7.0.x/trunk: ./ java/javax/servlet/jsp/ java/org/apache/catalina/ java/org/apache/catalina/tribes/ java/org/apache/naming/ java/org/apache/tomcat/util/http/fileuplo

2012-08-14 Thread markt
Author: markt Date: Tue Aug 14 19:47:38 2012 New Revision: 1373051 URL: http://svn.apache.org/viewvc?rev=1373051&view=rev Log: Javadoc fixes provided by Sebb. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/javax/servlet/jsp/JspException.java tomcat/tc7.0.x

[Bug 53701] Javadoc fixes

2012-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53701 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 53632] The DispatchType is INCLUDE instead of ASYNC after a dispatch via AsyncContext

2012-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53632 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 53623] Incorrect request properties after AsyncContext.dispatch

2012-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53623 --- Comment #2 from Mark Thomas --- *** Bug 53632 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. -

svn commit: r1373080 - in /tomcat/trunk/java/org/apache/catalina: AsyncDispatcher.java core/ApplicationDispatcher.java core/AsyncContextImpl.java core/LocalStrings.properties

2012-08-14 Thread markt
Author: markt Date: Tue Aug 14 20:49:49 2012 New Revision: 1373080 URL: http://svn.apache.org/viewvc?rev=1373080&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53623 Async dispatches require similar handling to RequestDispatcher.include() hence the implementation of async di

svn commit: r1373101 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/core/ webapps/docs/

2012-08-14 Thread markt
Author: markt Date: Tue Aug 14 21:05:55 2012 New Revision: 1373101 URL: http://svn.apache.org/viewvc?rev=1373101&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53623 Async dispatches require similar handling to RequestDispatcher.include() hence the implementation of async di

[Bug 53623] Incorrect request properties after AsyncContext.dispatch

2012-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53623 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1373142 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationDispatcher.java

2012-08-14 Thread markt
Author: markt Date: Tue Aug 14 22:14:39 2012 New Revision: 1373142 URL: http://svn.apache.org/viewvc?rev=1373142&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53624 Remove some include specific code from dispatch, copied when the doDispatch() method was created. Note that t

error while shutting down tomcat

2012-08-14 Thread Ijlal EL HAZITI
Good evening I installed a wab application (sakai precisely) on a distant server remotely, but it doesn't start, and when I shutdown tomcat, I get that error: Using CATALINA_BASE: /opt/tomcat Using CATALINA_HOME: /opt/tomcat Using CATALINA_TMPDIR: /opt/tomcat/temp Using JRE_HOME:/opt

[Bug 53062] Tomcat doesn't normalize absolute urls for redirect

2012-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53062 --- Comment #10 from Mark Thomas --- 7.0.30 will be released when it is ready. As a volunteer organization, the ASF does not commit to release schedules. What I can say is that I try to do a Tomcat 7 release every month. The first task is

Re: error while shutting down tomcat

2012-08-14 Thread Mark Thomas
On 14/08/2012 23:18, Ijlal EL HAZITI wrote: > Good evening > > > I installed a wab application (sakai precisely) on a distant server > remotely, but it doesn't start, and when I shutdown tomcat, I get that > error: > > Using CATALINA_BASE: /opt/tomcat > Using CATALINA_HOME: /opt/tomcat > Usi

Re: error while shutting down tomcat

2012-08-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ijlal, On 8/14/12 6:18 PM, Ijlal EL HAZITI wrote: > I installed a wab application (sakai precisely) on a distant > server remotely, but it doesn't start, and when I shutdown tomcat, > I get that error: This is a question better targeted at the Tomcat

svn commit: r1373154 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationDispatcher.java webapps/docs/changelog.xml

2012-08-14 Thread markt
Author: markt Date: Tue Aug 14 22:37:56 2012 New Revision: 1373154 URL: http://svn.apache.org/viewvc?rev=1373154&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53624 Remove some include specific code from dispatch, copied when the doDispatch() method was created. Note that t

[Bug 53624] sendRedirect doesn't work after a dispatch through the AsyncContext

2012-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53624 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 53624] sendRedirect doesn't work after a dispatch through the AsyncContext

2012-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53624 --- Comment #2 from Mark Thomas --- *** Bug 53627 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 53627] Content-Type header not written after dispatch via AsyncContext

2012-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53627 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---