Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "PoweredBy" page has been changed by prosch.
http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=326&rev2=327
--
== Survey
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "PoweredBy" page has been changed by prosch.
http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=327&rev2=328
--
== Survey
Dear wiki user,
You have subscribed to a wiki page "Tomcat Wiki" for change notification.
The page PoweredBy has been reverted to revision 326 by TimFunk.
The comment on this change is: spam removal from revisions 327,328.
http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=328&rev2=329
--
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "LocalBadContent" page has been changed by SebastianBazley.
The comment on this change is: Add prosch spam URL.
http://wiki.apache.org/tomcat/LocalBadContent?action=diff&rev1=11&rev2
Hello,
Does anybody have any idea how to secure a tomcat connection to oracle
database (jdbc encryption for example) or any other idea that can be easily
implemented.
Thanks in advance,
Ram Ram
--
View this message in context:
http://old.nabble.com/Tomcat-oracle-secure-connection-tp31342680p31
Mark,
I understand that a fix has already been applied, but...
On 4/6/2011 7:16 AM, Mark Thomas wrote:
> I thought of two options for issue 3:
> a) Assign a processor (+ inputbuffer, output buffer etc.) to a socket
> and don't recycle it until the socket is closed.
> - Increases memory requiremen
Ramram,
On 4/7/2011 9:46 AM, ramram8 wrote:
> Does anybody have any idea how to secure a tomcat connection to oracle
> database (jdbc encryption for example) or any other idea that can be easily
> implemented.
This is a question better asked on the users' list.
-chris
signature.asc
Descriptio
https://issues.apache.org/bugzilla/show_bug.cgi?id=51038
Summary: No access logs for Servlet 3.0 async requests
Product: Tomcat 7
Version: 7.0.11
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority:
All,
While reading the code for jasper.compiler.Compiler on an unrelated
errand, I noticed that the removeGeneratedFiles and
removeGeneratedClassFiles methods contain this code:
} catch (Exception e) {
// Remove as much as possible, ignore possible exceptions
}
This c
https://issues.apache.org/bugzilla/show_bug.cgi?id=33453
Antoine Prevosto changed:
What|Removed |Added
CC||antoine.prevo...@gmail.com
--
On 3/29/2011 2:05 PM, ma...@apache.org wrote:
+ * @param certs The gssContext processed by the {@link Authenticator}.
+ */
+public Principal authenticate(GSSContext gssContext);
+
+
we can continue to add methods and changing the interface, or we can do what
most other systems do
p
yes
On 4/7/2011 1:32 PM, Christopher Schultz wrote:
All,
While reading the code for jasper.compiler.Compiler on an unrelated
errand, I noticed that the removeGeneratedFiles and
removeGeneratedClassFiles methods contain this code:
} catch (Exception e) {
// Remove as much
Hello,
I'm trying out git at the moment and found this page
http://wiki.apache.org/general/GitAtApache
Is anyone here using git in front of svn ? any problem, advice ?
Sylvain
Author: slaurent
Date: Thu Apr 7 20:50:28 2011
New Revision: 1090003
URL: http://svn.apache.org/viewvc?rev=1090003&view=rev
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=50306
StuckThreadDetectionValve, based on code proposed by TomLu
Added:
tomcat/trunk/java/org/apache/catalina/va
On 07.04.2011 22:35, Sylvain Laurent wrote:
Hello,
I'm trying out git at the moment and found this page
http://wiki.apache.org/general/GitAtApache
Is anyone here using git in front of svn ? any problem, advice ?
I used it some time for the httpd sources. I like that it is easy to
transfer co
Author: schultz
Date: Thu Apr 7 21:22:12 2011
New Revision: 1090022
URL: http://svn.apache.org/viewvc?rev=1090022&view=rev
Log:
Added warning messages when an exception is thrown while trying to delete files.
Replaced duplicate code in removeGeneratedFiles with a call to
removeGeneratedClassFile
https://issues.apache.org/bugzilla/show_bug.cgi?id=50306
--- Comment #10 from Sylvain Laurent 2011-04-07 17:33:10
EDT ---
Tom, thanks for your contribution. I committed the valve to trunk
http://svn.apache.org/viewvc?view=revision&revision=1090003 with the following
changes :
- fixed a race con
https://issues.apache.org/bugzilla/show_bug.cgi?id=50306
Sylvain Laurent changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
I just did my first commit on tomcat using git, it seems to work.
does it bother anyone if I add a .gitignore file in the SVN repository ?
Sylvain
On 7 avr. 2011, at 22:57, Rainer Jung wrote:
> On 07.04.2011 22:35, Sylvain Laurent wrote:
>> Hello,
>>
>> I'm trying out git at the moment and fou
2011/4/8 Sylvain Laurent :
> I just did my first commit on tomcat using git, it seems to work.
Congratulations.
>
> does it bother anyone if I add a .gitignore file in the SVN repository ?
I am not bothered much, though
1) it need to have ASL header
2) it probably should be omitted from src dis
On 7 avr. 2011, at 23:54, Konstantin Kolinko wrote:
>
> What content will be in your version of the file?
mostly what we ave already ignored with svn props : eclipse-sepcific files, the
logs, work, temp directories...
Otherwise, one can also run
git svn show-ignore >> .git/info/exclude
which
2011/4/8 Sylvain Laurent :
>
> On 7 avr. 2011, at 23:54, Konstantin Kolinko wrote:
>>
>> What content will be in your version of the file?
>
> mostly what we ave already ignored with svn props : eclipse-sepcific files,
> the logs, work, temp directories...
>
> Otherwise, one can also run
> git svn
Author: schultz
Date: Fri Apr 8 00:41:29 2011
New Revision: 1090072
URL: http://svn.apache.org/viewvc?rev=1090072&view=rev
Log:
Updated.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev
2011/4/8 :
> Author: schultz
> Date: Fri Apr 8 00:41:29 2011
> New Revision: 1090072
>
> URL: http://svn.apache.org/viewvc?rev=1090072&view=rev
> Log:
> Updated.
>
> Modified:
> tomcat/tc6.0.x/trunk/STATUS.txt
>
> +
> +* Backport exception logging from revision 1090022
> + http://svn.apache.
2011/4/8 Filip Hanik - Dev Lists :
> On 3/29/2011 2:05 PM, ma...@apache.org wrote:
>>
>> + * @param certs The gssContext processed by the {@link
>> Authenticator}.
>> + */
>> + public Principal authenticate(GSSContext gssContext);
>> +
>> +
>
> we can continue to add methods and changing
Author: kkolinko
Date: Fri Apr 8 01:55:51 2011
New Revision: 1090083
URL: http://svn.apache.org/viewvc?rev=1090083&view=rev
Log:
Do not depend on system encoding settings when running Tomcat tests.
Modified:
tomcat/trunk/test/org/apache/catalina/startup/SimpleHttpClient.java
Modified: tomca
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-trunk-validate has an issue affecting its community integration.
Th
27 matches
Mail list logo