[GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed

2014-05-05 Thread Bill Barker
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-tc7.0.x-test has an issue affecting its community integration. This

[GitHub] tomcat pull request: Document the use of "shutdown" and "port" att...

2014-05-05 Thread hazendaz
Github user hazendaz commented on the pull request: https://github.com/apache/tomcat/pull/6#issuecomment-4225 Another -1 on this change. I'm not sure how this would solve any perceived security issue. The shutdown port is only accessible as local host so it requires you are on t

[Bug 47323] Name clash: o.a.c.Manager class vs. o.a.c.manager package when compiling JSP

2014-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47323 --- Comment #6 from Konstantin Kolinko --- > request the resource as a URI classLoader.getResource(packageName) I suspect that it can break compilation for JARs that contain only files and do not have zip entries for directories. I mean,

[Bug 56481] Cannot differentiate between the package name and class name in tomcat 8.0.5

2014-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56481 Konstantin Kolinko changed: What|Removed |Added Attachment #31586|0 |1 is obsolete|

[GitHub] tomcat pull request: Document the use of "shutdown" and "port" att...

2014-05-05 Thread mthomas-pivotal
Github user mthomas-pivotal commented on the pull request: https://github.com/apache/tomcat/pull/6#issuecomment-42253821 I am also -1 on this change. I'd actually prefer to see fewer comments in the default server.xml rather than more comments. --- If your project is set up for it, y

[Bug 56481] Cannot differentiate between the package name and class name in tomcat 8.0.5

2014-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56481 Konstantin Kolinko changed: What|Removed |Added Attachment #31586|customapp.war |customapp.rar filen

[Bug 56491] attribute references do not resolve to their values

2014-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56491 Konstantin Kolinko changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|I

[Bug 56491] attribute references do not resolve to their values

2014-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56491 --- Comment #5 from cubby --- Understood - can you explain why this problem would not occur on 7.0.50 and below and 8.0.5? If I deploy this app as is to 7.0.52/53 the problem occurs - no other versions seem to have this problem occur. --

[Bug 56491] attribute references do not resolve to their values

2014-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56491 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Bug 56491] attribute references do not resolve to their values

2014-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56491 --- Comment #3 from cubby --- This issue is happening 100 percent. In the outpu the attributes referenced using expression language should resolve to the value of the attribute. ie: ${pageContext.request.contextPath} should resolve to the

[GitHub] tomcat pull request: Document the use of "shutdown" and "port" att...

2014-05-05 Thread thiagoh
Github user thiagoh commented on the pull request: https://github.com/apache/tomcat/pull/6#issuecomment-42244563 @kkolinko I think that this duplicated documentation would be nice to have inside the `server.xml` just as other documentation for other ports like ```

[Bug 56491] attribute references do not resolve to their values

2014-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56491 Konstantin Kolinko changed: What|Removed |Added OS||All --- Comment #2 from Konst

[Bug 56492] Avoid eclipse debugger pausing on uncaught exceptions when tomcat renews its threads

2014-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56492 --- Comment #1 from Sylvain Laurent --- Created attachment 31592 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31592&action=edit proposed patch for tomcat 8 -- You are receiving this mail because: You are the assignee for the

[Bug 56492] New: Avoid eclipse debugger pausing on uncaught exceptions when tomcat renews its threads

2014-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56492 Bug ID: 56492 Summary: Avoid eclipse debugger pausing on uncaught exceptions when tomcat renews its threads Product: Tomcat 8 Version: trunk Hardware: All

[Bug 56491] attribute references do not resolve to their values

2014-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56491 --- Comment #1 from cubby --- Created attachment 31591 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31591&action=edit example of the problem - -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 56491] New: attribute references do not resolve to their values

2014-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56491 Bug ID: 56491 Summary: attribute references do not resolve to their values Product: Tomcat 7 Version: 7.0.52 Hardware: PC Status: NEW Severity: normal Pri

[GitHub] tomcat pull request: Document the use of "shutdown" and "port" att...

2014-05-05 Thread thiagoh
GitHub user thiagoh opened a pull request: https://github.com/apache/tomcat/pull/6 Document the use of "shutdown" and "port" attribute of There is no documentation (inside the server.xml file) for the `"port"` or `"shutdown"` attribute of a so I think it would be good to have even

[Bug 56461] New option to make context startup fail if a load-on-startup servlet fails

2014-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56461 --- Comment #3 from Sylvain Laurent --- ping? -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.

[Bug 55956] Regarding Tomcat Manager Application Status

2014-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55956 --- Comment #9 from Christopher Schultz --- The Tomcat team does not back-port patches to older versions of Tomcat. Instead, we release a new version. You are welcome to locate the apply the patch yourself, but it will be a source-level pat

[Bug 47323] Name clash: o.a.c.Manager class vs. o.a.c.manager package when compiling JSP

2014-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47323 --- Comment #5 from Christopher Schultz --- Would it impact performance too much to request the resource as a URI and then examining the "file" in some way? Perhaps we could look for the possible package name as a directory first instead of

[Bug 56484] "null" in URI of unmounted path is sent to jboss

2014-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56484 --- Comment #2 from dkk --- Apache version 2.2.19_64bit We are currently in the process of 'following corporate protocol' to get a current build of mod_jk tested. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 56489] New: Include a directory for configuration files

2014-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56489 Bug ID: 56489 Summary: Include a directory for configuration files Product: Tomcat Connectors Version: unspecified Hardware: PC OS: Linux Status: NEW

[Bug 56488] New: jaas custom login module

2014-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56488 Bug ID: 56488 Summary: jaas custom login module Product: Tomcat 8 Version: 8.0.5 Hardware: PC Status: NEW Severity: normal Priority: P2 Component

[Bug 56481] Cannot differentiate between the package name and class name in tomcat 8.0.5

2014-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56481 --- Comment #2 from Hariprasad Manchi --- Why there is a change in behavior in tomcat 8.0.3 and tomcat 8.0.5 version? Why does it work in 8.0.3 but not in 8.0.5 under the same OS? Can you please confirm the actual root cause for this? Than

[Bug 55956] Regarding Tomcat Manager Application Status

2014-05-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55956 --- Comment #8 from pikachu --- Hello , We use Tomcat which comes bundled with SAP Business objects and the version of tomcat to use is more or less packaged (I am not very sure at the momemnt if we are allowed to patch it independently)