yoavs 2004/06/16 08:37:08
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Bugzilla 26832 done.
Revision ChangesPath
1.64 +3 -3
jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c
Index: jk_isapi_plugin.c
mturk 2004/03/13 02:36:04
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Return 400 - Bad Request if the hostname is longer then 1012 bytes,
and if port is out of rage [0-65536]
Revision ChangesPath
1.62 +11 -2
jakarta-tomcat-connectors/jk/native2/s
mturk 2004/02/28 01:01:11
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Fix the Bug 14538.
Use the url rewrite for non mapped url's that contain session path
identifier.
Revision ChangesPath
1.61 +9 -1
jakarta-tomcat-connectors/jk/native2/server
mturk 2004/02/27 11:28:51
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Remove the SF_NOTIFY_AUTH_COMPLETE define
checking. If someone wishes to compile jk2 he will anyhow
need the platform SDK. Any sdk since year 2000 has that
defined in the httpfilt.h
Revisio
nacho 2003/02/06 15:34:45
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Fix for Bug#16759 ISAPI_REDIRECTOR Handles %2F improperly
Was refusing any URL with %2F or %00 embedded always,
now it only refuses request mapped to tomcat..
Revision ChangesPath
Mladen, Larry,
> I think this is something that to some degree is a necessary
> evil. Hopefully I will be able to tell more when I can get
> back into the code. The trick is allowing this "okay" URL
> to succeed while preventing malicious uses of "%2F" from also
> succeeding.
>
Doh!!, just rev
mturk 2003/02/06 08:37:47
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Nacho, we are in the year 2003 ;)
Revision ChangesPath
1.56 +2 -2
jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c
Index: jk_isapi_plugin.c
===
succeed while preventing malicious uses of "%2F" from also
succeeding.
Cheers,
Larry
> -Original Message-
> From: Larry Isaacs
> Sent: Thursday, February 06, 2003 8:02 AM
> To: Tomcat Developers List
> Subject: RE: cvs commit:
> jaka
> -Original Message-
> From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 06, 2003 4:51 AM
> To: 'Tomcat Developers List'
> Subject: RE: cvs commit:
> jakarta-tomcat-connectors/jk/native2/server/isapi jk_isapi_plugin.c
>
>
Larry,
>
> Thanks. The restored mod_jk behavior is the same as
> Tomcat 3.3.x with ,
> the default. Unsafe escapes give 403's. We can
> add a similar option to mod_jk to turn off the checking.
> Though, I can't image a situation where it would make
> sense to accept the risks to gain access to
se escapes.
Cheers,
Larry
> -Original Message-
> From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 05, 2003 5:02 PM
> To: 'Tomcat Developers List'
> Subject: RE: cvs commit:
> jakarta-tomcat-connectors/jk/native2/server/isapi jk_isapi
nacho 2003/02/05 14:10:51
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Revert latest Fix for Bug#16759
Revision ChangesPath
1.55 +7 -11
jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c
Index: jk_isapi_plugin.c
=
Larry,
>
> I wouldn't see it as a step forward where we increase
> the vulnerability of the majority, and the effort needed
> to deal with that, in favor of satisfying a small minority
> that insist on using inherently unsafe escape sequences.
>
> Maybe this new behavior should be an option like
ilto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 05, 2003 4:04 AM
> To: 'Tomcat Developers List'
> Subject: RE: cvs commit:
> jakarta-tomcat-connectors/jk/native2/server/isapi jk_isapi_plugin.c
>
>
> Larry,
>
> >
> > Sorry, Clicked the wrong button. :)
&
Larry,
>
> Sorry, Clicked the wrong button. :)
>
No problem, :), i undertands the concerns, and the change seems a little
daring i know.. anyway, reviewing by peers works, thanks god.. :)
> To finish the thought, with the change below, does
>
> http://localhost/test%2F/test.jsp
>
> still
the
chain isn't going to serve it statically?
Larry
> -Original Message-
> From: Larry Isaacs
> Sent: Tuesday, February 04, 2003 8:17 PM
> To: Tomcat Developers List
> Subject: RE: cvs commit:
> jakarta-tomcat-connectors/jk/native2/server/isapi jk_isapi_plugin.c
&g
Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 04, 2003 3:46 PM
> To: [EMAIL PROTECTED]
> Subject: cvs commit:
> jakarta-tomcat-connectors/jk/native2/server/isapi jk_isapi_plugin.c
>
>
> nacho 2003/02/04 12:45:50
>
>
nacho 2003/02/04 12:45:50
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Fix for Bug#16759 ISAPI_REDIRECTOR Handles %2F improperly
Now a uri considered not valid or bad by jk2 is passed down the filter chain,
so letting the server continue processing, also relaxed l
nacho 2003/02/01 14:17:16
Modified:jk/native2/server/isapi jk_isapi_plugin.c jk_service_iis.c
Log:
Fix for Bug#16638 Jk2 connector with Microsoft IIS slow in multiple domain
environment
Added a new registry and properties config "send_groups". defaults to false.
Revisi
mturk 2002/10/26 05:42:45
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Fake the childId as resolved so that worker_jni works properly.
We don't have a multiprocess server here.
Revision ChangesPath
1.51 +2 -1
jakarta-tomcat-connectors/jk/native2/
mturk 2002/10/09 10:11:22
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Skip the checking of default hostname and port. Using
that scheme the same behaviour is on all web servers.
Revision ChangesPath
1.50 +5 -6
jakarta-tomcat-connectors/jk/nativ
mturk 2002/09/25 00:36:48
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Chenge the variable declaration order. My compiler reports errors.
Revision ChangesPath
1.49 +2 -2
jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c
Inde
nacho 2002/09/24 13:15:07
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Add a test for 443 as default port
Revision ChangesPath
1.48 +3 -3
jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c
Index: jk_isapi_plugin.c
=
mturk 2002/09/23 11:36:38
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
It's not my day :-) Passing char * insted of int.
Revision ChangesPath
1.47 +2 -2
jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c
Index: jk_isapi_plugi
mturk 2002/09/23 11:34:56
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Forgot the Port to the uriMap call, sorry wrong source directory.
Revision ChangesPath
1.46 +2 -2
jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c
Index
mturk 2002/09/23 11:30:40
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Use the GetServerVariable for the SERVER_NAME and
SERVER_PORT variables.
Revision ChangesPath
1.45 +19 -14
jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c
mturk 2002/09/23 10:42:38
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Supply the port to the uriMap call, This is a TODO, just like for the Apache2.
Revision ChangesPath
1.44 +3 -3
jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin
mturk 2002/09/21 00:29:47
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Fix the memory leaks using not using global env allocation on
each request and freeing global env after the request.
Revision ChangesPath
1.43 +10 -6
jakarta-tomcat-connectors
mturk 2002/08/15 04:23:30
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Remove the reverse flag from uriMap call.
All the positive/negative mappings is now done inside the uriMap
function itself.
Revision ChangesPath
1.42 +2 -2
jakarta-tomcat-c
mturk 2002/08/15 02:28:42
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Fix the call to the mapUri. The IIS doesn't support the reverse mappings for now.
Revision ChangesPath
1.41 +3 -3
jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plu
mturk 2002/07/16 10:29:20
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Make all thread function as void and use ExitThread insted of return 0.
Change the call to the write_error_response to use the defines from
jk_iis.h to skip multiple writting of the same thing.
mturk 2002/07/14 06:39:13
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Remove the hack for unloading the jvm. Now its done on the Java side.
Check for threadPool config value to be at least 10 or higher.
Revision ChangesPath
1.39 +9 -8
jakarta-t
mturk 2002/07/10 10:36:09
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Fix the DllMain DLL_PROCESS_DETACH waitng for already closed thread.
Revision ChangesPath
1.38 +4 -4
jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c
In
mturk 2002/07/08 00:45:32
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Move the init to the GetFilterVersion, allowing p file authComplete
config value.
Needed changes for the ThreadPool.
Revision ChangesPath
1.37 +160 -145
jakarta-tomcat-connecto
nacho 2002/07/07 17:26:07
Modified:jk/java/org/apache/jk/common ChannelSocket.java
JkInputStream.java
jk/native2/common jk_worker_ajp13.c
jk/native2/include jk_service.h
jk/native2/server/isapi jk_isapi_plugin.c jk_s
> -Original Message-
> From: Mladen Turk [mailto:[EMAIL PROTECTED]]
> Sent: 7. srpanj 2002 21:50
> To: 'Tomcat Developers List'
> Subject: RE: cvs commit:
> jakarta-tomcat-connectors/jk/native2/server/isapi jk_isapi_plugin.c
> >
> > Mladen, ther
> -Original Message-
> From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]]
> Sent: 7. srpanj 2002 21:28
> To: 'Tomcat Developers List'
> Subject: RE: cvs commit:
> jakarta-tomcat-connectors/jk/native2/server/isapi jk_isapi_plugin.c
>
>
> Mladen, t
; Asunto: cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi
> jk_isapi_plugin.c
>
>
> mturk 2002/07/06 01:05:49
>
> Modified:jk/native2/server/isapi jk_isapi_plugin.c
> Log:
> Fix the Q250397 bug introducing authComplete registry param
> that o
mturk 2002/07/06 01:05:49
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Fix the Q250397 bug introducing authComplete registry param
that one when set enables the SF_NOTIFY_AUTH_COMPLETE
filter notification.
Remove the iis5 version checking acordingly using new appr
mturk 2002/07/04 05:44:56
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Use the WaitForSingleObject instead of GetThreatExitCode.
There was a bug that caused terminating the starter thread
before the entire clenup finished.
The entire extinsion start/stop managemen
mturk 2002/07/04 00:23:55
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Set the starter thread extisting through entire extension life cycle.
The starter thread at init sleeps for 1 s, causing not blocking of
the main IIS thread that calls LoadLibrary for our extensi
mturk 2002/07/01 09:53:55
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Grecefully shutdown the Tomcat when IIS service stops.
Revision ChangesPath
1.31 +7 -4
jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c
Index: jk_isapi_
mturk 2002/06/29 07:17:27
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Create the thread when DllMain is called with the
DLL_PROCCESS_ATTACH param that starts the jk2 initalization.
That enables the inprocess TC to be started, cause it disables the
thread locking
nacho 2002/06/08 20:10:43
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
* Deleted unused defines
Revision ChangesPath
1.29 +1 -6
jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c
Index: jk_isapi_plugin.c
===
nacho 2002/06/08 19:42:53
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
* BUG: Nee to initialize apr before first use
Revision ChangesPath
1.28 +4 -3
jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c
Index: jk_isapi_plugin.c
nacho 2002/06/08 18:55:54
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
* Fixing the build in win32
* Cosmetic changes
Revision ChangesPath
1.27 +7 -7
jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c
Index: jk_isapi_plugin
costin 2002/06/07 16:45:30
Modified:jk/native2/common jk_logger_file.c
jk/native2/server/apache13 mod_jk2.c
jk/native2/server/apache2 jk_logger_apache2.c mod_jk2.c
jk/native2/server/isapi jk_isapi_plugin.c
Log:
If APR is available, use i
nacho 2002/06/05 14:40:09
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
* Changed levels for some log messages
Revision ChangesPath
1.25 +6 -6
jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c
Index: jk_isapi_plugin.c
=
costin 2002/05/31 15:51:29
Modified:jk/native2/common jk_mutex_thread.c jk_worker_ajp13.c
jk/native2/include jk_config.h
jk/native2/server/isapi jk_isapi_plugin.c
Log:
Fix the windows build for isapi ( nacho: I moved jk_map_read to jk_config_file_read,
nacho 02/05/28 18:16:40
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
* logger reconfigurations need to be done at globalEnv.
XXX Thread issues, isapi needs a complete revamp of initialization, now is a mess,
works, but needs a complete rewrite
Revision Chang
nacho 02/05/28 17:59:33
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
* Oops, init needs to be after setting soName
Revision ChangesPath
1.22 +3 -2
jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c
Index: jk_isapi_plugin.c
nacho 02/05/28 17:50:50
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
* default win32 native logger needs to be inited before first use, to make the
needed registry changes.
XXX Need a way to undone this registry mods?
Revision ChangesPath
1.21 +5
nacho 02/05/28 17:10:18
Modified:jk/native2/common jk_config.c jk_endpoint.c jk_env.c
jk_registry.c jk_registry.h jk_workerEnv.c
jk/native2/include jk_config.h jk_env.h jk_workerEnv.h
jk/native2/jni jk_jni_aprImpl.c
nacho 02/05/24 08:17:27
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
* EOL Problems
* Bug: If not compiled with iis5 support in, then doesnt need to check the iis
version at all
Revision ChangesPath
1.19 +28 -31
jakarta-tomcat-connectors/jk/nativ
On Thu, 23 May 2002, Ignacio J. Ortega wrote:
> > Added few #ifdefs to make it compile with my version of
> > MSVC ( probably
> > an old one ).
>
> It's not a new MSVC version, You need to download the Microsoft Platform
> SDK, to get the includes and libs needed to compile an
> isapi_redir
> Added few #ifdefs to make it compile with my version of
> MSVC ( probably
> an old one ).
It's not a new MSVC version, You need to download the Microsoft Platform
SDK, to get the includes and libs needed to compile an
isapi_redirector2.dll with all the later developments, mainly to be able
costin 02/05/22 16:48:18
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Added few #ifdefs to make it compile with my version of MSVC ( probably
an old one ).
Nacho - let me know if it brakes your build ( but it shouldn't )
Revision ChangesPath
1.18
nacho 02/05/19 14:44:23
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
* If workerEnv is already created use it, instead of trying to create another.
Revision ChangesPath
1.17 +4 -2
jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c
nacho 02/05/18 15:38:11
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
* Better messages
* Adding some more checks when allocating maps
Revision ChangesPath
1.16 +94 -104
jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c
Index:
nacho 02/05/10 18:44:13
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
* Fixed jkstatus, now works in IIS too
Revision ChangesPath
1.15 +2 -1
jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c
Index: jk_isapi_plugin.c
===
nacho 02/05/10 16:15:35
Modified:jk/native2/server/isapi jk_isapi_plugin.c jk_service_iis.c
Log:
* JK2 isapi redirector is working!!
Found the latest blocking bug, now needs extensive testing :)
Revision ChangesPath
1.14 +9 -6
jakarta-tomcat-connectors/
nacho 02/05/04 12:06:31
Modified:jk/native2/server/isapi jk_isapi_plugin.c jk_service_iis.c
Log:
* Fixed it seems that the pool now resides at the mbean
Revision ChangesPath
1.13 +2 -2
jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c
nacho 02/04/27 17:23:42
Modified:jk/native2/server/isapi jk_isapi_plugin.c jk_service_iis.c
Log:
* Some last bugs, correctly initalizing things, starting the response, and workerEnv
correctly
* It seems that isapi_redirector2.dll based on jk2 has started to exist at this
po
nacho 02/04/24 16:06:07
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Doh, Build then commit ;)
Revision ChangesPath
1.9 +9 -9
jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c
Index: jk_isapi_plugin.c
===
nacho 02/04/24 16:00:14
Modified:jk/native2/server/isapi jk_isapi_plugin.c jk_iis.h
Log:
* Reading the config file
* Removed some debug code
* Load and does some logging :)
XXX: trying ajp13 worker issues a NPE, needs absolute paths for be able to log.
Revision Chan
costin 02/04/18 20:31:05
Modified:jk/native2/server/isapi jk_isapi_plugin.c
Log:
Few more changes.
I would brake the FilterProc in fewer smaller methods - and maybe move
some code into jk_uriMap.c ( if it's general-purpose ) or remove it
( if it's already done in jk_uriMap
nacho 02/04/18 12:46:31
Added: jk/native2/server/isapi jk_isapi_plugin.c
Log:
* Work in progess.. doesnt compile
Revision ChangesPath
1.1
jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c
Index: jk_isapi_plugin.c
===
67 matches
Mail list logo