Quick Search:

View detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

MAIN 1.5 1.4 1.3 1.1 SJSAS91_FCS_BRANCH 1.5.6.1 SAILFIN_BRANCH 1.4.28.1 AS9_BETA_BRANCH 1.3.2.1

latest revision download Branch MAIN

1.5 annotated / raw | Diffs: previous, other | Lines: 112 ( +30, -17 )

Created: 2007-05-05 00:35:26 -0500 (20 months ago) | Author: tcfujii | Changeset: MAIN:tcfujii:20070505053314

CDDL+GPL header updates.

Branch point for: GF_V2_AIX_POC SJSAS911_BETA_BRANCH SJSAS91_BETA3_BRANCH SJSAS91_FCS_BRANCH SJSAS91_UR1_BRANCH SJSAS91_UR1_DBINT_BRANCH SJSAS91_UR2_BRANCH SJSAS91_UR2_RI_BRANCH

Tags: SJSAS-9_1_1-B42-17_Jul_2008 SJSAS-9_1-TRUNK-POSTMERGE-V3-12_OCT_2007 SF-0_5-B37-12_Jun_2008 SF-0_5-B37b-29_Jun_2008 SJSAS-9_1_1-B41-10_Jul_2008 SJSAS91_FCS_BRANCH$BP SF-0_5-B37I-11_Aug_2008 SAILFIN-1_0-B14-17_Dec_2007 SJSAS-9_1-B54-RC-03_July_2007 SAILFIN-1_0-B06-05_Nov_2007 SF-0_5-B34-21_May_2008 SAILFIN-1_0-B42-17_Jul_2008 SAILFIN-1_0-B35-28_May_2008 SAILFIN-1_0-B20-07_Feb_2008 ... more hide

1.4 annotated / raw | Diffs: previous, other | Lines: 99 ( +12, -10 )

Created: 2005-12-24 22:25:19 -0600 (3 years ago) | Author: tcfujii | Changeset: MAIN:tcfujii:20051225042347

Updated copyright text and year.

Branch point for: GF_NEXT_BRANCH GF_V2_TEA_BRANCH GF_V3_PREWORK_BRANCH NEMO_EA_BRANCH PWC12Dev_Branch SAILFIN_BRANCH SJSAS-9_0_01-FCS-UBUNTU_BRANCH SJSAS-9_1-PROFILES-20_Sep_2006 SJSAS90UR1_FCS-SUSTAINING_BRANCH SJSAS90_FCS_BRANCH SJSAS91_BETA2_BRANCH SJSAS91_BETA_BRANCH SSS_DEV_BRANCH TANGO_WSTX hk2-config-branch

Tags: SJSAS-9_0-B33-BETA-12_Jan_2006 TANGO_WSTX_bpt TANGO_WSTX_mpt_1 TANGO_WSTX$BP SJSAS-9_1-B31-EA-11_Jan_2007 PWC1_2-fcs-b16_24_Oct_2007 SJSAS-9_1-B09-EA-01_Jul_2006 SJSAS-9_1-B33-BETA-24_Jan_2007 before-build-upgrade PWC1_2-fcs-b17_07_Feb_2008 SJSAS-9_1-PROFILES-20_Sep_2006$BP SJSAS-9_1-B19-EA-27_Sep_2006 SJSAS-9_1-B13-EA-16_Aug_2006 SJSAS-9_1-B43-BETA3-18_Apr_2007 ... more hide

1.3 annotated / raw | Diffs: previous, other | Lines: 97 ( +27, -12 )

Created: 2005-11-10 11:45:06 -0600 (3 years 1 month ago) | Author: jluehe | Changeset: MAIN:jluehe:20051110174506

Fix for 6347215 ("AS81 to support client-ip from loadbalancer as
in AS71 using AuthPassThroughEnabled")

Reviewed by: Jeanfrancois Arcand

Tests run:
- QL/PE
- /cvs/glassfish/appserv-tests/devtests/web/authPassthroughGetRemoteAddress [NEW]

Branch point for: AS9_BETA_BRANCH

Tags: SJSAS-9_0-B31-ALPHA-14_Dec_2005 SJSAS-9_0-B28-ALPHA-23_Nov_2005 SJSAS-9_0-B30-ALPHA-07_Dec_2005 SJSAS-9_0-B27-ALPHA-16_Nov_2005 AS9_BETA_BRANCH$BP SJSAS-9_0-B32-BETA-HCF-20_Dec_2005 SJSAS-9_0-B29-ALPHA-30_Nov_2005 SJSAS-9_0-B32B-BETA-09_Jan_2006 MINNOW_0_1

1.2 annotated / raw | Diffs: previous, other | Lines: 82 ( +11, -7 )

Created: 2005-08-22 17:04:12 -0500 (3 years 4 months ago) | Author: jluehe | Changeset: MAIN:jluehe:20050822220412

Changed com.sun.appserv.ProxyHandler.java from an interface to an
abstract class, to allow for extensibility in the future

Tests run:
- QL/PE

Tags: SJSAS-9_0-B25-ALPHA-03_Nov_2005 SJSAS-9_0-B26-ALPHA-09_Nov_2005 SJSAS-9_0-B24-ALPHA-26_Oct_2005 SJSAS-9_0-B23-ALPHA-19_Oct_2005 SJSAS-9_0-B22-ALPHA-13_Oct_2005 SJSAS-9_0-B20-ALPHA-30_Sept_2005 SJSAS-9_0-B21-ALPHA-01_Oct_2005

1.1 new annotated / raw | Lines: 78 ( +78, -0 )

Created: 2005-08-12 18:31:09 -0500 (3 years 4 months ago) | Author: jluehe | Changeset: MAIN:jluehe:20050812233105

Expanded the functionality of the
com.sun.appserv.ProxyAuthCertificateHandler interface to allow the
appserver to also determine the SSL key size used to protect requests
from a client to an SSL terminating loadbalancer (the existing
interface allowed it to determine only the SSL client certificate
chain).

Because of its expanded functionality, the interface has been renamed
to the more generic "ProxyHandler" (in the same package as the
original interface).

Added "ProxyHandler" setter and getter methods on Connector.

The default implementation of the new interface looks for
Proxy-auth-cert and Proxy-keysize request headers, but alternative
impls (that look for different request headers) may be specified using
proxyHandler property of <http-service>.


Tests run:
- QL/PE
- appserv-tests/devtests/web/proxyAuthCert
- appserv-tests/devtests/web/proxyKeysize


Modified files:

appserv-commons/src/java/com/sun/logging/enterprise/system/container/web/LogStrings.properties
appserv-core/src/java/com/sun/enterprise/web/PEWebContainer.java
appserv-core/src/java/com/sun/enterprise/web/ProxyHandlerImpl.java
webtier-extensions/src/java/com/sun/enterprise/web/connector/coyote/PECoyoteConnector.java
appserv-webtier/src/java/org/apache/catalina/Connector.java
appserv-webtier/src/java/org/apache/coyote/tomcat5/CoyoteResponse.java
appserv-webtier/src/java/org/apache/coyote/tomcat5/CoyoteConnector.java
appserv-webtier/src/java/org/apache/coyote/tomcat5/CoyoteAdapter.java

New files:

appserv-core/src/java/com/sun/enterprise/web/ProxyHandlerImpl.java
common-util/src/java/com/sun/appserv/ProxyHandler.java

Removed files:

common-util/src/java/com/sun/appserv/ProxyAuthCertificateHandler.java

latest revision download Branch AS9_BETA_BRANCH

1.3.2.1 annotated / raw | Diffs: previous, other | Lines: 99 ( +12, -10 )

Created: 2006-01-16 00:49:52 -0600 (2 years 11 months ago) | Author: tcfujii | Changeset: AS9_BETA_BRANCH:tcfujii:20060116064627

Updated copyright text/year.

Tags: SJSAS-9_0-B32F-BETA-09_Feb_2006 SJSAS-9_0-B32E-BETA-04_Feb_2006 SJSAS-9_0-B32G-BETA-10_Feb_2006 SJSAS-9_0-B32D-BETA-26_Jan_2006 SJSAS-9_0-B32C-BETA-17_Jan_2006

latest revision download Branch SAILFIN_BRANCH

1.4.28.1 annotated / raw | Diffs: previous, other | Lines: 112 ( +30, -17 )

Created: 2007-07-06 05:53:09 -0500 (18 months ago) | Author: prasads | Changeset: SAILFIN_BRANCH:prasads:20070706104841

Merging b54 from GlassFish TRUNK to SAILFIN_BRANCH

Tags: SAILFIN-1_0-B01-MS1-21_Aug_2007 SAILFIN-1_0-B03-17_Sept_2007 SAILFIN-1_0-MS1-21_Aug_2007 SAILFIN-1_0-B02-10_Sept_2007

latest revision download Branch SJSAS91_FCS_BRANCH

1.5.6.1 annotated / raw | Diffs: previous, other | Lines: 127 ( +15, -0 )

Created: 2008-09-29 11:50:02 -0500 (3 months 9 days ago) | Author: jluehe | Changeset: SJSAS91_FCS_BRANCH:jluehe:20080929165001

Fix for https://sailfin.dev.java.net/issues/show_bug.cgi?id=1206 ("HTTP CLB needs to provide details relating to souce/destination of orginal requests"):

Changed ServletRequest.getRemotePort() to honor "Proxy-port" request header if present

Reviewed by: Pankaj Jairath, Kshitiz Saxena

Tests run: QL

Unit test: /cvs/glassfish/appserv-tests/devtests/web/authPassthroughGetRemotePort

Branch point for: SGES21_FCS_BRANCH

Tags: SAILFIN-1_0-B56-15_Oct_2008 SAILFIN-1_0-B53-03_Oct_2008 SJSAS-9_1_1-B57-23_Oct_2008 SJSAS-9_1_1-B59-07_Nov_2008 SJSAS-9_1_1-B53-03_Oct_2008 SAILFIN-1_0-B58-29_Oct_2008 SAILFIN-1_0-B53-02_Oct_2008 SAILFIN-1_0-B54-08_Oct_2008 SJSAS-9_1_1-B58-29_Oct_2008 SAILFIN-1_0-B55-10_Oct_2008 SJSAS-9_1_1-B54-08_Oct_2008 SJSAS-9_1_1-B56-15_Oct_2008 SAILFIN-1_0-B59-07_Nov_2008 SJSAS-9_1_1-B53-02_Oct_2008 ... more hide

Crucible: Open Source License registered to Atlassian.
Atlassian Crucible, painless code review. (Version:1.6.2 Build:build-rspud1 2008-10-22) - Administration - Page generated 2009-01-08 12:22 -0600