You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG-en.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# Change Log
2
2
3
+
### v3.6.0:
4
+
Server: aspx/ashx added support for intranet forwarding function (reference -r)
5
+
3
6
### v3.5.0:
4
7
Server: jsp(x) uses classloader instead to solve the problem that jdk syntax is not backward compatible and cannot run normally (compatible with jdk >= 1.5) (special thanks to @c0ny1 for the PR solution)
5
8
Server: jsp(x) repair websphere environment, java.lang.NegativeArraySizeException error of FORWARD
Copy file name to clipboardExpand all lines: README-en.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
14
14
## Version
15
15
16
-
3.5.0 - [Change Log](CHANGELOG-en.md)
16
+
3.6.0 - [Change Log](CHANGELOG-en.md)
17
17
18
18
19
19
## Features
@@ -29,7 +29,7 @@
29
29
* High compatibility of the server environment
30
30
* (only php) Refer to [pivotnacci](https://github.com/blackarrowsec/pivotnacci) to implement a single `SESSION` to create multiple TCP connections to deal with some load balancing scenarios
31
31
* aspx/ashx/jsp/jspx no longer relies on Session, and can run normally in harsh environments such as cookie-free
32
-
* Support HTTP forwarding, coping with load balancing environment
32
+
*(non-php) Support HTTP forwarding, coping with load balancing environment
0 commit comments