https://issues.apache.org/bugzilla/show_bug.cgi?id=48685
--- Comment #28 from Michael Osipov <1983-01...@gmx.net> 2011-03-30 04:12:28
EDT ---
Created an attachment (id=26814)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26814)
krb5.conf
This is a sample Kerberos 5 conf file with mu
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685
--- Comment #29 from Michael Osipov <1983-01...@gmx.net> 2011-03-30 04:14:09
EDT ---
Created an attachment (id=26815)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26815)
jaas.conf
this jaas.conf contains two login modules. Th
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685
--- Comment #30 from Michael Osipov <1983-01...@gmx.net> 2011-03-30 04:15:38
EDT ---
Mark,
I have attached some sample config files to make it run. This solution
uses a keytab to validate tickets.
I am aware of the Spring way, we use that
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685
--- Comment #31 from Mark Thomas 2011-03-30 07:01:50 EDT ---
(In reply to comment #30)
> I have attached some sample config files to make it run. This solution
> uses a keytab to validate tickets.
Thanks. It was the jaas.conf that I hadn't
https://issues.apache.org/bugzilla/show_bug.cgi?id=50995
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=50885
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Wed Mar 30 12:04:48 2011
New Revision: 1086918
URL: http://svn.apache.org/viewvc?rev=1086918&view=rev
Log:
Protect the DefaultServlet against Filters etc writing to the response which
will a) break partial get support and b) mean setting on content length will
result in a tru
Author: markt
Date: Wed Mar 30 12:26:39 2011
New Revision: 1086928
URL: http://svn.apache.org/viewvc?rev=1086928&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50991
Stop the resources after they have been unbound rather than before
Modified:
tomcat/trunk/java/org/apache
https://issues.apache.org/bugzilla/show_bug.cgi?id=50991
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Wed Mar 30 12:48:13 2011
New Revision: 1086935
URL: http://svn.apache.org/viewvc?rev=1086935&view=rev
Log:
Correct fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50991
Stop resource after app has finished with them but before they are unbound
Modified:
tomcat/trunk
Author: markt
Date: Wed Mar 30 13:35:12 2011
New Revision: 1086950
URL: http://svn.apache.org/viewvc?rev=1086950&view=rev
Log:
Implment Filip's idea for a configurable close method
Modified:
tomcat/trunk/java/org/apache/catalina/deploy/ContextResource.java
tomcat/trunk/java/org/apache/cat
https://issues.apache.org/bugzilla/show_bug.cgi?id=50991
--- Comment #3 from Mark Thomas 2011-03-30 09:35:36 EDT ---
Filip's suggested enhancement will also be in 7.0.12
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because:
Author: markt
Date: Wed Mar 30 14:33:30 2011
New Revision: 1086969
URL: http://svn.apache.org/viewvc?rev=1086969&view=rev
Log:
Correctly track changes to context.xml files and trigger redeployment when
copyXML is set to false
Modified:
tomcat/trunk/java/org/apache/catalina/startup/HostConfig
Author: kkolinko
Date: Wed Mar 30 14:35:03 2011
New Revision: 1086970
URL: http://svn.apache.org/viewvc?rev=1086970&view=rev
Log:
Correct a typo
Modified:
tomcat/trunk/webapps/docs/config/context.xml
Modified: tomcat/trunk/webapps/docs/config/context.xml
URL:
http://svn.apache.org/viewvc/to
Author: kkolinko
Date: Wed Mar 30 14:56:09 2011
New Revision: 1086975
URL: http://svn.apache.org/viewvc?rev=1086975&view=rev
Log:
Followup to r1086950: Simplify code
Modified:
tomcat/trunk/java/org/apache/catalina/deploy/NamingResources.java
Modified: tomcat/trunk/java/org/apache/catalina/de
TEST-org.apache.catalina.servlets.TestDefaultServlet.BIO.txt
Testcase: testCustomErrorPage took 1,359 sec
FAILED
expected:<[It is 404.html]> but was:<[eIt is 404.html0]>
junit.framework.ComparisonFailure: expected:<[It is 404.html]> but
was:<[eIt is 404.html0]>
at
org.apache.catal
Author: markt
Date: Wed Mar 30 15:41:02 2011
New Revision: 1086992
URL: http://svn.apache.org/viewvc?rev=1086992&view=rev
Log:
Fix Eclipse/FindBugs warnings apart from those that trigger bug 50984
Modified:
tomcat/trunk/java/org/apache/catalina/manager/Constants.java
tomcat/trunk/java/org
Author: markt
Date: Wed Mar 30 15:50:28 2011
New Revision: 1086995
URL: http://svn.apache.org/viewvc?rev=1086995&view=rev
Log:
Fix reversed condition in r1086918
Modified:
tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java
Modified: tomcat/trunk/java/org/apache/catalina/servl
On 30/03/2011 16:28, Konstantin Kolinko wrote:
> TEST-org.apache.catalina.servlets.TestDefaultServlet.BIO.txt
>
> Testcase: testCustomErrorPage took 1,359 sec
> FAILED
> expected:<[It is 404.html]> but was:<[eIt is 404.html0]>
> junit.framework.ComparisonFailure: expected:<[It is 404.html]>
https://issues.apache.org/bugzilla/show_bug.cgi?id=50997
Summary: StandardJarScanner ignores web-fragment.xml files in
unpacked jars if they are not ending with ".jar"
Product: Tomcat 7
Version: 7.0.11
Platform: PC
OS/Version:
Author: markt
Date: Wed Mar 30 17:39:54 2011
New Revision: 1087026
URL: http://svn.apache.org/viewvc?rev=1087026&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50984
When using the Manager application ensure that undeployment is reported as
failed if a file cannot be deleted
https://issues.apache.org/bugzilla/show_bug.cgi?id=50984
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685
--- Comment #32 from Michael Osipov <1983-01...@gmx.net> 2011-03-30 14:08:52
EDT ---
(In reply to comment #31)
> (In reply to comment #30)
> > I am aware of the Spring way, we use that Sec Extension also but I don't
> > like that because of
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685
--- Comment #33 from Michael Osipov <1983-01...@gmx.net> 2011-03-30 14:11:08
EDT ---
Sorry for the spelling, I was to hasty with the 'commit' button.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
---
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685
--- Comment #34 from Michael Osipov <1983-01...@gmx.net> 2011-03-30 14:19:55
EDT ---
These docs are fine:
http://wiki.alfresco.com/wiki/Configuring_the_CIFS_and_web_servers_for_Kerberos/AD_integration
http://www-01.ibm.com/support/docview.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685
--- Comment #35 from Michael Osipov <1983-01...@gmx.net> 2011-03-30 14:29:33
EDT ---
Sorry for spamming again.
We run mixed environments with Windows Server 2003 and 2008, both serve as KDC.
Server code works on Windows XP and HP-UX flawle
Author: markt
Date: Wed Mar 30 20:06:25 2011
New Revision: 1087062
URL: http://svn.apache.org/viewvc?rev=1087062&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50997
Relax the requirement that directories must have a name ending in .jar to be
treated as an expanded JAR file
https://issues.apache.org/bugzilla/show_bug.cgi?id=50997
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Wed Mar 30 20:26:36 2011
New Revision: 1087064
URL: http://svn.apache.org/viewvc?rev=1087064&view=rev
Log:
Requests after the connector has been stopped may time out or return 503s -
varies by connector. Make sure the test passes with either.
Modified:
tomcat/trunk/test/o
Author: fhanik
Date: Wed Mar 30 21:40:59 2011
New Revision: 1087090
URL: http://svn.apache.org/viewvc?rev=1087090&view=rev
Log:
Add in ability to build with Maven
Added:
tomcat/trunk/modules/jdbc-pool/pom.xml
tomcat/trunk/modules/jdbc-pool/src/
tomcat/trunk/modules/jdbc-pool/src/main/
Author: fhanik
Date: Wed Mar 30 21:49:35 2011
New Revision: 1087095
URL: http://svn.apache.org/viewvc?rev=1087095&view=rev
Log:
delete eclipse files, these can be generated
Removed:
tomcat/trunk/modules/jdbc-pool/.classpath
tomcat/trunk/modules/jdbc-pool/.project
Modified:
tomcat/trun
Canceled. Not enough votes.
Filip
On 3/3/2011 12:24 PM, Filip Hanik - Dev Lists wrote:
Source and Binary Packages
http://people.apache.org/~fhanik/jdbc-pool/v1.1.0.1/
Tag
http://svn.apache.org/repos/asf/tomcat/tags/JDBC_POOL_1_1_0_1/
Documentation
http://people.apache.org/~fhanik/jdbc-pool/jd
On 30 March 2011 22:41, wrote:
> Author: fhanik
> Date: Wed Mar 30 21:40:59 2011
> New Revision: 1087090
>
> URL: http://svn.apache.org/viewvc?rev=1087090&view=rev
> Log:
> Add in ability to build with Maven
>
> Added:
> tomcat/trunk/modules/jdbc-pool/pom.xml
> URL:
> http://svn.apache.org/
Author: fhanik
Date: Wed Mar 30 22:26:29 2011
New Revision: 1087110
URL: http://svn.apache.org/viewvc?rev=1087110&view=rev
Log:
add in plugin to package
Modified:
tomcat/trunk/modules/jdbc-pool/pom.xml
Modified: tomcat/trunk/modules/jdbc-pool/pom.xml
URL:
http://svn.apache.org/viewvc/tomcat
Author: fhanik
Date: Wed Mar 30 22:32:29 2011
New Revision: 1087114
URL: http://svn.apache.org/viewvc?rev=1087114&view=rev
Log:
Add in parent reference
Thanks to Sebb http://markmail.org/message/nb652iryypigjfso
Modified:
tomcat/trunk/modules/jdbc-pool/pom.xml
Modified: tomcat/trunk/modules
On 30 March 2011 23:32, wrote:
> Author: fhanik
> Date: Wed Mar 30 22:32:29 2011
> New Revision: 1087114
>
> URL: http://svn.apache.org/viewvc?rev=1087114&view=rev
> Log:
> Add in parent reference
> Thanks to Sebb http://markmail.org/message/nb652iryypigjfso
>
Just noticed that there is a
Author: markt
Date: Wed Mar 30 23:09:10 2011
New Revision: 1087128
URL: http://svn.apache.org/viewvc?rev=1087128&view=rev
Log:
Don't append the jvmRoute to a session ID if the jvmRoute is a zero length
string.
Modified:
tomcat/trunk/java/org/apache/catalina/util/SessionIdGenerator.java
t
https://issues.apache.org/bugzilla/show_bug.cgi?id=50991
Konstantin Kolinko changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|F
https://issues.apache.org/bugzilla/show_bug.cgi?id=50991
--- Comment #5 from Filip Hanik 2011-03-30 19:29:49 EDT ---
(In reply to comment #4)
>
> My proposal is the following:
> 1. Assume the default value of "close" only for the resources of type
> "javax.sql.DataSource".
Simplest would be th
Author: fhanik
Date: Wed Mar 30 23:45:27 2011
New Revision: 1087141
URL: http://svn.apache.org/viewvc?rev=1087141&view=rev
Log:
remove repo inherited from parent
Modified:
tomcat/trunk/modules/jdbc-pool/pom.xml
Modified: tomcat/trunk/modules/jdbc-pool/pom.xml
URL:
http://svn.apache.org/view
40 matches
Mail list logo