hello

2004-03-04 Thread brian
something is fool <> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: FW: question

2001-05-24 Thread Brian Behlendorf
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

Re: question

2001-05-24 Thread Brian Behlendorf
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

Re: Taglibs Article

2001-05-25 Thread brian moseley
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

Re: cvs commit: jakarta-tomcat-jasper/jasper34/tools importRpl.plpkgReplace.pl rmImport.pl

2001-06-05 Thread brian moseley
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

RE: BugRat #718 -- TagAttributeInfo constructor

2001-01-08 Thread Bucknam, Brian
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]

Re: Clarification of PMC emails

2001-01-19 Thread Brian Behlendorf
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]

RE: cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler TagLibraryInfoImpl.java

2001-01-25 Thread Bucknam, Brian
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

Re: Thread-safety

2001-01-26 Thread Brian Goetz
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

Re: FW: Thread-safety

2001-01-26 Thread Brian Goetz
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

Re: Memory Model discussion

2001-01-28 Thread Brian Goetz
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.)

RE: Thread-safety

2001-01-29 Thread Brian Goetz
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,

Re: Thread-safety

2001-01-30 Thread Brian Goetz
> 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

Fw: [Jython-users] servlet problem self.getInitParameterNames() under PyServlet wrapper

2001-01-31 Thread Brian Zhou
/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: &

[PATCH] for Bugzilla Report 264 (mod_jk gets in an infinite loop)

2001-02-01 Thread Brian Vetter
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

Re: Thread-safety

2001-02-09 Thread Brian Goetz
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 --

apxs will not compile mod_jserv or mod_jk

2001-02-13 Thread Brian Albers
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]

[SSI] initial environment?

2001-12-03 Thread Brian Zhou
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

RE: How to receive Session Manager from servlet?

2002-01-15 Thread Brian Taylor
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

com.apache.catalina.startup.UserConfig Idea.

2002-02-04 Thread Brian Maher
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

RE: PATCH: jk_nt_service can't automatically be restarted by Windows Service Control Manager upon crash

2001-08-31 Thread Brian Enright
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

JNDIRealm and virtual hosting

2001-09-17 Thread brian moseley
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

Re: Ldap.jar license

2001-09-18 Thread Brian Behlendorf
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

Re: form based login - update

2001-09-21 Thread brian moseley
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

Re: Tomcat next

2001-09-26 Thread brian moseley
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

Re: Problems with mod_webapp. Please read!

2002-02-23 Thread Brian Millett
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

[PATCH] jk_ajp12_worker.c in 3.2b6

2000-11-06 Thread Brian Vetter
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

Re: Tomcat- IIS socket exception

2000-11-07 Thread Brian Vetter
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

3.2 status -- no taglibs in jars

2000-11-15 Thread Brian Bucknam
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 -

Re: 3.2 status -- no taglibs in jars

2000-11-15 Thread Brian Bucknam
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.) > >

Re: 3.2 status -- no taglibs in jars

2000-11-16 Thread Brian Bucknam
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

Re: 3.2 status -- no taglibs in jars

2000-11-20 Thread Brian Bucknam
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

Bugrat down/broken?

2000-11-28 Thread Brian Vetter
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)

Re: Class loading & classloader visibility test results

2000-12-05 Thread Brian Bucknam
hat version of Tomcat were you using? Thanks, Brian

fix for bug 558, getUserPrincipal returns wrong user

2000-12-08 Thread Brian Moore
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

Jasper Compiler -- when things go really wrong

2000-12-19 Thread Bucknam, Brian
_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]

RE: Jasper Compiler -- when things go really wrong

2000-12-20 Thread Bucknam, Brian
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]

RE: Bug #55: Default for included files is 8859_1, with no option to set otherwise

2000-12-21 Thread Bucknam, Brian
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]

Re: Request for a new Apache ID

2002-06-15 Thread Brian Behlendorf
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

javax.servlet.jsp.el.ExpressionEvaluator ????

2002-07-25 Thread Brian Millett
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]>

Re: TC 5.0 nightly builds

2003-02-11 Thread Brian Millett
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

Tuning the MessageBytes

2003-06-24 Thread Brian Olsen
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]

SIP Servlet revisited

2003-06-26 Thread Brian Olsen
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]

[PATCH] Change getSession() in org.apache.catalina.Session from HttpSessionto a more general interface (enhancement request 21169)

2003-06-29 Thread Brian Olsen
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

Re: [PATCH] Change getSession() in org.apache.catalina.Session from HttpSession to a more general interface (enhancement request 21169)

2003-06-30 Thread Brian Olsen
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

Re: [PATCH] Change getSession() in org.apache.catalina.Session from HttpSession to a more general interface (enhancement request 21169)

2003-06-30 Thread Brian Olsen
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

Re: [PATCH] Change getSession() in org.apache.catalina.Session from HttpSession to a more general interface (enhancement request 21169)

2003-06-30 Thread Brian Olsen
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

[PATCH] Change getSession() in org.apache.catalina.Session from HttpSessionto a more general interface (enhancement request 21169)

2003-06-30 Thread Brian Olsen
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

NT Service configuration not sufficient

2002-11-08 Thread Sayatovic, Brian
omcat project, or is it a third pary tool? Regards, Brian.

mod_jk timeout?

2003-10-25 Thread Brian Maher
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

Re: mod_jk timeout?

2003-10-28 Thread Brian Maher
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

Re: SingleSignOn Valve and FormAuthenticator Principal Caching

2003-11-22 Thread Brian Stansberry
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

RE: SingleSignOn Valve and FormAuthenticator Principal Caching

2003-11-24 Thread Brian Stansberry
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

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenti cator SingleSignOnEntry.java AuthenticatorBase.java BasicAuthenticator.java DigestAuthenticator.java FormAuthenticator.java NonLoginAuthenticator.java SSLAuthenticator.java SingleSignOn.java mbeans-descriptors.xml

2003-11-24 Thread Brian Stansberry
/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

RE: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenti cator SingleSignOnEntry.java AuthenticatorBase.java BasicAuthenticator.java DigestAuthenticator.java FormAuthenticator.java NonLoginAuthenticator.java SSLAuthentic

2003-11-24 Thread Brian Stansberry
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]

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenti cator SingleSignOnEntry.java AuthenticatorBase.java BasicAuthenticator.java DigestAuthenticator.java FormAuthenticator.java NonLoginAuthenticator.java SSLAuthentic

2003-11-24 Thread Brian Stansberry
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

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenti cator SingleSignOnEntry.java AuthenticatorBase.java BasicAuthenticator.java DigestAuthenticator.java FormAuthenticator.java NonLoginAuthenticator.java SSLAuthentic

2003-11-24 Thread Brian Stansberry
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 >

Re: 9077 Patch

2003-11-24 Thread Brian Stansberry
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

Re: 9077 Patch

2003-11-24 Thread Brian Stansberry
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.

Re: Tomcat authorization handling seems not to function according to Servlet 2.4 Spec

2003-12-09 Thread Brian Stansberry
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

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/authenticator SingleSignOn.java

2003-12-23 Thread Brian Stansberry
. 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

RE: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/authenticator SingleSignOn.java

2003-12-23 Thread Brian Stansberry
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

Re: [Fwd: Re: Some benchs results : WAS: Invitation to HTTPD commiters in tomcat-dev]

2004-07-28 Thread Brian Pane
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 ---

Re: StandardClassLoader ?

2004-08-08 Thread Brian Pane
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]

RE: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenti cator SingleSignOn.java

2004-09-19 Thread Brian Stansberry
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

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenti cator SingleSignOn.java

2004-09-20 Thread Brian Stansberry
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

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenti cator SingleSignOn.java

2004-09-20 Thread Brian Stansberry
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

Minor patch for org.apache.catalina.realm.MemoryRealm

2004-11-04 Thread Brian Gallew
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

ssi including a cgi with query args is broken --- same combo works under Apache

2004-12-10 Thread Brian Hill
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

Re: IP issues

2004-12-22 Thread Brian Behlendorf
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

How copyright notices on contributed files should be handled.

2004-12-22 Thread Brian Behlendorf
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

Re: FW: latest cvs checkout test

2001-07-16 Thread Brian P Millett
-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

Re: trouble compiling mod_jk.so

2001-03-26 Thread Brian P Millett
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

Re: Off for quite a while...

2001-11-16 Thread Brian P Millett
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

mod_webapp & apache2 problems:

2001-11-21 Thread Brian P Millett
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

Re: mod_webapp & apache2 problems:

2001-11-21 Thread Brian P Millett
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

which WarpConnector.java is correct?

2001-11-21 Thread Brian P Millett
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

Re: Problems building webapp_module

2001-11-28 Thread Brian P Millett
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

Re: Alternate JMX implementation

2002-01-18 Thread Brian P. Millett
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

Re: latest cvs checkout test

2001-07-17 Thread Brian P Millett
"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... &

Re: Problems with mod_webapp. Please read!

2002-02-22 Thread Brian P. Millett
(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

Re: Problems with mod_webapp. Please read!

2002-02-25 Thread Brian P. Millett
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

Re: Problems with mod_webapp. Please read!

2002-02-26 Thread Brian P. Millett
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

Linking mod_jk for apache 1.3, on HP-UX 11.00

2000-10-27 Thread Brian M. Kelley
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] --

servlet isSecure() patch when forwarding key_size

2002-06-04 Thread Brian Bek Jensen
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

reflections of tomcat 5.0 proposal

2002-06-24 Thread Brian P. Millett
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

Re: 4.1.7 / mod_jk 1.2.0 / mod_jk 2.0.0

2002-07-02 Thread Brian P. Millett
-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

Jasper error with struts & patch

2002-07-16 Thread Brian P. Millett
tln("ServletResponse response = pageContext.getResponse();"); +out.println("HttpServletResponse response = (HttpServletResponse)pageContext.getResponse();"); } } -- Brian Millett Enterprise Consulting Group "Shifts in p

2 quick questions

2003-05-27 Thread Brian K Bonner
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]

Re: [4.1.10] Milestone release tag soon

2002-08-28 Thread Brian P. Millett
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