something is fool
<>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
5 of the tarball he
downloaded, as well as where he downloaded it from. You guys might want
to consider signing your releases at some point, too.
Brian
On Thu, 24 May 2001, Pier P. Fumagalli wrote:
> Here's what it seems they did with the exploit... Rerolling the binaries
> *balls
index.html file in that dir
looks "normal" (i.e., not that index.htm file that person claimed was
there), as do the rest of the files that get unzipped. I also looked at
all the other .war files, and none of them have that file.
So it seems OK.
Brian
On Fri, 25 May 2001, Nick Bauman wrote:
> 8<
>
> #foreach( $event in $events )
> $yapper = $meeting.getParticipation( ((MeetingEvent)$event).getFromId() )
> #if( $repRole.equals($yapper.getRole() )
> $repId = $yapper.getParticipantId()
> $yapper.getName()
> #else
> $yapp
may i suggest something like:
find . -name "*.java"|xargs perl -pie 's/import\s+foo\;/import\ bar\;/g'
:)
On 6 Jun 2001 [EMAIL PROTECTED] wrote:
> costin 01/06/05 23:51:29
>
> Added: jasper34/tools importRpl.pl pkgReplace.pl rmImport.pl
> Log:
> Ok, kill me - I used perl to
S) version. As
of today, the J2EE docs on the web site have been updated (although not
including the index) to the (SbSb) version.
Hope it didn't take 'Anonymous' as long to figure this out as it did for me
:-)
Brian
-
Brian Bucknam
WebGain, Inc.
[EMAIL PROTECTED]
be discussed on the PMC - I am saying that
sometimes the nature of the issue will require private PMC discussion.
Brian
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
eturn ctxt.getResourceAsStream(uri);
Brian
-
Brian Bucknam
WebGain, Inc.
[EMAIL PROTECTED]
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 24, 2001 6:46 PM
> To: [EMAIL PROTECTED]
> Subject: cvs commit:
> ja
roblem in the general case. If jspx_init() creates any objects,
you've gotta synchronize, plain and simple. If jspx_init() calculates
multiple primitive values, which can obtained through any other means than
its return value, you've gotta synchronize.
--
Brian Goetz
Quiotix Corporatio
f reordering because
of caching. The only cure for that is synchronization.
If jspx_init() creates objects or sets any externally accessible value
other than its return value, then you can't make an end-run around the DCL
problem this way.
--
Brian Goetz
Quiotix Corporation
[EMAIL PRO
nie, I don't like it any more than you do. But
in the absense of synchronizing any variable shared between threads,
you are taking a risk.
Its also worth noting that Pugh has shown that no popular JVM properly
implements the JMM. Many don't implement volatile correctly (or at
all.)
000/jw-1117-performance.html
--
Brian Goetz
Quiotix Corporation
[EMAIL PROTECTED] Tel: 650-843-1300Fax: 650-324-8032
http://www.quiotix.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands,
> There are IMHO two reasons why these statements may be 'executed' out of
> order:
Good explanation.
> AFAIK the only mechanism the Java language provides to ensure this is
> the use of synchronized blocks.
One could also consider the volatile keyword in this category. But
few JVMs implemen
/3714 .
I believe servlet in jython under tomcat has huge, huge potentials. IMHO
JythonServlet vs. JSP is almost like mod_perl vs. mod_php, only that
everything's in Java.
Appreciate any help,
/Brian
- Original Message -
From: "Brian Zhou" <[EMAIL PROTECTED]>
To: &
This patch fixes the problem when a client closes the connection before sending all of
the data in a POST. Someone with CVS privileges please check this in.
Thanks,
Brian
--- jk_ajp12_worker.c.origTue Oct 24 09:44:46 2000
+++ jk_ajp12_worker.c Tue Oct 24 09:52:31 2000
@@ -465,6 +465,11
n which you
>presented it.
Hi Sam;
I promised you I'd post this link as soon as it was available, which it now is.
An article on the subject of double-checked locking and its dangers is in
this month's JavaWorld:
http://www.javaworld.com/javaworld/jw-02-2001/jw-0209-double.html
--
rv.so
apxs:Break: Command failed with rc=255
any help is greatly appreciated!
Thanks,
Brian Joseph Albers
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
this purpose? I give an example below just using
Hashtable, of course we can change the attribute name.
JSP and taglib can achieve the same thing, but I just like the
non-invasiveness of SSI better - everything still in valid HTML.
Thanks,
-Brian
diff -r1.2 SsiEnvironment.java
69d68
< imp
Also, wouldn't using org.apache.catalina.Session.getManager().findSessions()
confine you to the Tomcat container; requiring you to perform a re-write if
you ever switched JSP containers?
-Original Message-
From: Mika Goeckel [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 15, 2002 4:44
that Craig wrote.
Is there any interest in this by the community? I have an archive with
the source code located here:
http://brimworks.com/personal/programs/catalina.tar.gz
Thanks,
-Brian
--
Brian MaherCS Major WWU
BrimWorks.com >> Glory to God <<
--
To unsubscribe, e-mai
Way to go Dave!
-Original Message-
From: Marc Saegesser [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 30, 2001 10:26 PM
To: [EMAIL PROTECTED]
Cc: Chien-Ming Huang; Brian Enright; Rob Webb; Patti Vrobel; Steven
Velez
Subject: RE: PATCH: jk_nt_service can't automatically be rest
i'm writing an application that uses JNDIRealm for
authentication. works great, but having to configure
connection information server.xml is a bit limiting. so i'm
trying to figure out the right way to support virtual
hosting for JNDIRealm (and possibly by extension for all
realms and authenticat
e to trust that when
the top-level COPYRIGHT file (or equivalent) gives them the Apache
license, that's the license the whole package is actually under.
Brian
On Fri, 21 Sep 2001, pero wrote:
> What could be done now? Encoding all image-resources
> would be a strange solution and other matching is not
> allowed.
i use a layout like so:
/index.jsp
/login.jsp
/share/styles.css
/share/img/*.gif
/main/*.jsp
in web.xml i protect /index.jsp and /main
On Wed, 26 Sep 2001, Craig R. McClanahan wrote:
> What would *you* like to see happen? (And what would
> *you* like to work on to make it happen? :-).
did you see my message about virtual host support for
authenticators and realms? :)
i will likely be able to put some time into it in the near
On Fri, 2002-02-22 at 16:18, Erik Lotspeich wrote:
> Brian,
>
> In my previous e-mails I gave more details. My setup is this:
>
> Linux 2.4, glibc 2.1, JDK 1.3.1, Jakarta-tomcat 4.0.2, Apache 1.3.20, APR
> 20011211172103, mod_webapp 4.0.2.
>
> Does mod_webapp require
We found a problem where mod_jk/ajp12 spins in an infinite loop on NT when the client
does not provide all of "content-length" bytes worth of data in a post. Please add
this patch to the source.
Thanks,
Brian Vetter
[EMAIL PROTECTED]
> --- jk_ajp12_worker.c.origTue Oct 24
e're not sure what's causing it, but after poking around in the
source and reviewing old bug reports, there could be many possible answers.
We are using Sun's JDK1.3 on Win2k and WinNT4.
Brian
[EMAIL PROTECTED] wrote:
>
> Pl
lib jars, or acting as if the classes in those jars came from a different
loader.
I probably should get better details before bringing this to the list, but I saw
Rickard Öberg's mention of a getResource() problem...
My $.02,
Brian
-
Pierre Delisle wrote:
> Brian Bucknam wrote:
> > However, there is still a problem (see bug #215) in TagLibraryInfoImpl which makes
>it so that tag libraries cannot be packaged in .jar files. (3.2b7 (and 3.1) at least
>not on Windows, have not tested on *nix.)
> >
nd like
>the right fix.
Then Pierre Delisle replied:
> Only the 'copy' part needs to be commented out. Here is the diff since I cannot
> commit to the master for now.
OK, that makes a lot more sense.
I'll rebuild with the change, run some tests, and let the list know.
Thanks, Pierre!
Brian
ng, but we're trying to build betas
right now, too, and I'm short on time.
Thanks, again, Pierre. The fix looks good and does not seem to break
anything.
Brian
I tried submitting a new bug to Bugrat this afternoon. I get the following error:
Error: 500
Location: /BugRatReport/PostReport
Internal Servlet Error:
java.lang.NoClassDefFoundError: javax/activation/DataSource
at org.gjt.bugrat.servlet.BugRatReport.processReportPOST(Compiled Code)
hat version of Tomcat were you using?
Thanks,
Brian
and getUserPrincipal won't match for the 2nd request.
To fix the bug:
In the initRequest() method of tomcat/core/RequestImpl.java
add the line
principal = null;
in with everything else that gets reset.
Brian Moore
_jspxFactory.releasePageContext(pageContext);
}
These seem to me like non-functionality-impacting changes.
If this seems right, I will generate patch files if requested.
Thanks,
Brian
Brian Bucknam
WebGain, Inc.
[EMAIL PROTECTED]
you, it does what you want. If generic, it passes on the request
to the WebLogic factory that it obtained by calling getDefaultFactory() when
it was created.
This is pretty easy -- a JspFactory only has 3 or 4 methods that you have to
override.
Brian
-
Brian Bucknam
WebGain, Inc.
[EMAIL PROTECTED]
e file for a @page directive with a
contentType, then create the 'real' JspReader using either the @page
directive if it was found, or the encoding of the including file as a
default.
You may be already saying what I just said, and I hope you are :-) Hans'
replies have confused me(!), because they don't really seem to apply to this
bug.
Hope this helps,
Brian
-
Brian Bucknam
WebGain, Inc.
[EMAIL PROTECTED]
mail6.nc.rr.com with Microsoft SMTPSVC;
Fri, 14 Jun 2002 21:53:36 -0400
Received: from us.ibm.com ([66.57.27.66]) by mail6.nc.rr.com with Microsoft
SMTPSVC(5.5.1877.757.75);
Tue, 11 Jun 2002 20:07:45 -0400
Brian
On Tue, 11 Jun 2002, Sam Ruby wrote:
> Please create
not exist?
Thanks.
--
Brian Millett
Enterprise Consulting Group "Shifts in paradigms
(314) 205-9030 often cause nose bleeds."
[EMAIL PROTECTED] Greg Glenn
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
On Tue, 2003-02-11 at 11:34, Sue Spielman wrote:
> Is there an ETA when the nightly builds of TC 5.0 will return? It has not
> been building since 2/5. Thanks.
>
It will build if you go and get a nightly binary build of commons-el.
--
Brian Millett
Enterprise C
is not something I have the
greatest experience with.
When I'm done I will send a patch.
- Brian
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
that would probably end up in the general Servlet
session interface??
- Brian
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
org.apache.coyote.tomcat5.CoyoteRequest - typecasts from ServletSession
to HttpSession in the getSession( boolean )
- Brian
ServletSession.tar.gz
Description: GNU Zip compressed data
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
Remy Maucherat wrote:
Brian Olsen wrote:
Hey Guys,
I just made a proposed patch for the enhancement request I made
regarding the SIP Servlet API
http://issues.apache.org/bugzilla/show_bug.cgi?id=21169
It adds a new interface org.apache.catalina.ServletSession that
contains the methods that
Bill Barker wrote:
- Original Message -
From: "Brian Olsen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 30, 2003 1:31 AM
Subject: Re: [PATCH] Change getSession() in org.apache.catalina.Session from
HttpSession to a more general interface (enh
Remy Maucherat wrote:
Bill Barker wrote:
Like Remy, I'm -0 on the patch. As I read Remy's post, this means that
neither of us will actually veto it if some other developer decides to
post
it. However, neither of us consider it to be a-good-idea, so we will be
looking for implementation holes t
org.apache.coyote.tomcat5.CoyoteRequest - typecasts from ServletSession
to HttpSession in the getSession( boolean )
- Brian
ServletSession.tar.gz
Description: GNU Zip compressed data
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
omcat project, or is it a third pary tool?
Regards,
Brian.
ile). I check
apache's /server-status page and the process that was servicing the
request is long gone.
Could this recently submitted ping/pong code also be used from the java
side to detect when the Apache side is no longer servicing the request?
I'd be willing to help make this happe
with many
requests to such a web page, it would be easy to turn it into a denial
of service attack.
Those threads are inevitably lost.
I would think that is the point.
If I was to implement this feature, where should I look for the source
code, and should I s
s has some minor tweaks to
optimize for embedding in JBoss.
Best,
Brian Stansberry
WAN Concepts, Inc.
www.wanconcepts.com
Tel:(510) 894-0114 x 116
Fax:(510) 797-3005
At 04:27 PM 11/21/2003 -0600, you wrote:
>I believe that I have found a problem with the SingleSignOn valve, and
>th
hat is already pending for 9077.
No, because this patch was written against the TC 5 code base. The TC 5 version on
SingleSignOn already included logic for handling session expiration's differently from
logouts, so I didn't change that. A port of this patch to TC 4 would need to a
/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator/SingleSignOn.java.diff?r1=1.6&r2=1.7&diff_format=h
>>
>>Just an FYI, at this point, I don't know if that is good, bad, or neither.
>
>That's true.
>Maybe Brian can explain why he re
both Servlet 2.3 and
2.4, and in both cases it's not specified.
Brian Stansberry
WAN Concepts, Inc.
www.wanconcepts.com
Tel:(510) 894-0114 x 116
Fax:(510) 797-3005
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
At 02:08 PM 11/24/2003 -0500, you wrote:
>Brian Stansberry wrote:
>>
>>BTW, the javadoc for javax.servlet.http.HttpSession doesn't specify throwing an
>>IllegalStateException for a call to getLastAccessedTime(). It looks as if the
>>exception throw was added
At 08:21 PM 11/24/2003 +0100, Remy wrote:
>Brian Stansberry wrote:
>>At 11:56 AM 11/24/2003 -0600, Luke Nelson wrote:
>>
>>>I have tried applying the patch, and I found three problems with
>>>it. First, its removal of a session from the SingleSignOnEntry
>
At 10:29 PM 11/24/2003 +0100, you wrote:
>Nelson, Luke wrote:
>
>>Hopefully Brian can take the patch I added, and test it under 5.0
>>since he indicated he was available to make the change.
>
>That would be good. I can apply a verified TC 5 patch tomorrow if you can po
At 10:29 PM 11/24/2003 +0100, you wrote:
>Nelson, Luke wrote:
>>Hopefully Brian can take the patch I added, and test it under 5.0
>>since he indicated he was available to make the change.
>
>That would be good. I can apply a verified TC 5 patch tomorrow if you can post one.
l w/ the Servlet 2.4 authorization handling, it
might be a good time to look into it. I'd be happy to help in such an effort if there
is any interest.
Brian Stansberry
WAN Concepts, Inc.
www.wanconcepts.com
Tel:(510) 894-0114 x 116
F
.
I was wondering if there was any interest in committing that patch to TC 4.1 before
the next release. If there is, I'll update it so it doesn't conflict with what Mark
just committed (and anything else committed since I posted it). If there's no
interest, I'll go Chris
4.1 patch I would be happy to commit it. However, I
>wouldn't want your work on the patch to distract you from your Christmas
>shopping ;)
Thanks; will do. Anything to get out of going to the mall!
Best,
Brian Stansberry
WAN Concepts, Inc.
www.wanconcepts.com
Tel:(510) 894-0114 x
t a servlet, when I found
the stat calls.
The stats don't happen with servlets in general; it's just the default
static-file handler
service that has this overhead (in Tomcat 5.0.25 and 5.0.27; I haven't
tried any
other versions).
Brian
---
figured out how to use "-Xrunhprof" without slowing Tomcat to a crawl.)
Brian
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
his patch, since the
time out of a session would not cause other sessions to be invalidated.)
Best,
Brian Stansberry
- Replaced call to removeSession(String, Session) with
deregister(String, Session), which is identical, and removed
removeSession(String, Session) because it is no longer need
Hi Jan,
At 11:02 PM 9/20/2004 +, you wrote:
luehe 2004/09/16 11:18:41
Modified:catalina/src/share/org/apache/catalina/authenticator
SingleSignOn.java
Log:
- Removed deregister(String ssoid), because it is no longer needed
(used to be called when session w
eout or an HttpSession.invalidate() call by the application. I
expect it would be easy enough to find a way around this for
StandardSession, but it would break for anyone who for some reason
implemented Session themselves :(
Thanks much!
Brian
_
STOP
I would like to propose the following (trivial) patch to MemoryRealm.java:
diff -u -r1.7 MemoryRealm.java
--- catalina/src/share/org/apache/catalina/realm/MemoryRealm.java
24 Sep 2004 07:25:07 - 1.7
+++ catalina/src/share/org/apache/catalina/realm/MemoryRealm.java
4 Nov 2004 1
s for
where to put the patch class and how to configure the class loader to
find it).
More details are below. --Brian
brianhill
at
speakeasy
dot
net
In this log/backtrace, you can see that the CGI jar is trying to find
the file:
navTool.pl?REF+GENERAL+WHATIS
This file doesn't exist. On our
Jason is correct, the attributions remain. I'll send along the last set
of guidelines I saw regarding attribution and licensing.
Brian
On Wed, 22 Dec 2004, Jason Hunter wrote:
I think it would be rude to remove the comments about where the source files
originated, as they
from
the copyright holder, or have the copyright holder sign a CLA with the
ASF. Note, as described below, *only* the copyright holder has the right
to remove their own license from the contribution.
Brian
-- Forwarded message --
Date: Thu, 04 Nov 2004 14:03:34 -0500
Fro
-lgcc.
> Don't ask me why the linker didn't pick up on that automagically.
> I never took the time to figure out why I had to do it. I'd
> be curious to find out why though.
was that just for the apr? Or for the mod_webapp?
--
Brian Millett
Enterprise Cons
Makefile.tmpl
-my $CFG_LD_SHLIB = q(); # substituted via Makefile.tmpl
-my $CFG_LDFLAGS_SHLIB = q(); # substituted via Makefile.tmpl
+my $CFG_CFLAGS_SHLIB = q(-fPIC -DSHARED_MODULE); # substituted via Makefile.tmpl
+my $CFG_LD_SHLIB = q(ld); # substituted via Makefile.tm
show for their
efforts, you have shown much and have made a large impact in many lives.
Enjoy yourself.
--
Brian Millett
Enterprise Consulting Group "Shifts in paradigms
(314) 205-9030 often cause nose bleeds."
[EMAIL PROTECTED] Greg Glenn
--
To u
67) Created connection "_INFO_" (Prov:
"info" Param:
"")
[Wed Nov 21 08:54:08 2001] 3941 (wa_config.c:100) Created application "_INFO_" in path
"/webapp-info/"
[Wed Nov 21 08:54:08 2001] 3941 (pr_info.c:91) Provider is deploying _INFO_ for
http://sha
Justin Erenkrantz wrote:
> On Wed, Nov 21, 2001 at 09:22:02AM -0600, Brian P Millett wrote:
> > Quick Synopsis of error (apache 2.0):
> > Syntax error on line 2 of /opt/apache/conf/mod_webapp.conf:
> > Invalid port number (p<1) No "Port" statement found
&g
The WarpConnector.java files in jakarta-tomcat-connector/warp/java is not even close
to the
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/warp/WarpConnector.java.
Which is the correct one? This is for cvs co 11/21/01 @ 12:00 pm CST.
--
Brian Millett
Enterprise Consulting
pt/apache/include);# substituted via
APACI install
my $CFG_LIBEXECDIR= q(/opt/apache/libexec);# substituted via
APACI install
my $CFG_SYSCONFDIR= q(/opt/apache/conf);# substituted via
APACI install
--
Brian Millett
Enterprise Consulting Group
rea/cvs_jakarta/jakarta-tomcat-4.0/catalina/build.xml:632:
Compile failed, messages should have been provided.
Total time: 9 seconds
So I will CVS co a current copy of openjmx and test it out.
Thanks for the hint. I was going crazy.
--
Brian Millett
Enterprise Consulting Group "Shif
"Pier P. Fumagalli" wrote:
> Brian P Millett at [EMAIL PROTECTED] wrote:
>
> > Justin Erenkrantz wrote:
> >
> >> On Mon, Jul 16, 2001 at 06:34:48PM +0100, Pier P. Fumagalli wrote:
> >>> I just tried it on Nagoya, and it does the same for me...
&
(works only
with MPM=prefork)
It works with velocity 1.2 & cocoon 2.1
--
Brian Millett
Enterprise Consulting Group "Shifts in paradigms
(314) 205-9030 often cause nose bleeds."
[EMAIL PROTECTED] Greg Glenn
--
To unsubsc
On Mon, 2002-02-25 at 12:54, Erik Lotspeich wrote:
> On Sat, 23 Feb 2002, Brian Millett wrote:
>
> > > Linux 2.4, glibc 2.1, JDK 1.3.1, Jakarta-tomcat 4.0.2, Apache 1.3.20, APR
> > > 20011211172103, mod_webapp 4.0.2.
> > >
>
> I compiled both webapp and
On Mon, 2002-02-25 at 15:37, Erik Lotspeich wrote:
> Brian,
>
> I used --enable-shared=max and --enable-shared=most configure flags for
> Apache. Nothing too special.
>
> For webapp, I gave the following options:
>
> --with-tomcat
> --with-apr
> --with-apxs
&g
loader calls to
common/jk_jni_worker.c (to replace the dl*() calls that my 32-bit
libraries don't provide); If anyone is interested I can provide
diffs.
Brian
--
Brian M. Kelley
Vizdom Software, Inc.
[EMAIL PROTECTED]
--
attribute is not set to true.
In the switch clause the handling for SC_A_SSL_KEY_SIZE is returning 200
instead of just doing a break, like all the other cases and is not setting
isSSL to true!
Attached is a patch that fixes the problem on my setup. Can this patch be used?
Brian Bek Jensen, M.Sc
need to get to a new (or different) level of thinking
then what you are at now. It is a simple solution if people are willing
to pay the price of change.
Thank you.
--
Brian Millett
Enterprise Consulting Group "Shifts in paradigms
(314) 205-9030 often
-70,8 +70,7 @@
import javax.servlet.jsp.JspWriter;
import javax.servlet.jsp.PageContext;
import javax.servlet.jsp.tagext.TagSupport;
-import org.apache.struts.util.PropertyUtils;
-
+import org.apache.commons.beanutils.PropertyUtils;
/**
* Custom tag that retrieves a JM
tln("ServletResponse response =
pageContext.getResponse();");
+out.println("HttpServletResponse response =
(HttpServletResponse)pageContext.getResponse();");
}
}
--
Brian Millett
Enterprise Consulting Group "Shifts in p
ght be
causing this problem so I can patch 4.1.24? Basically, this really screws
up the authentication.
Thank you.
Brian
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
On Wed, 2002-08-28 at 07:43, Glenn Nielsen wrote:
> Before a 4.1.10 release I want to get the jk docs updated, they don't have info
> on some of the features I added last spring. I'll try to get that done today.
>
Also, the docs for jk2 & apache (1 or 2) could be enha
90 matches
Mail list logo