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 were

How copyright notices on contributed files should be handled.

2004-12-22 Thread Brian Behlendorf
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 From: Rodent of Unusual

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

2004-12-10 Thread Brian Hill
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 systems, navTool.pl

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

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

2004-09-21 Thread Brian Stansberry
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 MORE SPAM

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

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

2004-09-19 Thread Brian Stansberry
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 needed Revision ChangesPath 1.18

Re: StandardClassLoader ?

2004-08-08 Thread Brian Pane
without slowing Tomcat to a crawl.) Brian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2004-07-28 Thread Brian Pane
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 - To unsubscribe, e-mail

hello

2004-03-04 Thread brian
something is fool attachment: document.zip - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2003-12-23 Thread Brian Stansberry
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 Christmas shopping instead ;-) Best, Brian Stansberry

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

2003-12-23 Thread Brian Stansberry
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 116 Fax:(510) 797-3005

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

2003-12-09 Thread Brian Stansberry
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 Fax:(510) 797-3005

RE: SingleSignOn Valve and FormAuthenticator Principal Caching

2003-11-24 Thread Brian Stansberry
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 address bug 9077. Best, Brian Stansberry WAN Concepts, Inc

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
/catalina/authenticator/SingleSignOn.java.diff?r1=1.6r2=1.7diff_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 removed this (otherwise, I'll reapply the fix). No, my mistake. It didn't intend to change anything

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
an IllegalStateException for a call to getLastAccessedTime(). It looks as if the exception throw was added in response to bug 15967, which stated that the javadoc does specify the exception, but I'm looking at the javadoc for both Servlet 2.3 and 2.4, and in both cases it's not specified. Brian

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 in response to bug 15967, which stated

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 object causes an IndexOutOfBounds exception. Second

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. Otherwise, the issue won't

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. Otherwise, the issue won't

Re: SingleSignOn Valve and FormAuthenticator Principal Caching

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

Re: mod_jk timeout?

2003-10-28 Thread Brian Maher
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 simply submit a patch to be reviewed? Thanks, -Brian

mod_jk timeout?

2003-10-25 Thread Brian Maher
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 happen if someone could give me some guidance. Thanks, -Brian P.S. Please note

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

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 (enhancement request 21169) Remy

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

[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

[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

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]

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]

2 quick questions

2003-05-27 Thread Brian K Bonner
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: 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 Consulting Group

NT Service configuration not sufficient

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

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 enhanced. -- Brian Millett

Jasper error with struts patch

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

Re: 4.1.7 / mod_jk 1.2.0 / mod_jk 2.0.0

2002-07-02 Thread Brian P. Millett
attribute value, and writes it -- 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] For additional

reflections of tomcat 5.0 proposal

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

Re: Request for a new Apache ID

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

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

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 --enable-debug I compiled webapp as a DSO

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 Apache from source. The error logs say nothing

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 a more recent version of Apache

Re: Problems with mod_webapp. Please read!

2002-02-22 Thread Brian P. Millett
=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 unsubscribe, e-mail: mailto:[EMAIL PROTECTED

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-mail: mailto

Re: Alternate JMX implementation

2002-01-18 Thread Brian P. Millett
, 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 Shifts in paradigms (314) 205-9030 often cause nose bleeds. [EMAIL

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

[SSI] initial environment?

2001-12-03 Thread Brian Zhou
HTML. Thanks, -Brian diff -r1.2 SsiEnvironment.java 69d68 import java.util.Date; 72a72,73 import java.util.Date; import java.util.Enumeration; 257a259,267 Hashtable initialEnv = (Hashtable) request.getAttribute(initial.env); if (initialEnv != null) { Enumeration

Re: Problems building webapp_module

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

mod_webapp apache2 problems:

2001-11-21 Thread Brian P Millett
: _INFO_) Syntax OK So, what happened so that Apache 2.0 doesn't work? -- 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

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 (p1) No Port statement found Oooh, I bet it is related to the change that we

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: Off for quite a while...

2001-11-16 Thread Brian P Millett
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 unsubscribe, e-mail

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: 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

Re: Ldap.jar license

2001-09-18 Thread Brian Behlendorf
-level COPYRIGHT file (or equivalent) gives them the Apache license, that's the license the whole package is actually under. Brian

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

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 restarted

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... Do someone has _ANY_ clue of WTF is going on Yeah, I've

Re: FW: latest cvs checkout test

2001-07-16 Thread Brian P Millett
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 Consulting Group Shifts in paradigms (314) 205-9030 often cause

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

2001-06-06 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 avoid

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() font color=$blackb$yapper.getName()/b/font

Re: FW: question

2001-05-24 Thread Brian Behlendorf
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 of Tomcat putting a new

Re: question

2001-05-24 Thread Brian Behlendorf
., 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: trouble compiling mod_jk.so

2001-03-26 Thread Brian P Millett
$CFG_CFLAGS_SHLIB = q(-fPIC -DSHARED_MODULE); # substituted via Makefile.tmpl +my $CFG_LD_SHLIB = q(ld); # substituted via Makefile.tmpl +my $CFG_LDFLAGS_SHLIB = q(-G); # substituted via Makefile.tmpl -- Brian Millett Enterprise Consulting Group "Shifts in paradigms (314) 205

apxs will not compile mod_jserv or mod_jk

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

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: [EMAIL PROTECTED]

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 implement

RE: Thread-safety

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

Re: Thread-safety

2001-01-26 Thread Brian Goetz
ze, 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 Corporation [EMAIL PROTECTED] Tel: 650-843-1300Fax: 650-324-8032 ht

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

2001-01-25 Thread Bucknam, Brian
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: jakarta-tomcat-4.0/jasper/src

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

2000-12-21 Thread Bucknam, Brian
r should be created to scan the 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' repli

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

Re: Class loading classloader visibility test results

2000-12-05 Thread Brian Bucknam
were you using? Thanks, 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: 3.2 status -- no taglibs in jars

2000-11-20 Thread Brian Bucknam
, and I'm short on time. Thanks, again, Pierre. The fix looks good and does not seem to break anything. Brian

Re: 3.2 status -- no taglibs in jars

2000-11-16 Thread Brian Bucknam
hen 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-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.) I marked this bug "serious&qu

Re: Tomcat- IIS socket exception

2000-11-07 Thread Brian Vetter
ure 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: Placed At : BLR Ganesh Gopalan@SAT

Linking mod_jk for apache 1.3, on HP-UX 11.00

2000-10-27 Thread Brian M. Kelley
/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] - To unsubscribe, e-mail